Some very usefull wordpress hacks

Today i organize some best WordPress hacks.Hope this may help you in your future projects Display number of Facebook fans in full text If you want to display the number of your Facebook Fans then use this code. Replace “YOUR PAGE-ID” with your own Page-ID. Code: Source: http://wp-snippets.com/742/display-number-facebook-fans/ Display search terms from Google users If [...]

Read more

Some usefull wordpress functions

Here is a list of some useful WordPress functions.This may reduce your development time. wp_mail() Some time we need to send email to the user.We can use this wordpress function wp_mail() to send email.It works just like the php email function but have better functionality. wp_loginout() Displays a login link, or if a user is [...]

Read more

Enable excerpts in wordpress page

WordPress in default does not have the excerpt feature on Page.But you can enable this by entering a few lines of code in Theme functions.php of your template.If your theme doesn’t have function.php then please create one. [highlight]NOTE: Please take a backup of your theme before doing this theme hack.[/highlight] Here is the code :

Read more

Add favicon icon dynamically in your wordpress theme

You can easily add favicon icon dynamically in your WordPress theme. This may be very useful for child theme where you don’t want to edit the parent theme header.php. Paste this code in your theme function.php to load the favicon dynamically and also don’t forget to change the favicon icon url. Hope this piece of [...]

Read more

How to add facebook likebox in wordpress post or page using shortcode

If you want to show your facebook fanpage likebox in wordpress post or page then copy and past the code below in your theme function.php You can change the attribute of the facebook like box width – the width of the plugin in pixels. Default width: 300px. height – the height of the plugin in [...]

Read more

Add logo to wordpress dashbord login without plugin

If you want to change the wordpress dashbord login logo then this piece of code can meet your requirement. Just paste this code in the your theme functions.php

Read more

WordPress eStore Plugin

Wp eStore Plugin – It’s a eStore plugin for complete solution to Sell Digital and non Digital Products from Your WordPress Blog Securely. For WordPress Blog, in a Nutshel- this sleek WordPress Shopping Cart Plugin allows you to sell anything form of digital or non digital products and services from your own WordPress blog securely [...]

Read more

Joomla Tutorial Part-2: Template Install in Joomla-1.7

In part-1 we explained how to install Joomla-1.7, now we explain how to install a template in Joomla-1.7. If you not read our free Joomla series tutorial part-1: How to Install Joomla-1.7 please Go- Joomla Tutorial Part 1 : Joomla 1.7 Installation. First you entire url of your site administrator in your browser. Enter the [...]

Read more