Forum Replies Created

Viewing 1 replies (of 1 total)
  • Edit this file.: /wp-content/plugins/awesome-filterable-portfolio/afp.php
    Replace the 391 line.
    This .:
    $items = $wpdb->get_results(‘SELECT * FROM ‘ . $wpdb->prefix . ‘afp_items
    ORDER BY item_sorting‘);

    These.:
    $items = $wpdb->get_results(‘SELECT * FROM ‘ . $wpdb->prefix . ‘afp_items’);

    So remove the order by section, and the plugin works.
    Sorry my bad english.

Viewing 1 replies (of 1 total)