Hi
I'm new to using WordPress and I'm trying to build a website using the Presswork theme. Does anyone know which of the php files is the equivalent of page.php and if so how to stop the page title being displayed on each page.
Thanks
Hi
I'm new to using WordPress and I'm trying to build a website using the Presswork theme. Does anyone know which of the php files is the equivalent of page.php and if so how to stop the page title being displayed on each page.
Thanks
in that theme, since page.php is not present, it goes to index.php
looks like the index.php just calls in some options, all the heavy lifting is done inside functions.php.....
Actually, PressWork is built on custom actions, which appear in the /admin/actions.php file. This question was also asked in the PW support forum:
http://support.presswork.me/discussion/164/how-to-remove-page-titles
You must log in to post.