Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1018925

    Hi support.

    I want to have the blog posts to be shown randomly, so I followed your documentation and inserted this code in the functions-file:

    add_filter(‘avia_blog_post_query’, ‘avia_modify_post_grid_query_rand’);

    function avia_modify_post_grid_query_rand( $query ) {
    $query[‘orderby’] = ‘rand’;
    return $query;
    }

    I have cleared cache several times without luck.

    It is on the frontpage of: Lederuddannelse.

    Have I missed anything – please help?

    Thanks :-)

    /OKEI

    #1019187

    Hey OKEI,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1020215

    Hi support,

    Sure – please find login details in private section.

    Thanks.

    /OKEI

    #1021298

    Hi,

    Can u also provide us FTP details please?

    Best regards,
    Basilis

    #1025504

    FTP details below. Hope it works :-)

    #1026378

    Hi OKEI,

    Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

    #1026470

    YEAH – it seems to be working now. Great!

    Thanks for helping :-)

    Please close.

    /OKEI

    #1026487

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Random blog posts’ is closed to new replies.