If your host has restrictive permissions for all files, don’t worry you can very easily override file permissions in WordPress.
Continue reading How To Override File Permissions In WordPress ?
If your host has restrictive permissions for all files, don’t worry you can very easily override file permissions in WordPress.
Continue reading How To Override File Permissions In WordPress ?
Only for developers WordPress has debugging feature which allows them to find errors, deprecated functions. By default this debugging feature is set to false but during development mode programmers may have it enabled.
After you save you any draft in WordPress, the page reloads and leaves you at the top of your post and then you scroll down to begin from where you left. This becomes irritating while writing long posts. So if you like you can easily recover old scroll position in your WordPress Editor after saving your draft. Works both in either HTML or visual editor.
Continue reading How To Preserve Editor Scroll Position In WordPress ?
Wp Facebook Grabber plugin provide you a way to take public content from Facebook and insert it in your WordPress posts and pages.
Continue reading How To Insert Facebook Public Content In Your WordPress Site ?
Disable Comments, another WordPress plugin allows administrators to globally disable comments on their site. Comments can be disabled according to post type.
Remember:
Use this plugin if you don’t want comments at all on your site or on certain post types. After activating it, plugin settings can be accessed from the ‘Settings’ menu in the administration area.
Related Plugin:
Read this article to Disable Comments By Default On New WordPress Pages And Custom Post Types.
You can easily disable comments by default on new pages and custom post types, with the ability to individually set them on a page or post basis.
By default, WordPress provides you two options:
WordPress doesn’t provides you any specific setting that allows comments and trackbacks to be active by default for posts, while disabling them on pages or any other post type but using No Page Comment plugin you can have these options also. Simply install, activate it then visit its options from Dashboard->Settings->No Page Comment.
You can very easily disable comments on WordPress media attachments. Open your theme’s function.php file and add the following hack:
function filter_media_comment_status( $open, $post_id ) {
$post = get_post( $post_id );
if( $post->post_type == ‘attachment’ ) {
return false;
}
return $open;
}
add_filter( ‘comments_open’, ‘filter_media_comment_status’, 10 , 2 );
Convert your WordPress site in to a mobile friendly site in minutes. Make your smartphone visitors automatically get redirected (like Google & Facebook) to your site’s mobile version. DudaMobile WordPress plugin makes it easy, fast and free.
Continue reading How To Create A Mobile Friendly WordPress Site In Minutes ?
Suburbia is a free premium WordPress theme by WPShower.COM for creating WordPress magazine style websites. Its very clean, flexible having very modest and minimalistic style.
Continue reading Create A Beautiful Magazine Style WordPress Site Using Suburbia
Here is a function that extends oEmbedding in WordPress. All you need to do is copy-paste the following code in your theme’s function file.
Continue reading WordPress Hack To oEmbed SlideShare Presentations
There are many WordPress themes that don’t show numbers on comments but we use them because they are better on other sides. So here I am discussing how to easily add numbers in your WordPress theme’s comments section.
Continue reading How To Add Comment Numbers In Your WordPress Theme ?
oEmbed was designed to avoid making copy and paste HTML from the site hosting the media. It supports videos, images, text, and more.
Continue reading How To Enable oEmbed In Your WordPress Site ?
Add Dropdown Category Selection For Publishing Posts In Your WordPress P2 Theme
WordPress’s wp_list_comments function has a parameter for changing the default (which is 48px) size to anywhere between 0 to 80px:
Continue reading How To Change Default Avatar Size In WordPress ?
You might have seen database error page in WordPress. It appears during database connection errors showing you a simple message in H1:- Error Establishing a Database Connection, in your website.
Continue reading How To Add A Custom Database Error Page In Your WordPress Site ?
Barack Obama is having fake followers on Twitter. He is registered on each Site that provides fake Twitter followers.
Continue reading Barack Obama Has All Fake Followers On Twitter
Using WOW Slider you can easily add a beautiful image slider having awesome effects, fancy templates, point-and-click wizard, fully responsive and pure CSS fallback.
Continue reading Excellent Image Slider For Your WordPress Site
An easy way to test your theme for all the latest WordPress standards and practices.
Continue reading How To Check Your Theme Before Uploading It To WordPress.Org ?
WordPress displays your post in the order you publish them and if you need to rearrange them you have to change their publishing dates. Changing post dates creates dead links and you lost your post’s back links. So rather than changing post dates you can use this new and easy technique for rearranging your WordPress blog posts.
Continue reading Easiest Way To Drag-Drop & Arrange Your WordPress Posts And Custom Post Types
Error 404 Pages With PHP Auto-Mailer, tutorial for creating a custom error 404 page – http://net.tutsplus.com/tutorials/php/404403-website-error-pages-with-php-auto-mailer/
Tweetily – Tweet Your Posts Automatically! is the best plugin for auto tweeting your WordPress posts. Easy to install, easy to connect with twitter, automatically promotes your posts and pages on Twitter, keep your content alive and drive traffic to your site. Works better than Tweet Old Post Plugin. Set it and forget it!
Continue reading Best Plugin For Auto Tweeting Your WordPress Blog Posts