721 readersThanks to our post New Ideas For 2010? Now It’s Your Turn! we got an email form one of our loyal sponsors Chris Coyier. Hey WP Engineer folks! I have a little issue I'm trying to resolve on CSS-Tricks, regarding comments. In my discussion settings, I have it set to automatically turn off comments on
3627 readersHave you ever wanted to close a comment thread, but leave a note to communicate why the thread is closed? Many blogs will just update the content of the blog post to say that comments are closed and why. That’s better than nothing, but that puts the message in a bit of an awkward place.
1967 readersThere will be a new function in the coming 3.0 version, which will create a shortlink to a post. At default it will be in the header of your frontend. A shortlink would always be with ?p= syntax and the ID of the post. <link rel='shortlink' href='http://bueltge.de/?p=717' /> To use the shortlink in your theme,
-
530 readersThe man, the myth, the legend, Ajay D’Souza not only brings you news of the latest WordPress plugins and themes to hit the community but he also has a few plugins under his belt. Today, I’ll be reviewing one of those plugins called Autoclose
Autoclose enables a granular approach to managing pingbacks/comments/trackbacks on both posts and
8552 readers
PHP
function _category_dropdown_filter( $cat_args ) {
$cat_args['show_option_none'] = __('My Category');
return $cat_args;
}
add_filter( 'widget_categories_dropdown_args', '_category_dropdown_filter' );
Visit wpsnipp.com for details on how to setup this WordPress snippet. Share this post. Facebook | StumbleUpon | Delicious | Tweet It | Digg This | DesignBump-It | DesignPoke-it
3567 readersIf you have posts that include the nofollow attribute on links, you may at some point decide to remove them. By default, WordPress doesn’t insert nofollow attributes in post content, but there are a variety of plugins that will insert nofollow into all links in post content. Or perhaps you have been manually adding nofollow
3975 readersYou don't always want to login in WordPress - so I've turned off the login for my local development environment, since I don't need it. So far I know two ways how to do this, which I want to introduce you briefly. Decide for yourself which is the right way for you if you don't
5048 readersHere are some sweet SQL code snippets for easy comment management. Sometimes it’s easier to modify comment status and delete unwanted comments on a sitewide basis. Using a program like phpMyAdmin makes it so easy to do stuff like remove spam, close/open comments on old posts, enable/disable pingbacks for specific time periods, and so on.
6371 readers
PHP
add_filter('the_terms', 'the_terms_function_filter',10,5);
function the_terms_function_filter($term_list, $taxonomy, $before, $sep, $after){
return strip_tags($them_list);
}
Visit wpsnipp.com for details on how to setup this WordPress snippet. Share this post. Facebook | StumbleUpon | Delicious | Tweet It | Digg This | DesignBump-It | DesignPoke-it
5970 readersWordPress allows you to vary how many blog posts you show on your blog, but it's a single setting, and affects how many blog posts show over the whole website. This tip allows you to have a different number of posts for a particular category.Looking for WordPress hosting? Try WP Web Host. Prices starts at