BuddyPress theme BP columns not showing left sidebar in widgets area – Fixed

I was setting up a new site: Pak Bloggers today and installed buddypress theme bp column on it but unfortunately the theme had some errors. The bug in the code of bp columns for buddypress theme was: there was no left column sidebar in the wp admin widgets area How to fix it? well it […]

Add custom css to WordPress Admin panel

Not sure if you’ve noticed it or not, I’m a huge fan of Font Family “Lucida Grande” and really wanted my wordpress admin dashboard to have this font family instead of the current ones. Well achieving this is fairly simple. Either if you want to change the font family of wordpress admin backend or to […]

How to get wordpress current page url – permalink

Developers or bloggers using WordPress might need to get WordPress current page url to use it somewhere in their website code, theme or plugin, etc. The url can either be used in theme for permalink or for any other reason in functions file or a plugin (sharing plugin for example). How to get WordPress current […]

JetPack by WordPress.com – new wp stats plugin

Many of you might be knowing this already, but some don’t. So here I’ll be sharing the new version of wordpress.com stats launched by wordpress team in the form of jetPack (along with some other cool plugins by Automattic). How to get new wordpress.com stats on self hosted wp (jetpack by automattic) To get the […]

Remove jQuery from Platformpro wordpress theme

Due to recent shift from thesis to platformpro, I’ve been trying to improve the framework and theme (platform base) by speeding it up and also making few necessary changes. One of those was to remove unnecessary scripts which platformpro don’t give option of removing from the theme admin backend. I am not using any script […]

Add feedburner to rss on Pagelines theme – WordPress

Pagelines is a nice framework for wordpress (which I decided to use today for this blog) but despite so much hardwork and beauty, it lacks some basic features, such as ability to add feedburner to your rss (instead of default wordpress rss feed page). So how to get it done? Well their help forums say […]

WordPress Install Service

Looking for a developer to install and setup wordpress for you? You have come to the right spot! We provide wordpress installation service for a affordable price. WordPress Hosting service is also available for those who require. For any freelance support regarding getting wordpress installed, hosted or developed please contact us by leaving a comment […]

How to show specific post(s) in WordPress

Sometimes we need a code for our wordpress plugin to show a specific post from the database. It could be dynamic though, but only 1 specific post. You can use this code to show a specific post on your wordpress homepage or specific page / widget. Please note, this is the basic code that you […]

WordPress 3.1.2 – security release

WordPress 3.1.2 is available for download from wordpress.org The security release is for all previous versions of wordpress. This release fixed certain security issues such as vulnerability that allowed Contributor-lefel users to improperly publish posts. It is suggested to upgrade to the latest release wordpress 3.2.2 specially if yo allow users to register as contributors […]