• We recently upgraded our WordPress website to Oxygen. The Public Post Preview plugin has stopped displaying the content of the page. I am assuming the Oxygen template is missing a hook used by the plugin to display the page contents.
    Looking for any help. We use this plugin for client review and approvals before publishing.
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @idrmarketing,

    I can confirm that the Public Preview does not work when using Oxygen’s dynamic data and the user isn’t logged in. If a user is logged in, it works as expected.

    The only workaround I can think of at this time is to use a Code Block element to echo the content such as:
    <?PHP echo get_the_title(); ?>

    Hope this helps!

    Thread Starter idrmarketing

    (@idrmarketing)

    thanks Kevin! I’ll give that a try

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working with Oxygen’ is closed to new replies.