Links page issue
-
I’m trying to create a links page in my template. I’ve gotten it to look the way I’d like it to look but I’ve run into one stumbling block. I’d like the description of the link (which I’ve currently got set to the link for a particular entry) to be a clickable link (as apposed to just the name). Right now just the name is a clickable link. In other words I’d like to have it display something like:
Google Search Engine
https://www.google.comBut instead it’s displaying something like:
Google Search Engine
h t t p : / / w w w . g o o g l e . c o m (without the spaces–added so the forum doesn’t automatically turn this into a link)Is there an easy way to adjust this so both the name and the description are clickable links? Right now I’m using the following code:
`<?php wp_list_bookmarks(‘title_li=&categorize=0&category=8&show_name=1&show_description=1&before=&between=&after=&orderby=id’); ?>’
Suggestions? Thanks for your help!
- The topic ‘Links page issue’ is closed to new replies.