Nilimesh Mukharjee
asked 10 years ago

I have tried <!–more–> option but it didnt seems to be working. Can you tell me how can we split long posts into multiple pages?

And How to modify the 1,2,3,4…. pages button style also. (If possible)

Best Regards

Nilimesh

shae101s
replied 10 years ago

I’m looking forward to hearing the solution for this as well, because I also want to break up a few of my posts with DW Focus into multiple pages and have them stylized to look good/neater.

4 Answers
shae101s
answered 10 years ago

<!–nextpage–>

you can add that, but I don’t know how to style it to look neat or with stylized buttons

Aditya Lesmana
replied 10 years ago

not working for me. any other way

Kido D
answered 10 years ago

I believe you’re referring to the use of

 <!--nextpage-->

which divides your content into different pages. You can use the ‘Text’ setting of the editor to add the <!–nextpage–> tag, or using a plugin which will add a button to the toolbar: http://wordpress.org/extend/plugins/nextpage-buttons/

For styling, you’ll need a little CSS.. Here’s an example.

.page-links {
    margin: 20px 0;
}
.page-links a {
    padding: 4px 7px; 
    line-height: 15px; 
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

Screenshot: http://i.imgur.com/mxOieYv.png

More details about styling page-links are covered in the link below: http://codex.wordpress.org/Styling_Page-Links

Hope this helps!

Nilimesh Mukharjee
answered 10 years ago

I am still waiting for Dominic to answer. Dominic Sir… where are you ?

Kido D
answered 10 years ago

Hi Nilimesh,

I’m Kido, new support staff member from DesignWall team.

I hope this will not affect my solution given to you. Please try and let me know if it works.

Powered by DW Question & Answer Pro