• I just need to add a simple div with images below the gallery pagination. Something is overwriting all of the page content and replacing it with content from plugins. What is the best way to use PHP to add unique content on this page?

    Any pointers or instruction would be appreciated ??

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    The “best” way depends on how the plugin content inserts itself onto the page, combined with exactly where you want your unique content and where this unique content is coming from as well.

    If you want your content above the partner badges, what to do depends on how the badges are output. You can likely use “the_content” filter to add content to other plugin output. Either tack on your content to the end of other output, or find the right place in existing content in which to insert your own content.

    Alternately, you could create a custom page template, but your content will likely end up below the partner badges, but above the footer. However, if you can cause the other output to be done by directly calling plugin functions, you can generate output in any order you desire.

    There are likely other choices as well, but without knowing the specifics of how the current output is achieved, we cannot speculate on what those choices might be.

Viewing 1 replies (of 1 total)
  • The topic ‘Unique content on a single WP page’ is closed to new replies.