Forums

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

Home Forums Back End How to stick

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

    Hello, as you can see i’m beginning with wp
    i made my menu with categories, so it opens in archives pages.
    i’m looking for the query to make one or multi posts stick in an archive page without one more pluging please
    What do i have to put before my loop?
    I don’t whant to change the date of the post to 2032 also
    thanks

    Code:
    // retrieve one post with an ID of 182
    query_posts(‘p=182’);
    ?>

    #72996
    boddhi
    Member

    In fact i’m looking to make 2 loops

    1) showing one post id=123 from the cat=1
    2) showing the rest of the post from the cat=1

    Something to do with multiple loops and query, does someone have a piece of code to save me.
    Thanks in advance

    my piece of code is not working and i don’t know what to put after

    Code:
    Not Found

    endif;?>

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