WordPress Get Theme URL
Inside wordpress to get where theme located use <?php bloginfo(‘template_url’); ?> For instance if our theme is located in wp-content/themes/mytheme it will return the complete theme path
full storyBuddypress Display only Updates by default
Buddypress activity river displays all activities like x is now friend with y, x likes y’s activity, z is now a registed member , this is sometimes confusing , most of us prefer display updates only in this stream
full storyChange your WordPress Password from MySQL( PhPMyAdmin)
Reset your wordpress password right from phpMyAdmin
full storyWordPress difference between Administrator,editor,author and contributor
Difference between various users in wordpress admin environment
full storyDisable Directory listing in wp-content/uploads in all wordpress Installations
Listing files in default upload directory in default wordpress installtions troubles webmasters in cases where some premium themes and pluggins leaves backup copies in wp-content/uploads , follow these steps to diable file listing under this directory
full storyMobile friendly WordPress Themes
Making wordpress Mobile friendly is a must , as a good number of visitors coming to websites are from mobile devices and tablets. Even if a wide variety of mobile friendly themes are available over the net a very few only making the real sense. here is some that is worth considering in mobilization [...]
full storyBasic Linux Commands for Each WordPress Users
Basic Linux Commands to install wordpress,change themes and to add Pluggins
full storyInstalling WordPress on your Local Windows Based Computer
Wordpress is getting popular day by day and soforth its users. For the very beginner to advanced users of wordpress evry one needs some experience to use the cloud application and this trial and error is nt advisable on a running domain
full storyJetpack by WordPress
Jetpack is a wordpress venture to speedup wordpress selfhosted websites to benefit the cloud power of wordpress.com The widely used wordpress.com stats is now powered with jetpack, the interface is improved a lot URL Shortening is builtin Share this button will be next to post titles Short code Embedding made possible Spell check Enabled [...]
full storyWordPress Amazing Growth!, 22 % in US and 14.7 % world wide
Out of 100 US Websites 22 are wordpress Websites!, and wordwide 14/100 powered with wordpress!
full storyUse Google Fonts in Your WordPress Blog
Google Fonts can Enhance the Web with its variety of fonts, and in case of wordpress its more than easy to change the fonts with the ease of a bugfree plugin WP Web Fonts to do this just foloow these simple steps Login to WordPress Admin and Install new pluggin WP Web Fonts After install [...]
full storyArras WordPress Theme Crashed After WordPress 3.2
Arras theme for my blog crashed after upgrading to wordpress3.2 Error was Fatal error: Call to undefined method Arras_Widget_Tag_Cloud::WP_Widget_Tag_Cloud() in …./wp-content/themes/arras/library/widgets.php on line 355 and i find the solution Login to your cPanel to /wp-content/themes/arras/library/widgets.php Find this line in this file function Arras_Widget_Tag_Cloud() { $this->WP_Widget_Tag_Cloud(); } Replace this the following function Arras_Widget_Tag_Cloud() { parent::__construct(); } [...]
full story