• Resolved wisam-mo

    (@wisam-mo)


    hello there,
    I want to show three posts lists each one from certain category…
    all posts at those categories was hided from index page by wp-hidden-post plugin…
    therefor, I can’t use WP_Query to query those posts on index page…
    so do you know another way (function) to show those lists of posts on my index page…
    thanks…

Viewing 4 replies - 1 through 4 (of 4 total)
  • link would help

    Thread Starter wisam-mo

    (@wisam-mo)

    I solving the problem by send a parameter for the WP_Query…
    'suppress_filters' => true
    So the posts was been show on the index page although they are been hidden by wp-hidden-post plugin…
    but the new problem I found that the date of the post didn’t shown all the time…
    I mean: if i there are 5 topics first 3 of them posted on 2/10/2009 and the others posted on 3/10/2009 then the first one will have a date shown behind of it, while the second and thierd ones will not show the date…
    also the fourth one will show the date, while the fifth will not show the date…

    example:
    post1 title – 2/10/2009
    post2 title –
    post3 title –
    post4 title – 3/10/2009
    post5 title –

    I think there’s another parameter I have to post…
    what do you think… can you give me a help…
    thanks…

    Thread Starter wisam-mo

    (@wisam-mo)

    the problem is still being…
    do anybody know the solution…
    waiting for your help…
    thnks…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to show a second posts list on index with the main one’ is closed to new replies.