• Resolved charliechuck01

    (@charliechuck01)


    Hi there! I am working with an ad plugin (Ad Inserter) to get an ad to display at the end of each post. However, the Author Box is being regarded as “part of the post content” and therefore the ad gets pushed below it… Is there shortcode to move the Author Box outside of and below the actual content of the post (and where in Single.php might that go?) Thank you very much in advance!
    -Charlie

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I’m the author of the Ad Inserter plugin.

    You can lower plugin priority for earlier processing:
    https://adinserter.pro/documentation/plugin-settings

    Default value is 99999 so Ad Inserter is called as the last plugin to process post content.
    Set it to 10 (or even lower) for earlier processing.
    This way it will be called before this plugin and ads should be inserted immediately after post content (above the Box).

    Plugin Contributor Calin Vingan

    (@calinvingan)

    Hi,

    You can use [starbox] shortcode to add the author box wherever you want.

    Once you add the shortcode outside the content (e.g. widget), the author will not longer be displayed in the content.

    Best, Calin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode to move Author Box outside of post content?’ is closed to new replies.