• Hello,
    I’m trying to write a script which create posts. I’m trying to split content into multiple pages with <!–nextpage–>, but it doesn’t work. When I go to page of post, I see the content is something like that;
    “blah blah <!–nextpage–> blah <!–nextpage–> blah…”.

    How can I do this? Does <!–nextpage–> tag works only adding post in admin panel?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Check if your script is putting the code in as HTMLized (that is & lt ; and & gt ; for example … minus spaces.). You can view source of your post to (possibly) see what it is.

    Thread Starter ibrahimd

    (@ibrahimd)

    I’ve done it yesterday. It’s not HTMLized.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Can you pass through shortcodes? It may be beneficial to make a shortcode for nextpage for your script.

    Mind, why are you using the script? ??

    Thread Starter ibrahimd

    (@ibrahimd)

    It’s not possible, I can’t pass through shortcodes. I’m planning to sell it multiple times, so it would be hard to apply many changes to customer’s theme.

    Nope, it’s a content bot ??

    Thread Starter ibrahimd

    (@ibrahimd)

    Solved.
    It’s my mistake. It only doesn’t work when the post starts with <!–nextpage–> ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pagination with in WP 3.0’ is closed to new replies.