rize
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: old slugs to new slugsanyone?
Forum: Fixing WordPress
In reply to: wp 2.7 error: Failed to connect to FTP Server http://when trying to install a plugin does it give you this:
Connection Information
To perform the requested action, connection information is required.
if yes, have you tried using localhost on your hostname?
Forum: Fixing WordPress
In reply to: Flaw in All in one SEO packyou can try Platinum SEO
Forum: Fixing WordPress
In reply to: How to remove the word Categories above the category listthanks. 🙂
Forum: Fixing WordPress
In reply to: Author lists like tagsFound it.. i did it using:list author plugin
changed the list-post-authors-plus.php
deleted the:
$return .= $link . '<ul>'; $return .= $link . '<li>'; $return .= $link . '</ul>';changed the following code:
$return .= $link . '</li>'; to $return .= $link . ' ';you can add more
if you want more space between the names of authors. 🙂it will result into:
it worked for me so please don’t blame me if it won’t for you.. remember to back up your files.. You can change the settings(show post count,exclude/include etc) by using the widget or editing your theme’s sidebar.php just read the readme.txt file and you’ll get it, follow the same instructions.
Forum: Fixing WordPress
In reply to: Author lists like tagsanyone? i found a category cloud plugin, i hope someone could help me make it author cloud instead.. Here
Forum: Fixing WordPress
In reply to: Dropping unused tables in databaseyep i’m not using them anymore…
i’ll be dropping them now 🙂
Forum: Fixing WordPress
In reply to: 2 category widgets – can posts be added to one or the other?Anybody know how to remove the word ‘category’?
Code im using is
<ul><?php wp_list_categories('orderby=name &use_desc_for_title=0&child_of=212'); ?></ul>