Essential tasks to perform after installing WordPress
This post will outline tasks that are essential after installing WordPress to ensure that they have effective SEO from the start. So you have just finshed installing WordPress and now you may be...
View ArticleHow to Setup Secure Media Uploads
As discussed, it’s important to protect your site by setting proper file permissions on the server. This can be tricky for certain directories such as /uploads/, /upgrade/, and /backups/, which need to...
View ArticleThe 100 WordPress Related Blogs You Need In Your Life
WordPress is one of the most popular CMS and blogging platform around, mainly because it is free and it is 100% customizable. Over 80% of people are using WordPress as their blogging platform and one...
View ArticleVertical Menu – WordPress
For vertical menu or changing the id of dynamic menu:- Goto root folder websitename/wp-includes/nav-menu-template.php Probably line no. :-137 or find the below function Add the bold character string to...
View ArticleUNZIP Files On Your Server
A Few Questions First How often do you FTP a new wordpress install to your live server? Well if you are a freelance web designer or developer then I would say quite often. Every time you put a new site...
View ArticleAllow Editor to manipulate Menu in wordpress
Allow Editor/user to Edit Theme options MENU you can add capabilities to the editor role using the role object and add_cap from you functions.php Place the following code in functions.php <?php //...
View ArticleDisplay Images From A Folder
Save photos in a folder named as ‘images’ and use these scripts to display all photos in a fly. Display Images From A Folder <?php $files = glob("images/*.*"); for ($i=1; $i<count($files); $i++)...
View ArticleBest WordPress Plugins 2012
New year 2013 has arrived. I am wishing you happy new year. Today I decided to share 20 Best WordPress Plugins That I Used In 2012. Here I am providing you the list of all the WordPress Plugins that I...
View ArticleHow to remove the Website URL field from the comment form
As a blogger, the URL field in the WordPress comments form is a constant pain – either spammers are using it to drop shady links, or readers feel compelled to fill it with garbage just to fill in the...
View ArticleCustom Google Search
Google Custom Search is one of those tools whose list of Plus points is nearly endless. From providing super relevant search results to options for On-Demand Indexing. GCS is a boon for all Blog and...
View ArticleJquery Photo Zoom Plugin
Introducing a new jQuery PhotoZoom plugin, it helps you to view bigger images on mouse over component, this is very useful for media related web applications. You can customize the PhotoZoom container...
View Article10 Useful wordpress security tweaks
Security has always been a hot topic. Offline, people buy wired homes, car alarms and gadgets to bring their security to the max. Online, security is important, too, especially for people who make a...
View ArticleBrowser Specific CSS
CSS Browser Selector is a very small javascript with just one line which empower CSS selectors. It gives you the ability to write specific CSS code for each operating system and each browser. EXAMPLE...
View Article10 Responsive Navigation Solutions and Tutorials
As responsive design rapidly increases in popularity, we felt we would take a look at some of the varied solutions and techniques that are being adopted for managing the navigation/menu on smaller...
View ArticleQuery or show a specific post in wordpress
If you are looking for php code or a plugin for your WordPress that takes a post ID and returns the database record for that post then read on. This is very helpful when you want to show a specific...
View ArticleAdding a logo uploader to your WordPress theme with the Theme Customizer
Let’s create a logo uploader using the new Theme Customizer, which was released with WordPress 3.4. This will allow users to place an image in our theme’s header; if no logo has been uploaded, we’ll...
View ArticleCustom Controls in WP Admin
Introduction WordPress 3.4 has a fucking cool new feature on the themes page. Next to each theme theres a preview or a customize link that pops up a new overlay that lets the user live edit their...
View Article10+ jQuery Selectbox/Drop-down Plugins
Web developers and designers may need these very helpful jQuery plugins, so I’ve compiled a list of 10+ jQuery Selectbox/Drop-down Plugins. Enjoy! Update 12/12/2013: Added 16. Selectric. Update...
View ArticleHow to enable php short tags with .htaccess or with php.ini
Sometimes when we don’t have access to modify configurations on server like in php.ini file and we still need to enable short tags for our php code. We can do it by .htaccess file. If you have not...
View Article