[WP_LIST_PAGES] No Title on the ahref
-
Hey All,
I’ve been having a problem, since when i use wp_list_pages, i dont get any title on the ahref (wich is bad SEO). I can only find solutions about people that have titles, but wan’t to remove them.. But for some reason i just dont get them?
Here is the code i use:
$children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0&sort_column=menu_order&depth=1"); $titlenamer = get_the_title($post->post_parent);
Could anyone tell me if its my code or if its something i must edit in the wordpress core files?
Kind regards,
Rick
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[WP_LIST_PAGES] No Title on the ahref’ is closed to new replies.