I’m not sure about the woot, but if you can give an indication as to how you want your lists to be styled, then we can give you examples of the css syntax to use – if that is what you are after.
Thread Starter
Anonymous
It has nothing to do with CSS. It has to with built-in settings. If there is a setting for Formatting that involves “Text/HTML before” and “Text/HTML after” then how do you make these settings active?
Thread Starter
Anonymous
I may have answered my own question. I was using get_links_list when I should have been using wp_get_links. Now if I can only get it to default to ALL links. A () doesn’t seem to show anything.
Thread Starter
Anonymous
Take a look at GetLinksListFixed for a plugin replacement for get_links_list.
Thread Starter
Anonymous
Take a look at http://wiki.wordpress.org/GetLinksListFixed for a plugin replacement for get_links_list.
Anyone familiar with the plug-in for dtw_get_links_list (http://wiki.wordpress.org/GetLinksListFixed?PHPSESSID=ef9c277d284172408164a8b89411be4d)?
I used this before I upgraded to 1.5, and it worked. Now when I try to activate the plug-in, I get the following warning on my WP admin page:
Warning: Cannot modify header information – headers already sent by (output started at /home/gretche/public_html/wp-content/plugins/dtw-links.php:87) in /home/gretche/public_html/wp-admin/admin.php on line 6
Warning: Cannot modify header information – headers already sent by (output started at /home/gretche/public_html/wp-content/plugins/dtw-links.php:87) in /home/gretche/public_html/wp-admin/admin.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at /home/gretche/public_html/wp-content/plugins/dtw-links.php:87) in /home/gretche/public_html/wp-admin/admin.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at /home/gretche/public_html/wp-content/plugins/dtw-links.php:87) in /home/gretche/public_html/wp-admin/admin.php on line 9
Did something change in the upgrade that’s messing with the plug-in?
I actually found a way to control the “before,” “between,” and “after” for links titles and descriptions without even using the plugin (which eliminates my problem). In case anyone else is searching for this solution, here’s what you do: If you go to http://codex.wordpress.org/Template_Tags/get_links_list, you’ll see that you can use the get_links tag in such a way that you will be able to format the links list without a plugin. Hurrah for the new Codex!