richardhenry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change directory names: wp-content, wp-adminI agree. Changing directory names would be so useful for me, as when using WordPress in a site for clients and telling them to go to http://example.com/wp-admin/ isn’t the best looking thing in the world.
I usually just create another folder called /write/ with a PHP
header("Location: ...");line, but being able to rename the folders would be SO much easier and cleaner.Cheers for bringing this up.
Forum: Themes and Templates
In reply to: Remove link to category archive in posts, but keep the textP.S. For anyone who can’t be bothered reading all that, simply insert:
<?php foreach((get_the_category()) as $cat) { echo $cat->cat_name . ' '; } ?>…anywhere in The Loop to display the category of the current post.
Forum: Themes and Templates
In reply to: Remove link to category archive in posts, but keep the textSo I did, very sorry. Thanks for your reply!
Forum: Plugins
In reply to: Latest posts list on a non-WP page?Sorry for repeat post.
Thanks for all the help 😀
Forum: Requests and Feedback
In reply to: ‘Press It’ OS X Dashboard WidgetWordPress Dash is f’ugly as hell though, and doesn’t have many features. I would love to see someone come up with something else, even if it doesn’t have more features… the only thing that’s holding me back from WordPress Dash is how ‘un pretty’ and ‘un os x’ it is.
Go for it 🙂