Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jason Funk

    (@jasonlfunk)

    Hi grios,

    The problem is most likely due to how the theme accesses the title. The plugin filters the “the_title” action. If the theme accesses the post directly instead of using the_title(), then the experimental title won’t be used. Do you happen to know if that is the case?

    Thread Starter grios

    (@grios)

    The thing is that this happens on some and not on others, since the theme accesses all posts the same wouldn’t this be the case every time? As far as I can tell the theme uses the_title to get the title in all instances.

    Plugin Author Jason Funk

    (@jasonlfunk)

    Hm… I think I have a guess as to what the problem is. I’ve noticed in some other installations that something prevents the plugin from starting a session. If the session doesn’t start, then it can’t track who has seen what. Depending on how verbose your server’s logs are, you may see something like “session_start(): Cannot send session cache limiter – headers already sent” in them. I will need to find another solution.

    Plugin Author Jason Funk

    (@jasonlfunk)

    I’ve published a new version of the plugin (4.0). Please try it and see if it resolves the problem.

    Also, I was thinking that this could be due to caching. You may want to try setting the plugin to use javascript in the settings and see if that resolves it.

    Cheers!

    Thread Starter grios

    (@grios)

    Thank you very much Jason! Really appreciate the good support here and your work on this plugin ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Same user getting different titles on homepage and post’ is closed to new replies.