Thread Starter
JR-WP
(@jr-wordpress)
I used the following code
.page-id-xx .page-title { display: none; }
hi,
what theme are you using?
how is the homepage setup? (via theme files index.php / home.php etc or a static page)
avner.
Thread Starter
JR-WP
(@jr-wordpress)
hi,
currently, in your site under the static page that is your homepage, dose the “Show page title?” check-box checked or not?
also, let’s test to see if it’s a theme issue:
try to switch to one of the default themes (twentyXX) and let me know if this fixes it.
avner.
Thread Starter
JR-WP
(@jr-wordpress)
My Show page title? check-box is unchecked.
Page title disappeared after I switched to theme Twenty Thirteen.
It is probably a theme issue.
I am using the theme IDStore.
http://themeforest.net/item/idstore-responsive-multipurpose-ecommerce-theme/4792186
Jack
Hi JR-WP,
my best guess is that the theme you got doesn’t get the title via WP built-in internal functions (the_title() or wp_title() or $post_id->post_title and so on).
my plugin will only work on this.
you’re best bet will be to contact the theme creator and ask him about it. (i think if you bought & purchased a them then you are entitled for support. as far as i can see you do it through here)
sorry for couldn’t help more.
avner.
Thread Starter
JR-WP
(@jr-wordpress)
Thank you for the effort.