Arni CincoAug 21, 2014

Convert 2 letter ISO country code format to Country name – PHP

Add this to your functions.php [php] function myCodes($in, $type){ $out = “”; $long = array(‘Afghanistan’…

Arni CincoAug 21, 2014

Plugin & Tool – Ability to auto-publish your new posts to Social Medias

Tool dlvr.it Feedblitz Feedburner twitterfeed.com   WordPress Plugin http://wordpress.org/plugins/facebook/ https://wordpress.org/plugins/wp-to-twitter/ https://wordpress.org/plugins/twitter-auto-publish/ https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/ https://wordpress.org/plugins/social-media-auto-publish/ http://jetpack.me/support/publicize/ http://www.nextscripts.com/social-networks-auto-poster-for-wordpress/

D3vel0pmEntAug 20, 2014

Multi str_replace php

[php] str_replace( array( ‘<‘, ‘>’, ‘/’, ‘,’, ‘{‘, ‘}’, ‘?’, ‘*’ ), ”, $value[0]->post_content )…

D3vel0pmEntAug 15, 2014

Disable plugin default css

GRAVITY FORM [css] .gform_wrapper { margin: 0!important; max-width: 100%!important; } .gform_wrapper .top_label li.gfield { margin-bottom:…

D3vel0pmEntAug 14, 2014

Woocommerce social media share ( Addthis plugin )

Use Addthis plugin for Woocommerce social media share http://wordpress.org/support/plugin/addthis If custom template, use this [php]…

D3vel0pmEntAug 12, 2014

Delete post attachments correctly upon post/page deletion

Hi there, in this article we are going to show you how to extend WordPress…