• Hi,
    i am using a get-pages function to list the titles of my pages and then i list them like that:
    <h4>ID) ?>”><?php echo $page->post_title ?></h4>
    It works fine but i would like to get current class like a normal wp_list_menu or list_pages to have the possibility to style the current item ,in bld for example….
    i dont manage it. have you got an idea?
    Would be much appreciated,
    thanks,
    David

Viewing 1 replies (of 1 total)
  • Thread Starter davidandre

    (@davidandre)

    <h4><a href="<?php echo get_page_link($page->ID) ?>"><?php echo $page->post_title ?></a></h4>

    sorry for the mess, this is how i list my titles

Viewing 1 replies (of 1 total)
  • The topic ‘get_page_link’ is closed to new replies.