Is there a way to remove the link part of wp_list_pages, leaving only the text apart? < li >< a href=*** >Page Title < /a >< /li > ----> < li >Page Title< / li >
Wordpress / PHP Help Requested
3
Is there a way to remove the link part of wp_list_pages, leaving only the text apart?
< li >< a href=*** >Page Title < /a >< /li > ----> < li >Page Title< / li >
I want to created a bulleted list of a level of pages on my site, but I don't want them to be hyperlinked. Is this possible? Do I need to use some kind of regular expression replacement? I've tried a few, but it did not strip out the link.
Or is there maybe another function that will give me just the list of titles?
Thanks!
Lisa
< li >< a href=*** >Page Title < /a >< /li > ----> < li >Page Title< / li >
I want to created a bulleted list of a level of pages on my site, but I don't want them to be hyperlinked. Is this possible? Do I need to use some kind of regular expression replacement? I've tried a few, but it did not strip out the link.
Or is there maybe another function that will give me just the list of titles?
Thanks!
Lisa
- Bruce Hearder
- [ 1 ] Thanks
- davidmerrick
Next Topics on Trending Feed
-
3