0%
Loading ...

Day: November 1, 2015

  • My first WordPress Plugin – using shortcodes – in 6 steps

    My first WordPress Plugin – using shortcodes – in 6 steps

    In general you can browse to wordpress developer resources. 1. Create a directory under your wordpress root\wp-content\plugins\ShortcodeDemo. 2. Create file called ShortcodeDemo.php. 3. Paste to ShortcodeDemo.php the following content: <?php /* Plugin Name: Shortcode demo Plugin URI: Description: Shortcode Demo Version: 1.0 Author: Gabriel Magen Author URI: http://www.flash-jet.com License: GPLv2 */ add_shortcode( ‘fj’, ‘ch2ts_twitter_feed_shortcode’ ); function ch2ts_twitter_feed_shortcode( $atts )…

    Continue reading

  • Adobe illustrator alternative with Paint.net

    Adobe illustrator alternative with Paint.net

    How to Open Adobe Illustrator .ai File in Paint.NET: Download Ghostscript software and install it on your system. Download zip file Illustrator Encapsulated PostScript plugin for Paint.NET and extract  it. Go to the location where you have installed Paint.NET on your system and open folder named FileTypes. Copy and paste all the extracted files (step 2) to the location…

    Continue reading