• I have a common area within the wordpress pages which is repeating and i need to avoid it. Recurring part consists of html codes, content as well as images. I cannot use php include function as the recurring content is in between the content. So how shall i resolve this problem ?

Viewing 1 replies (of 1 total)
  • If it’s inside of the main content then there’s a filter for “the_content” in the theme ( or a plugin ).

    You need to find that filter in the code and either remove it directly or remove it using remove_filter.

    But I’m not 100% sure I understood you correctly, example URL would help out.

Viewing 1 replies (of 1 total)
  • The topic ‘common area within wordpress page’ is closed to new replies.