Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress Nivoslider page searching for help

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32011
    Kortschot
    Member

    Hi there!

    I was wondering if anybody van point me the right direction. Im developing my own theme for my own use. Im not a programmer, do know my HTML and CSS and a little PHP and so on.

    The THING!
    I’m creating a page with a wide slider on top, below that it pulls thumbs and excerpts. So I started messing around with multiple loops, due I think that is the case. Maybe there is a different way…

    What the page has to do. Only load posts from a certain category, show the 1th 5 in the nivo slider (which already has been setup) followed by thumbnails from the rest of the posts in the category.

    Here is the page with the slider working so far and the code:

    http://www.tekortschot.nl/werk

    
    /*
    Template Name: Portfolio
    */
    ?>









    Deze pagina is nog in ontwikkeling





    have_posts()) : $my_query->the_post(); ?>
    " title="">








    #55571
    Kortschot
    Member

    little update,

    Now I have:



    while ($my_query->have_posts()) : $my_query->the_post();?>
    " title="">








    " title="">


    But now it posts the page permalink below the slider… I cant get it to list the category posts. When I get this working I can use offset to skip the posts in the slider… at least thats the plan.

    Anybody who has an idea…. please, i’m all ears.

    With Regards,
    Paul

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.