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 code may […]
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 [php] //ADD FACEBOOK LIKE BOX SHORTCODE function fb_likebox($atts) { extract(shortcode_atts(array( "fb_link" => ‘https://www.facebook.com/techsloution4u’ ), $atts)); return ‘<h2 class="join-fb">Like Them On Facebook</h2> <fb:like-box href="’.$fb_link.’" width="595" height="100" show_faces="false" stream="false" header="false"></fb:like-box>’; } add_shortcode(‘fb_box’, […]
Add logo to wordpress dashboard login without plugin

If you want to change the WordPress dashboard login logo then this piece of code can meet your requirement. Just paste this code in the your theme functions.php [php] function custom_login_logo() { echo ‘<style type="text/css"> h1 a { background-image:url(‘.get_bloginfo(‘template_directory’).’/images/custom-login-logo.png) !important; } </style>’; } add_action(‘login_head’, ‘custom_login_logo’); [/php]
Some useful 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 […]
WordPress Blank HTML5 theme

HTML5 comes with a lots of feature! Soon we need to use them in WordPress projects. I discontinue my project but here is another great html5 project you can check https://github.com/html5blank/html5blank
Add floating social icons to Thesis WordPress

In this tutorial i will show you how to add floating social icons to Thesis WordPress .Copy and paste this code for the floating social icons into your Custom Functions. Note: Always take a backup before any type of modification. [php] // Make the URL to share if( is_singular() ) { $url = get_permalink(); $text […]
Top 5 Text To Audio Quran Plugin For WordPress

Text-to-With the Quran in Text andaudio plugins act as your magic wand, seamlessly weaving together the melody of Quranic recitations with the written Arabic text. These ingenious tools seamlessly integrate audio recitations of the Quran alongside the written Arabic text, creating a richer and more accessible experience for users of all backgrounds and levels of […]
Dynamic Product Categories Design

Dynamic Product Category Design plugin by Dynamic Web Lab provides you the opportunity of showing woocommerce product categories in a grid layout and slider. You can design your website product categories in a modern-looking and descriptive slider that show details of your category. This plugin contains a shortcode: Display Woocommerce product categories in a grid […]
LittleAngel – Store eCommerce HTML5 Template

LittleAngel eCommerce is an ecommerce HTML template for your kid store. It has all the required tools and features to create a super fast responsive ecommerce with amazing UI and UX experience.You can avoid expensive web development and minimize your design costs using LittleAngel eCommerce HTML template. Features Overview Features List:
CTO – Bitcoin Crypto Currency Template

CTO template is suitable for bitcoin, blockchain, coin currency, crypto currency, currency, Currency Exchange, digital currency, exchange, exchange currency, litecoin, mining, online wallet. CTO template has a fully responsive layout. It fits perfectly on various displays and resolutions from regular desktop screens to tablets, iPads, iPhones and small mobile devices. All components used in the […]