• Hi, i added the code as [a-z-listing parent=”courses”] yet still it shows all the pages, i want only the pages listed under courses catogry to be in the list.

    The page I need help with: [log in to see the link]

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

    (@diddledani)

    Hi,

    To show pages that have been assigned the category of “courses” you want the following:

    [a-z-listing display="posts" post-type="page" taxonomy="category" terms="courses"]
    
    Thread Starter zahranm

    (@zahranm)

    Hello Daniel,

    i tried this but its not showing up, https://bcu.ac.ae/courses/

    what i meant by category here is the parent page,

    • This reply was modified 3 years, 10 months ago by zahranm.
    Plugin Author Dani Llewellyn

    (@diddledani)

    I’ve just had a poke through your site to see if I can see what’s up – it looks like you do not have a category called “courses” but you do have a page called “courses” that looks to be a common parent to all your courses. If you want to show all children of the courses “page” then this will do what you need:

    [a-z-listing display="posts" post-type="page" parent-post="601"]
    

    Note that the number 601 is the post-ID of your “Courses” page – this is specific to your site, and will need to be updated if you want to use a different page for the parent.

    Thread Starter zahranm

    (@zahranm)

    uff that wokred..!! thanks a ton matee

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘a-z listing for in a page category’ is closed to new replies.