Author: Pixel Insert / Pixert
Conditional Tags for WP E-Commerce
The following conditional works when you install WP E-Commerce and you want to add PHP code in page.php .I want to breadcrumbs in pages but doesn’t want it to display on WP E-Commerce Product page, because the product already showing its own breadcrumbs The following conditional tag apple to non-Product Page: The following conditional tags…
Exclude Featured Posts from WPZOOM: Featured Category Widget
Zenko WPZOOM Demo Site (see the documentation) I made customization to the widget to exclude Same Posts already been shown on Featured Slider to avoid duplication 1. Open featured-category.php in wp-content/themes/zenko/functions/theme/widgets folder 2. Replace all code in featured-category.php with the following
How to add Pinterest Button on WordPress Attachment file
See How to Add Pinterest “Pin It” to WordPress for introduction Codes in article above may work for Posts, but there’s a little tweak for Pinterest Pin It button on attachment.php to work
Redirect Old Domain to New Domain
How to redirect old domain to new domain through .htaccess? You should add this code in .htaccess file Method no 1 Method no 2
WordPress Backup Plugins and Services
Regular backup of your site will make you fill safer than any other above. Backup is a must if you have had put a lot of work and energy to your site. It takes a lot of time to fix your site after attack without backup. Few ways to backup WordPress sites Premium Plugins Backup…
WordPress: Shortcode in Custom Field
Normally wordpress does not run shortcode that you put into a custom field. By default, Custom Fields display whatever value you enter, as plain-text, so if you try entering a shortcode, (in the format [shortcode] VALUE [/shortcode]) you’ll end up displaying the entire text, including the tags. Add the following in your template file, it…