• I want to know how can I get a list of all the pages that starts with letter C in a specific category.

    Here is an example of what I’m looking for – https://www.myaccountingcourse.com/accounting-dictionary/c

Viewing 1 replies (of 1 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    This is not possible using the shortcode, and difficult or crazy to do with PHP.

    If you know PHP and can understand the WP_Query documentation then you can pass a WP_Query parameter array which limits to a single letter into the_a_z_listing() function in a template where you want the listing to appear. Though this would be just as easy to do with WP_Query itself so you would be creating extra work by trying to coerce my plugin to do it instead of writing it directly. Limiting the listing to a single letter will override virtually all of the functionality of my plugin.

Viewing 1 replies (of 1 total)

The topic ‘Display Posts Starting with Specific Letters only’ is closed to new replies.