Hi all,
I am using the Template Tags Shortcode plugin to display the wp_list_pages template tag inside a page. Instead of one long alphabetical listing, I have a need to specify lists for each individual letter of the alphabet.
The reason for this is because I am also using a tabbed layout in the page. Each tab will contain a letter. For example the tab that says "B" should list only pages that start with the letter B. So, I'm hoping that I can restrict the post_title parameter of the wp_list_pages template tag to show only one letter.
For example:
[wp_list_pages post_title="B"]
Is this possible? Any advice is greatly appreciated.