Where can I fins an example for “page-YOUR_BASE_PAGE_ID.php” template?

3.65K viewsCore
1

Can you show an example for “page-YOUR_BASE_PAGE_ID.php” template to remove double headings? For example to make it work like on the current website (open-wp.com).

1

it is very simple, just find and remove this two function:

the_title()

and

get_template_part(...)

Also remember to remove warping html tags of above function and then simply add this:

the_content()

Done !!

ok, I will try, give me some time before closing this question.

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