Avada › Forums › Community Forum › Hiding Page Title
Tagged: excerpt, blog post excerpt, duplicate title
-
AuthorPosts
-
Hi All,
I feel like I’m missing something really easy and my Google-FU/searching the installation guide isn’t helping!
I have a blog post and it’s displaying the title in the nice title bar, with the breadcrumbs and a nice background – great! However, below that, it’s displaying the page title again… I don’t want it a second time. How do I disable it?
Regards,
WRBI
I think I know what this may be. Click on theme options > blog > blog single post. Look for the setting ‘post title’ and disable it.
i am having issues i go to hide the title bar and it does not hide anything. i then go to disable blog post and nothing is disabled
I’m having the opposite problem. I don’t want the “Blog Page Title Bar” text to appear, since the titles of my posts are so long that they do not fit inside the blog page title bar.
Is there a possible way to disable the “Blog Page Title Bar” text and only maintain the “Blog Page Title Bar” and the breadcrumbs?
Thank you!
@bauhaus, Maybe try this.
.fusion-page-title-captions { display: none; }
https://theme-fusion.com/documentation/avada/how-to/how-to-apply-custom-css/
Hi,
I’m having the same problem with the blog title showing up also in the text extract – so it appears twice. I’ve tried the css code above but it makes no difference.
Please help.@marklchaves
Here’s the link to the frontpage https://ruthrambousek.com
You can see the problem 2/3 of the way down the page, where the 3 blog posts show up.
ThanksHi @paulb15,
Thanks for the link.
What you are seeing is “by design” I’m afraid. The excerpt will display the number of characters/words set in your options. If your title is also in your excerpt, then your post title display at the beginning of your excerpt, which is unfortunately right under your post title–since you have turned off your post meta data. That’s why you are getting this double vision effect.
So, maybe you can use the title bar on your posts to display the title. Then you don’t have to manually create title at the top of the body of your post. Hope that makes sense.
Otherwise, the only way I can think of changing this default theme behaviour is to go into the PHP code. But, I didn’t see any Avada hooks available to do this easily. That means, you’d have to modify some of the Avada core PHP files or override the main PHP function that displays the blog post snippets.
Maybe someone can prove me wrong?!
Best of luck!
Solved it thanks to this post from WhistlingMarmot – https://theme-fusion.com/forums/topic/blog-excerpts/
Just set the excerpt manually using the standard WP option.
@marklchaves – thanks for your support. Much appreciated!Ah. Yes of course! Excerpts is the keyword. I was too focused on the blog post title lol.
Good job!
-
AuthorPosts
- You must be logged in to reply to this topic.