• flashock

    (@flashock)


    Hi, I was struck here for a couple of days. I have a listing of 10 featured, 10 popular and 10 new listing on my front page using wp-tab. However, I need to random the 10 featured listing every time the page is refresh this apply the same to the 10 popular listing and 10 new listing. But I only using paid ifreature-pro theme. and the front page is a table.
    I guess I using the wrong method here. Appreciate if anyone can help and advice me. I willing to pay if the problem can be solve. my URL: https://www.sgmoneyloans.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • scsmash3r

    (@scsmash3r)

    Heya, flashock.

    Afais, the plugin you’re using is called WordPress Post Tabs?

    You need to modify the template file, where wp loops starts (basically, where your posts are listing). Just add this line before wp loop code:

    query_posts( $query_string . '&orderby=rand');

    Hope it helps!

    P.S. If you can’t modify it by your own, I assume you use pastebin.com and copy/paste your front page code, so I could look at it.

    Thread Starter flashock

    (@flashock)

    Hi scsmash3r

    Yes, I using WordPress Post Tabs, I not a programmer. I need your help.
    I can supply you my login access to help me take a look.

    I paste the source code https://pastebin.com/fVH1ikyS
    is this what you looking at?

    Thanks in advance

    scsmash3r

    (@scsmash3r)

    Hey once again, flashock.

    Nope, the code that you’ve posted is already rendered HTML code. I need to see PHP source code.

    If you want, I can try to look at your code through admin panel.
    You can contact me by e-mail: [email protected]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I need help and advice on random listing on my homepage’ is closed to new replies.