Support » Fixing WordPress » Multi Page toolkit or making a post with multiple pages. Huge issue! Thanks :)

  • Help! πŸ™

    I have the Game Now theme and I want to have my large articles, in pages.

    Like Page 1, Page 2, etc.

    I tried this <!–nextpage–>….

    Doesn’t work.

    Then the plug in Multipage Toolkit 2.6, and it did not work.

    It at first put on the bottom of my page 1 2 View all.

    Cool.

    I click “2” and it goes to the “next page”, which is just a repeat of all of Page “1”.Argh!

    There also is no back or page 1 2 View All on the second page.

    Anyone know what to do?

    Thank you kindly.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter filmguy

    (@filmguy)

    Anyone?

    did you ask at the seller’s website, as this is a premium theme?

    using single.php and putting this or a similar code

    <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>

    after the content did not work?

    no links?
    wrong part after clicking on a link?

    i am not familiar with the plugin you tried.

    what is the status now?
    do you have a link to the post with multiple pages?

    Thread Starter filmguy

    (@filmguy)

    The plug in is Multi Page toolkit and my theme is Game Now.

    I tried to ask them but they have had an attitude many times when asking for help.

    Funny, considering I paid for the theme.

    The plug in is Multi Page toolkit and my them is Game Now.

    this seems to be a premium theme, so downloading and checking it is no option.

    I tried this <!–nextpage–>….

    Doesn’t work.

    what was or was not happening when you tried this?

    does your single.php have the ‘wp_link_pages()’ in the code?

    Thread Starter filmguy

    (@filmguy)

    what was or was not happening when you tried this?

    does your single.php have the ‘wp_link_pages()’ in the code?

    With the <!–nextpage–> nothing actually.

    I do not know what, “does your single.php have the ‘wp_link_pages()’ in the code?” means.

    I am not too technical web wise πŸ™

    to show the links to the parts of your post (that you make by inserting <!–nextpage–>) the php file (i.e. single.php) needs to have this template tag ‘wp_link_pages()’.

    open single.php of your theme in the editor (admin – appearance – editor), and if it is not overcomplicated, you might be able to check if ‘wp_link_pages()’ is in there, usually close after ‘the_content()’.

    Thread Starter filmguy

    (@filmguy)

    It was not there, so I put it and it still does not work πŸ™

    That is why I tried the plug in Multi Page Toolkit.

    That did put the 2 new buttons in my post panel and it splits the post, but when I preview it I see the post page one where I split it, and then I click page 2 and see the the same FULL POST form page 1.?

    The page buttons on the bottom also go away on page 2 for some reason.

    I appreciate anything anyone can do to advise me.

    And alchymyth, thanks for for working with me on this, I appreciate it.

    Thread Starter filmguy

    (@filmguy)

    Anyone have any suggestions?

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Multi Page toolkit or making a post with multiple pages. Huge issue! Thanks :)’ is closed to new replies.