Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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 9 years, 4 months ago by stuffandjunk.
    Thread Starter stuffandjunk

    (@stuffandjunk)

    That’s terrific! Thanks!

    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="http://boredwon.com/14-people-dont-understand-own-shirt/2/"><span class="current"><span class="currenttext">2</span></span></a> <a href="http://boredwon.com/14-people-dont-understand-own-shirt/3/"><span class="current"><span class="currenttext">3</span></span></a> <a href="http://boredwon.com/14-people-dont-understand-own-shirt/4/"><span class="current"><span class="currenttext">4</span></span></a> <a href="http://boredwon.com/14-people-dont-understand-own-shirt/5/"><span class="current"><span class="currenttext">5</span></span></a> <a href="http://boredwon.com/14-people-dont-understand-own-shirt/6/"><span class="current"><span class="currenttext">6</span></span></a> <a href="http://boredwon.com/14-people-dont-understand-own-shirt/7/"><span class="current"><span class="currenttext">7</span></span></a> <a href="http://boredwon.com/14-people-dont-understand-own-shirt/8/"><span class="current"><span class="currenttext">8</span></span></a> <a href="http://boredwon.com/14-people-dont-understand-own-shirt/9/"><span class="current"><span class="currenttext">9</span></span></a><a href="http://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 9 years, 6 months ago by stuffandjunk.
    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/

    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!

Viewing 5 replies - 1 through 5 (of 5 total)