• Hi I have a question. How can make sub-pages in one page ?
    i mean for example my drop down Menu looks like that: Palnts >> Flowers >> Yellow . And now I want the page called “yellow” I want to have 100 pic. but it will look horrible if all 100 pic is gonna be on 1 page. Co I want to make 10 pic per page. On the bottom of “Yellow” page i want to have “next” arrow or numbers (pagination) so when I hit “next” or “number” it will show me another 10 pic. Some kind of catalog on page, hopefully you know what I mean 😉 Any ideas ? Thank you for any help on this 🙂
    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • In that situation, my personal preference is to use thumbnails (small versions of each picture, typically displayed in three columns) to display them all on one page, so that the visitor can see them all at once, and choose the ones he/she wants to see. The built-in [gallery] shortcode does that for you, and as do many other WordPress photo/gallery plugins.

    If you do decide to go with the 10 pictures per page approach, I would start looking through all the photo/gallery plugins in the WordPress plugin directory: http://wordpress.org/extend/plugins/ to find one of the photo/gallery ones that does the job for you.

    Finally, you’ll likely need some php programming expertise to implement a third approach, as I’m not aware of a plugin to do this (but it is worth checking the plugin repository): create a Post for each picture, assign the post to the Category of the Page you want, say “Yellow”, then have the Yellow page display Yellow category posts, 10 at a time — php programming lets you display paginated posts, such as your idea of 10 at a time.

    I’m not sure what you are trying to do but have you tried the Atahualpa Theme?

    Peter brings up a good point: Themes often have “plugin-like” functionality built in. So, wherever I’ve talked about plugins in my first response, that should read “plugins and themes”.

    The Theme directory is http://wordpress.org/extend/themes/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pages in 1 Page’ is closed to new replies.