Support » Theme: Spun » post splits into multiple pages

  • Ditte456

    (@ditte456)


    Hi,

    Thanks for the great theme!

    Im currently doing my homepage and I want to create several pages under each post I do like this:
    http://spun-demo.calobeedoodles.com/2008/09/04/layout-test/

    Do I have to change something in the coding or is there an easier way?

    Furthermore I want to have one of the post to be locked on the front page so it is not possible to click on it? Where in the coding do I find this?

    The homepage is as featured here: http://www.dittebuus.com/ it is the picture “bubble” I want to keep static

    Thank you!

    Best
    Ditte

Viewing 4 replies - 1 through 4 (of 4 total)
  • ShaiRoelud

    (@shairoelud)

    The easiest way is to go to Edit Post, choose the Text tab and put <!–nextpage–> where you want the page break. See also:

    Thread Starter Ditte456

    (@ditte456)

    Don’t think I got it all?

    Thread Starter Ditte456

    (@ditte456)

    Solved the problem here: http://wordpress.org/support/topic/split-post-in-several-pages?replies=2

    HOwever still need to find out how to lock the bobles on the front page so you can click on one of them?

    Theme Author Caroline Moore

    (@sixhours)

    There are a couple different approaches I can think of to do this…

    You could modify content-home.php in a child theme to add a static circle element before the post content is generated.

    You might also be able to fudge it with CSS, using a :before pseudo class on the first “real” post, styling it as though it were a block level element, applying the same CSS used to style a traditional entry.

    Neither is very easy to do unless you’re familiar with code. Someone else may be able to weigh in with a simpler solution.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘post splits into multiple pages’ is closed to new replies.