Category: PageList
PageList 1.5
Jordi Canals | April 24, 2009 | 00:18 CEST | PageList, Short News | No comments

Just released PageList 1.5 that includes some filters to change the order for the queries that create the lists. You can see more about this new filters on this page.

Also, release 1.4 changed some links in the list. When in a post or page, now the list do not self-link to this page or post.

New in PageList 1.3
Jordi Canals | March 25, 2009 | 13:24 CET | PageList | Only Pings

In this version there are some small changes, ones related to Inline Tags and others to the Functions for Theme Developers.

Changes for Inline Tags

Now, the tag [pagelist] allows to set a custom title. With this change, all inline tags have the same behavior.

Changes for Theme Functions

A new generic function ipagelist() has been added to be used on templates. This function takes all plugin parameters from the post or page Custom Fields. With that, you can add a simple function to your theme templates and set configure what and how to show the posts or pages list.

Also, a new Online Manual has been published.

PageList for developers
Jordi Canals | March 12, 2009 | 02:54 CET | PageList | No comments

From the 1.1 version of this plugin, some functions have been added to call it from your themes or templates. Whit that, you can use all functions on your WordPress template. Also the possibility to by pass content tags helps you if need to document the plugin’s usage.

Look at Functions for theme developers to know more about this functions.

Content filter bypass:

Also, if you need to document the plugin’s usage for your users, there is a custom field, to bypass the content filter. This is only useful when using the tags in the post or page content, does not affect when using it in templates:

  • Custom field name: pagelist_bypass
  • Field value: true (anything works, but recommended setting to true).

Thanks to brasofilo for his idea to create the template functions.

Released PageList 1.0
Jordi Canals | March 8, 2009 | 03:29 CET | PageList | No comments

Just released the plugin Inline PageList 1.0. This is a simple filter to add a list of pages or posts inside any post or page. The new features included in this version is the possibility to add a list of post for a given category or tag. Whit this, you can get a “Related Content” list by listing the last post from a category or tagged with a particular label. This is added to the already available possibility to list all subpages from a parent page.

Now, you can get a list of subpages from a given category, a list of posts from a category or a list of posts with a particular tag. With this, I added the asked possibility to have a list of posts inside any post or page.