Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wickedplugins

    (@wickedplugins)

    Hi @wpdevcity,

    Page folders are stored as terms in a custom taxonomy named ‘wf_page_folders’. So you should be able to do this using the WordPress get_the_term_list function. Something like this should work:

    <?php get_the_term_list( get_the_ID(), 'wf_page_folders' ); ?>

    I hope this helps!

    Plugin Author wickedplugins

    (@wickedplugins)

    Hi @wpdevcity,

    I’m going to mark this as resolved but if you still need help, just let us know.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display page folder name’ is closed to new replies.