REMOVE PAGE TITLE ???
-
When I activate the plugin, with no coding in the boxes at all, this shows up on the bottom of my pages
//REMOVE PAGE TITLE add_action(‘get_header’, ‘child_remove_page_titles’); function child_remove_page_titles() { $pages=array(); if (is_page($pages)) { remove_action(‘genesis_post_title’, ‘genesis_do_post_title’); } }
Using Genesis with Beautiful-pro.
Have a dummy site you can play with, gets the same problem. Just don’t want to make the info public. How can I send you the info?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘REMOVE PAGE TITLE ???’ is closed to new replies.