zachlee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_list_bookmarks helpone correction, add:
categorize=0and the ‘category name’ will not be displayed.
<?php wp_list_bookmarks('categorize=0&category=3&orderby=name&title_li= &title_before= &title_after= '); ?>Forum: Fixing WordPress
In reply to: wp_list_bookmarks helpSOLVED
I added:
&title_li= &title_before= &title_after=to wp_list_bookmarks to make:
<?php wp_list_bookmarks('category=9&orderby=name&title_li= &title_before= &title_after= '); ?>all is back to *normal*
SO FAR
Forum: Fixing WordPress
In reply to: wp_list_bookmarks helpanother bit I have noticed…
<?php wp_list_bookmarks('categorize=0&category=6&orderby=name'); ?>
displays a table with the word bookmarks, while<?php wp_list_bookmarks('categorize=1&category=6&orderby=name'); ?>
displays a table with the ‘name’ of the categoryI want NOTHING added, how can I accomplish this?
(sorry to post/respond to my own posts, I am actively trying to *fix* my site)
Forum: Fixing WordPress
In reply to: wp_list_bookmarks helpI seem to have stumbled upon a partial solution.
Using:
<?php wp_list_bookmarks('category=4&orderby=name'); ?>with ‘4’ being the ‘cat_id’ (found when mousing over the proper category link on blogroll page)
now all that needs *fixed* is to remove the
<ul> & <h2>that conveniently showed up…Forum: Fixing WordPress
In reply to: Retrograding back to 2.0.5?I am having similar problems with the 2.0.6 upgrade.
Where can I re-download the 2.0.5 release again??