Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28631

    I would like to order the latest portpolio widget by title rather than date. Can I do that?

    #138150

    Open up wp-contentthemesenfoldframeworkphpclass-framework-widgets.php and replace

    $additional_loop = new WP_Query("cat=".$cat."&posts_per_page=".$count);

    with

    $additional_loop = new WP_Query("cat=".$cat."&order=ASC&orderby=title&posts_per_page=".$count);

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Latest portfolio widget order’ is closed to new replies.