mattread
Forum Replies Created
-
Forum: Plugins
In reply to: Sortable nicer archives for WordPress 1.2Now I have another problem. When I sort by Category, it shows my drafts under the “Other” category.
Forum: Fixing WordPress
In reply to: Blog on main pageI think this is what you want. Under “Options -> General”, you have this option:
Blog address (URI):
So if your Main Page is in a different location than you wordpress directory, set it here, so the links will link properly. (eg. if your main page is in your sites root directory, set it to http://www.yoursite.com)Forum: Plugins
In reply to: Is there a plugin to display the userlist?list_authors will list all users that have registered on your wordpress. You can choose whether to show only users that have posted or show all of them.
Forum: Fixing WordPress
In reply to: problems with categoryUnder “Options -> Permalinks” you can change the way the permalinks for categories are displayed.
Forum: Themes and Templates
In reply to: Anyone do design work?There are many templates at:
http://www.alexking.org/index.php?content=software/wordpress/styles.phpHow about a delete button, and if more than ten registered users click it you can delete the Anonymous posts!
Forum: Fixing WordPress
In reply to: Irratic dates displayedthe_date only shows one date. so if two posts are on the same date it will only show the date on the first post. So use the_time instead of the_date.
use this:<? the_time('Y - m - d'); ?>I wish people wouldn’t post this kinda stuff! There should be filter that only allows posts over five words or so.
Forum: Requests and Feedback
In reply to: Ratings Add-onLoop-dee-Loop
http://wordpress.org/support/10/8362Forum: Plugins
In reply to: User ratings hackLoop-dee-Loop
http://wordpress.org/support/4/8363Forum: Fixing WordPress
In reply to: Missing UPLOAD on ADMIN menu!Did you check the “Allow File Uploads” under Options->Miscellaneous?
Forum: Fixing WordPress
In reply to: fontBitstream Vera Sans is the best.
Forum: Fixing WordPress
In reply to: emailfedex
Forum: Fixing WordPress
In reply to: sql/db errorError 28 means your hard drive device is FULL. If you can contact your host, or if you have shell access or SFTP access, delete the stuff in the
/tmp/, or your temporary folder. I have this problem sometimes and this always fixes it for me.Forum: Requests and Feedback
In reply to: WordPress.org problem with IEWhat file?