How do I prevent page titles (and question titles) appear twice on the forum page ?

6.64K viewsCore
1

How do I prevent page titles and question titles appear twice on the forum page ?

The titles appear twice, one above the other.
When I delete the title in “Base page title” box (via the Options/ Pages page of AnsPress plugin in WordPress) both titles disappear but when I type a new title in again, the title appears twice (one above the other) on my website forum page.

Many thanks

1

simple solution will be create a php file like:

page-YOUR_PAGE_ID.php

replace YOUR_PAGE_ID with anspress base page ID or SLUG.
and then copy content of page.php to newly created page.
Now find

get_template_part

and simply replace whole function with:

the_contnet()

save and done.

You are viewing 1 out of 5 answers, click here to view all answers.