You can easily brand your blog more by using your own default avatar for comments. To say good bye to Mystery Man, follow these steps:
Continue reading How To Change The Default Gravatar For Comments In WordPress ?
You can easily brand your blog more by using your own default avatar for comments. To say good bye to Mystery Man, follow these steps:
Continue reading How To Change The Default Gravatar For Comments In WordPress ?
By default English is the localized language of your WordPress site that can be changed to your native language:
Open your wp-config.php file and add these lines:
define(‘WPLANG’, ”);
define(‘LANGDIR’, ”);
Important: Language translation file (.mo) must be placed in the default location – wp-content/languages (first) and then wp-includes/languages(second). As in the above function, you can define your own language directory. Learn more about WordPress in Your Language
You might have noticed common WordPress error sometimes while activating a new plugin or some other task:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2348617 bytes) in /home4/xxx/public_html/wp-includes/plugin.php on line xxx
This error shows up when you exceed your default Memory Limit. For fixing it up wp-config.php file and add the following line:
define(‘WP_MEMORY_LIMIT’, ’64M’);
By default WordPress auto saves post on every 60 seconds, but you can easily modify this time according to your like. Open your site’s wp-config.php file and add the following line just above the Happy Blogging line:
define(‘AUTOSAVE_INTERVAL’, 120); // in seconds
In the above line I have given time of 120 seconds, you may change that as per your requirement.
You can also modify post revisions by limiting the number of revisions per post:
define(‘WP_POST_REVISIONS’, 5);
And for disabling post revision, set it to false as shown below:
define(‘WP_POST_REVISIONS’, false);
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 ?
You can make WordPress to automatically repair your site’s database. Open wp-config.php file (present in your site’s root directory) and add the following code, just above the Happy Blogging line:
define(‘WP_ALLOW_REPAIR’, TRUE);
You can make WordPress automatically empty the trash bin within the given interval of time. You can also define the number of days between WordPress trash dumps.
Continue reading How To Set WordPress To Automatically Empty The Trash ?
Now you can easily clean your BuddyPress site’s activity stream anytime you need. Now new WordPress update provides Activity menu in your Dashboard’s left side bar. Visit Admin’s Dashboard, click Activity. It displays all your BuddyPress activity stream posts. You can select all or some posts and delete them permanently, just like you do in All Posts and All Pages list.
Continue reading How To Clean Your BuddyPress Activity Stream ?
Adding certain hacks in a plugin then uploading it to your WP site is time consuming. Now you can easily create new plugins directly from your WordPress dashboard.
Continue reading Create New WordPress Plugins Directly From The Dashboard
If your BuddyPress network is not open for pubic registration and you use invitation for making new registrations. Then you might like disabling BuddyPress required user activation.
Continue reading How To Disable Required User Activation In Your BuddyPress Network ?
Everytime you update your WordPress MU site network it displays a welcome panel showing all new functions and updates to all your users. If you like you can easily hide it from all your subsite owners.
Continue reading How To Hide Welcome Panel For WordPress Multisite ?
You can embed YouTube video in BuddyPress Activity Stream without using any hack or plugin.
Continue reading How To Embed Video In BuddyPress Activity Stream ?
Change the parent forum to use for all BuddyPress group forums.
Continue reading How To Change The Parent Forum To Use For All BuddyPress Group Forums ?
Changing BuddyPress Avatar size and other specific settings.
Continue reading How To Edit Your BuddyPress Avatar Size And Other Settings ?
Allow yours BuddyPress site members to create their usernames in site’s root. So that their profile URL appear as domain.com/username Just like Facebook & Twitter where profile URLs are facebook.com/username and twitter.com/username
Continue reading Make Facebook-Twitter Type Profile Address In Your BuddyPress Network
Learn to change BuddyPress default URL slugs. For Example; you can change profile to info in your BuddyPress site’s URL