whoispauladams
Member
Posted 7 years ago #
I can't seem to get the "before title" and "after title" tags to show up in the page. Here's the page:
http://www.EastpointRadio.com
Notice that in the "Connect" box on the right, there is a link and the description. I'd like to format that a bit more. but I can't figure out the coding. I've tried several different appoaches to no avail.
I'm using Theron Parlins BionicJive Theme if that helps. But, I think the secret is somewhere in the link.php file, correct?
Any help would be appreciated.
it would be in your css.
try adding a custom class to the table in which the data comes from (<table width=160 cellpadding=5 cellspacing=0 class="links"> and supplementing your css file with something like...
.links ul li {
display: inline;
}
or what have you
whoispauladams
Member
Posted 7 years ago #
Yep! That did the trick. Looks perfect! Thanks SO much.
One little hurdle at a time and this thing is really shaping up.
Now in Codex: http://codex.wordpress.org/Template_Tags/wp_get_links#Example_2
Hopefully the following keywords will help people find this.
Link Categories Formatting
Before Link
Between Link and Description
After Link
get_links_list