Display sticky “featured” products in wp ecommerce

WP Ecommerce is a free and great online shopping cart wordpress plugins that will let you easily build up online shopping site and to sell your products & services easily on online selling platform. During work of converting WP Woo commerce supported theme to WP Ecoomerce theme i need to display featured product as well… Continue reading Display sticky “featured” products in wp ecommerce

Published
Categorized as Wordpress

How to Change the WordPress Database Prefix for Improve Security

WordPress Database is one of the most important thing for your entire WordPress site because every information of your site like content, theme setting, plugin etc are stored in there &it act like a for WordPress Website. Due to high importance of Databse in WP it is hacker’s favorite target and they attack by running… Continue reading How to Change the WordPress Database Prefix for Improve Security

Absolute vs. Relative Paths | Include root level file with theme folder in WP

Today, I’m explaining what is Absolute Path and Relative Path?  where to use Absolute path and Relative Path and How to include root level any file (or folder file) with theme folder file by using relative path in WordPress. Absolute Path   : Absolute world explain what is it. it is full path of any… Continue reading Absolute vs. Relative Paths | Include root level file with theme folder in WP

How to add Breadcrumbs in WordPress without plugin

Breadcrumbs is a great navigation aid that we can mostly see in horizontally pattern across the top of a web pages, often below title bars or headers. Home >> Category >> Sub Category >> Product Breadcrumb trail provide users an alternative method of navigation. It help visitors to track their current location in website hierarchy… Continue reading How to add Breadcrumbs in WordPress without plugin

Published
Categorized as Wordpress

Difference between bloginfo and get_bloginfo in WP

In WordPress, bloginfo and get_bloginfo are use for get information about your site, which can then be used anywhere  within a template file for either Print Site information to the Browser or use in your PHP code respectively. Syntax Difference between bloginfo() and get_bloginfo() in WP – bloginfo() always prints a result to the browser.… Continue reading Difference between bloginfo and get_bloginfo in WP

Published
Categorized as Wordpress