Posted on April 17, 2013 Posted Under SEO, Wordpress SEO
I’ve done quite a few posts about SEO, but i wanted to write one more about the difference between on and offsite SEO. Firstly, SEO stands for Search Engine Optimization. If you have no idea what it is, than this probably isn’t the post for you since it’s not really relevant. However if you have […]
Here is code which show you that how to Use jQuery CDN Media Template file in wordpress website. Just copy and Paste below code to your theme function.php file.
Typekit is a useful service which allow you to use countless different fonts on your website or blog. They do provide a WordPress plugin to easily add their fonts to your WordPress site, but there’s no built-in solution for integrating Typekit fonts directly to your theme. Here’s a code to do it.
Posted on December 13, 2012 Posted Under Wordpress
WordPress 3.5 was released yesterday and it includes many usability updates – especially for the media manager. Although there were no significant security updates mentioned we do recommend that you update as soon as possible. However this is a major release, so it could potentially break a few things. Especially plugins and themes might require […]
Posted on December 12, 2012 Posted Under Wordpress
It’s the most wonderful time of the year: a new WordPress release is available and chock-full of goodies to delight bloggers and developers alike. This one “Elvin” in honor of drummer Elvin Jones, who played with John Coltrane in addition to many others. Today WordPress has released it’s next big version…Wordpress 3.5 is on the shelves and ready to be […]
Posted on November 24, 2012 Posted Under Wordpress, Wordpress Tip and Tricks
Here are some time Super useful wordpress Plugins & Tools for WordPress Developers Below are some growing collection of WordPress plugins, and discovered some great resources for my WP “developer toolbox.” These are some super-useful plugins and tools for debugging, logging data, working with translation files, analyzing performance, and making otherwise difficult tasks efficient and manageable. […]
Posted on November 9, 2012 Posted Under Wordpress
Here is wordpress snipped code to Show “Pending Review” post to frontend logged-In users. Other Normal users which are not logged into wordpress website cant see “pending review “post in post list.
Posted on November 9, 2012 Posted Under Wordpress
Some requirement comes to access specific portion of wordpress website to specific user only. So here is the code define Access on specific content in WordPress for a specific user only. Update this code into Your template page like page.php, singlepost.php or wherever u want to do this.
Posted on November 7, 2012 Posted Under Wordpress, Wordress Security
If you don’t want to change the location of the entire wp-content folder in wordpress but just want to move the plugins folder then you can change this location the same as above. For the plugin folder location we need to define the variable WP_PLUGIN_DIR.
Move the wordpress wp-content is for wordpress security if you move this to an unexpected location any hackers looking to target this area won’t be able to find it, or it will make it more difficult to find. To change the location of the wp-content is quite simple as the location of this folder can be configured […]