Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.
I apologize if this has been asked,but I couldn’t find a way to search topics in the forum.
I have a page called HOME PAGE that I’m using for my landing page with the slider, but I need to remove the title “Home Page” from the Landing page. It is residing below the wide widget.
Thanks!
It’s easy, try this:
In admin menu -> pages, put the mouse hover your homepage, you can see at the bottom of the window an URL like “yoursite.com/wp-admin/post.php?post=NUM&action=edit”
Take that NUM, that’s the ID of your page.
Now go to Apperance -> Theme Options -> Layout, in the “Custom CSS” you need to write this (don’t miss any dot):
.page-id-69 .entry-title {display: none;}
if you want do the same with a post, you need to write this one:
#post-175 .entry-title {display: none;}
Hiding content is bad SEO practice. You can open template-landing-page.php and remove this code:
<header class="entry-header"> <<?php pinboard_title_tag( 'post' ); ?> class="entry-title"><?php the_title(); ?></<?php pinboard_title_tag( 'post' ); ?>> </header><!-- .entry-header -->
Do I need to create a child theme in order to keep that from being lost when updating the theme?
Tagged: hide title post home page
You must be logged in to reply to this topic.
We craft beautiful free WordPress themes with advanced functionality. Our themes are licenced under GPL and completely free, which means you can use them in any way you like, whether itβs powering up your website, giving your blog a new look, using it for some other project or modifying and redistributing them.
Subscribe to our newsletter and we'll keep you updated with new theme releases and recommendations.