• Resolved joe_pl

    (@joe_pl)


    I get this error
    Warning: rsort() expects parameter 1 to be array, null given in /home/content/75/11534175/html/JL/wp-content/themes/strapvert/featured-content.php on line 1

    How do I fix it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Brian Harris

    (@zgani)

    Sorry about that, silly development mistake – experimental code left over.

    Issue fixed and revised version uploaded. You can grab the latest copy here: http://wordpress.org/themes/strapvert/developers/ (1.0.7 under current version)

    For a quick fix on the copy you have simply replace
    <?php $featured_posts = strapvert_get_featured_posts(); rsort( $sticky ); ?>
    with
    <?php $featured_posts = strapvert_get_featured_posts(); ?>

    Zulf

    Theme Author Brian Harris

    (@zgani)

    Marking as resolved now as revised version is now live.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme Error’ is closed to new replies.