• Resolved japanoholic

    (@japanoholic)


    When I try to insert a page on another page, then the inserted page will display the visit counts from the page that I put it on. I have tried to disable visit counts on the page I want to insert but the visit counts still show up. I have to disable them from the page that I insert the new page on, but I am not interested in that as I would like to see the page visits – I just dont want to see them twice. I only chose to display “content” but yet the visit counts from the new page are part of the old page’s content. How do I fix this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paul Ryan

    (@figureone)

    No idea what plugin you are using to render the page counter, but it’s probably hooking into the_content filter to attach the counter, which is outside the scope of Insert Pages.

    Probably best to just use CSS to hide any page counters inside inserted pages, e.g., .insert-page .page_counter_label { display: none; }

    Thread Starter japanoholic

    (@japanoholic)

    Thanks it worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Visit Counter issue’ is closed to new replies.