• Resolved stuffandjunk

    (@stuffandjunk)


    When I have a post uses page breaks to split up across multiple pages, can I place an ad unit that would not appear on the first page of the post, but would appear on the subsequent pages? If so, how would I do this?

    I have an ad unit I want on all posts across my blog, but on posts that are spread over multiple pages, I don’t want it on the first page of those, only pages 2-X.

    Thanks!

Viewing 15 replies - 1 through 15 (of 15 total)
  • I am not entirely certain but based on what I have seen of the capabilities, I think if you use the “Manual” methods using things such as short-code, you might be able to request it AFTER the break code, and that way it will show where you want it.

    Just thinking out loud, maybe the developer has a better way that I am not aware.

    • This reply was modified 8 years, 4 months ago by Gμ?rD???. Reason: typo
    Thread Starter stuffandjunk

    (@stuffandjunk)

    Thank you, and yes, that did occur to me. I would, however, like to know if the developer has a better way. Thanks for your input!

    Absolutely, you are right, would love to know myself actually if there is a better way too. Always nice to know a better way ?? And now if he tells you, I will learn too, so thank YOU.

    Plugin Author Spacetime

    (@spacetime)

    What do you mean by “page break”?

    Maybe HTML <br> tag?

    Can you post a sample page url?

    Thread Starter stuffandjunk

    (@stuffandjunk)

    That’s the line break. The page break separates the post into multiple pages. Here’s an example:

    boredwon.com/14-people-dont-understand-own-shirt/

    Plugin Author Spacetime

    (@spacetime)

    But what exactly is page break? Please post it here.

    How does such a post look like?
    How do you define pages?

    I am willing to either find or make a solution for multi-page posts but I need to know how the pages are created from the post.

    • This reply was modified 8 years, 4 months ago by Spacetime.
    • This reply was modified 8 years, 4 months ago by Spacetime.
    Thread Starter stuffandjunk

    (@stuffandjunk)

    In the wordpress visual editor, there’s a button called “page break” on the formatting bar toward the right of bold and italics and the left/center/right align options. In the text editor, the <!--nextpage--> tag can be used to create a page break. This enables the wordpress pagination system after the post is published which divides the post and includes buttons to visit the next pages of the post using a div that looks like this (using the url above as an example):

    <div class="pagination"> <span class="current"><span class="currenttext">1</span></span> <a href="https://boredwon.com/14-people-dont-understand-own-shirt/2/"><span class="current"><span class="currenttext">2</span></span></a> <a href="https://boredwon.com/14-people-dont-understand-own-shirt/3/"><span class="current"><span class="currenttext">3</span></span></a> <a href="https://boredwon.com/14-people-dont-understand-own-shirt/4/"><span class="current"><span class="currenttext">4</span></span></a> <a href="https://boredwon.com/14-people-dont-understand-own-shirt/5/"><span class="current"><span class="currenttext">5</span></span></a> <a href="https://boredwon.com/14-people-dont-understand-own-shirt/6/"><span class="current"><span class="currenttext">6</span></span></a> <a href="https://boredwon.com/14-people-dont-understand-own-shirt/7/"><span class="current"><span class="currenttext">7</span></span></a> <a href="https://boredwon.com/14-people-dont-understand-own-shirt/8/"><span class="current"><span class="currenttext">8</span></span></a> <a href="https://boredwon.com/14-people-dont-understand-own-shirt/9/"><span class="current"><span class="currenttext">9</span></span></a><a href="https://boredwon.com/14-people-dont-understand-own-shirt/2/"><span class="current"><span class="currenttext">Next</span></span></a></div>

    I hope this helps to clear it up.

    • This reply was modified 8 years, 4 months ago by stuffandjunk.
    Plugin Author Spacetime

    (@spacetime)

    OK. I’ll check for possible solutions.

    You might try to have the code bootstrap the presence or absence of the HTML TAG that is being used to generate it based on if someone has chosen the pagination as a rule and have a special internal shortcode of sorts to insert it on the fly using maybe a rendering listener while WP is creating the “page” as it is loading. Not that you asked, so apologies for the unsolicited advice.

    Plugin Author Spacetime

    (@spacetime)

    Support for subpage filtering will be included in the next version.

    Awesome!

    Thread Starter stuffandjunk

    (@stuffandjunk)

    That’s terrific! Thanks!

    Plugin Author Spacetime

    (@spacetime)

    Update to 2.0.6 and use filter to select subpages.

    Thread Starter stuffandjunk

    (@stuffandjunk)

    Hi,

    I’ve been looking for this filter button, but I don’t see it anywhere. Is it the “filter insertions” option? Is that to specify an exact number of times to display an ad in a post?

    Thanks

    • This reply was modified 8 years, 1 month ago by stuffandjunk.
    Plugin Author Spacetime

    (@spacetime)

    Click on Misc button to set Filter option.

    Check also documentation:
    https://adinserter.pro/documentation#misc

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Is there a way I can do this?’ is closed to new replies.