Home » Archives for June 2012 » Page 2

How to block Infolinks in-text advertisements

Infolinks is a non malicious pay per click in text advertising platform (unlike Text Enhance). Infolinks is only integrated voluntarily into individual websites by the owner. Infolinks is not an internet browser hijacker, nor an internet extension.

How To Create A Shortcode For A Blank Or Empty Line On WordPress

There are plenty of right ways to create blank spaces and empty lines on WordPress including the use of amperstamps, rule tags, creating tables, columns, and more. In this code snippet we used an amperstamp with paragraph tags to be used as a PHP function, so when the new shortcode is inserted an individual blank line or empty space is created.

How to use WordPress Shortcodes in PHP

PHP files and theme/template files on WordPress do not translate shortcodes in regular [shortcode] format. Instead a very simple solution is to use the shortcode, and the do_shortcode function, inside a PHP echo tag.