Community Forums › Forums › Design Tips and Tricks › Minimum 2.0 Title Issue
Tagged: minimum, subscribe button, tagline
This topic contains 6 replies, has 2 voices, and was last updated by TheMuscleMentor 5 months, 2 weeks ago.
-
AuthorPosts
-
December 9, 2012 at 3:34 pm #4027
Hello, I am trying to change the way the Minimum theme displays the page titles. I want to get rid of the subscribe button and the tagline it uses on various pages i.e. From The Blog , etc. I simply want to title of each page there. I can’t seem to figure out exactly how to do this. Thanks in advnace
December 9, 2012 at 3:40 pm #4028Sorry – I had a solution for you, but the code snippet didn’t work…
Susan @ Graphically Designing I’d love to customize your website! I tweet!
I’ve taken up the challenge! – help me answer some of the unanswered postsDecember 9, 2012 at 3:48 pm #4033If anyone could figure this out I would be grateful, I’m pretty sure it’s got something to do with fetching the page ID and placing it there but I don’t know the correct code to do this. Brian seems to do this on his personal blog that uses the minimum theme as well if that helps. http://www.briangardner.com/blog/
December 9, 2012 at 3:52 pm #4035I have the answer, but it wouldn’t let me put in a snippet of code here in the forum!
It’s in your page-title.php file. Remove this:
<a class=”page-title-button” href=”#”>’ . __( ’Subscribe Now’, ’minimum’ ) . ’</a>
Susan @ Graphically Designing I’d love to customize your website! I tweet!
I’ve taken up the challenge! – help me answer some of the unanswered postsDecember 9, 2012 at 3:52 pm #4036Yay – why did that work? Anyway, that’s what you need to remove to remove the subscribe now button
You can also find reference to the tagline in the page-title.php
Susan @ Graphically Designing I’d love to customize your website! I tweet!
I’ve taken up the challenge! – help me answer some of the unanswered postsDecember 9, 2012 at 4:01 pm #4039I figured out how to get rid of the button before all this, but thanks for the info. I was trying to change what appears to the left and I did it with this line of code “<p><h1>’ . esc_html( get_the_title() ) . ‘</h1></p>”
What I’m left trying to figure out now is how to change how big the h1 font appears on pages. Also now the page title appears in the what used to be subscribe now header area and below where the page begins. You can see it here http://www.themusclementor.com/contact/
December 9, 2012 at 4:03 pm #4040By the way thank you for your help
-
AuthorPosts
The topic ‘Minimum 2.0 Title Issue’ is closed to new replies.