Office Address

41/D, West Brahmondi, Narsingdi

Phone Number

+880-1975374887

Email Address

dynamicweblab@gmail.com

Blog

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 […]

Read More

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:

Read More

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 […]

Read More

Jolpai – Personal Portfolio Template

Jolpi is a Bootstrap Framework powered HTML template for, generally speaking, every creative mind. Web and graphic designers, digital agencies, small businesses and developers, you can all create with Jolpi template. It will be a super quick process from downloading the template and turning it into a functional website. One of the reasons are the […]

Read More

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 […]

Read More

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 […]

Read More

WordPress Blank HTML5 theme

HTML5 comes with a lots of feature! Soon we need to use them in WordPress projects.So i think its better to make a blank HTML5 theme to make my development time shorter. Here is the screenshot of my Blank HTML5 theme Download : [wpdm_file id=8]

Read More

Optimizing WordPress for SEO

WordPress is a awesome SEO friendly CMS.The following are some basic tips on how to fine-tune your WordPress site to get improved search engine results ranking. 1.Change your Permalink Structure for URLs The permalinks feature allows you to create custom URL structures for your WordPress post or page. By default, WordPress sets your post URLs […]

Read More

7 Useful WordPress Security Tips

WordPress is getting popular on every day.This is a good news for WordPress user and WordPress developers but also this is attracting more hacker to hack WordPress! So how do you secure your WordPress website? Here is some tips to make it more secure! 1.Remove Your WordPress Version Number From WordPress Theme WordPress automatically displays […]

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 code may […]

Read More