Apraksts
Support for [tree-pages], [list-pages] and [child-pages] shortcodes in your posts or pages to display all child and/or parent pages. The shortcodes accept all parameters available for (https://codex.wordpress.org/Template_Tags/wp_list_pages) function.
Usage
List of all pages with the same parents: [tree-pages]
List of all pages: [list-pages]
List of all pages sorted by title: [list-pages sort_column=”post_title”]
List of pages but exclude some page by ID: [list-pages exclude=”64,128,233″]
List of child pages exclude one page by ID: [child-pages exclude=64]
Uzstādīšana
- Download and unzip the last version of this plugin.
- Upload the wp-js-list-pages-shortcodes folder to ./wp-content/plugins/
- Go to WP Admin panel > Plugins > activate “WP Js List Pages Shortcodes”
Atsauksmes
Par šo spraudni nav atsauksmju.
Autori un izstrādātāji
“WP Js List Pages Shortcodes” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.
LīdzdalībniekiTulkot “WP Js List Pages Shortcodes” savā valodā.
Vai jūs interesē attīstība?
Pārlūkojiet kodu, apmeklējiet SVN krātuvi vai abonējiet attīstības žurnālu, ko izveidojis RSS.
Izmaiņu žurnāls
1.0
- first release
1.1
- fixed a bug with “sort_order”.
1.2
- added number and offset support
1.21
- fixed a bug with “include” parameter.