Plugin Directory

Changeset 806632


Ignore:
Timestamp:
11/19/2013 07:22:10 AM (12 years ago)
Author:
speedito
Message:

Showing all FAQ with pagination

Location:
simple-faqs
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • simple-faqs/tags/1.1.1/readme.txt

    r806582 r806632  
    44Requires at least: 3.7.1
    55Tested up to: 3.7.1
    6 Stable tag: 1.1
     6Stable tag: 1.1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838= 1.1 =
    3939Reset Post Data To avoid conflict with Theme Queries
     40
     41= 1.1.1
     42Show all FAQ without pagination
  • simple-faqs/tags/1.1.1/simple-faq.php

    r806582 r806632  
    44 * Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
    55 * Description: FAQ plugin to allow creating and showing FAQ easily on Wordpress website
    6  * Version: 1.1
     6 * Version: 1.1.1
    77 * Author: Waqas Ahmed
    88 * Author URI: http://speedsoftsol.com
     
    6969            'post_type' => 'simple-faqs',
    7070            'orderby' => 'menu_order',
    71             'order' => 'ASC'
     71            'order' => 'ASC',
     72            'posts_per_page' => -1
    7273            );
    7374    }
     
    7778            'orderby' => 'menu_order',
    7879            'order' => 'ASC',
     80            'posts_per_page' => -1,
    7981            'tax_query' => array (
    8082                array(
  • simple-faqs/trunk/readme.txt

    r806582 r806632  
    44Requires at least: 3.7.1
    55Tested up to: 3.7.1
    6 Stable tag: 1.1
     6Stable tag: 1.1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838= 1.1 =
    3939Reset Post Data To avoid conflict with Theme Queries
     40
     41= 1.1.1
     42Show all FAQ without pagination
  • simple-faqs/trunk/simple-faq.php

    r806582 r806632  
    44 * Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
    55 * Description: FAQ plugin to allow creating and showing FAQ easily on Wordpress website
    6  * Version: 1.1
     6 * Version: 1.1.1
    77 * Author: Waqas Ahmed
    88 * Author URI: http://speedsoftsol.com
     
    6969            'post_type' => 'simple-faqs',
    7070            'orderby' => 'menu_order',
    71             'order' => 'ASC'
     71            'order' => 'ASC',
     72            'posts_per_page' => -1
    7273            );
    7374    }
     
    7778            'orderby' => 'menu_order',
    7879            'order' => 'ASC',
     80            'posts_per_page' => -1,
    7981            'tax_query' => array (
    8082                array(
Note: See TracChangeset for help on using the changeset viewer.