Plugin Directory

Changeset 1320387


Ignore:
Timestamp:
01/03/2016 08:53:07 PM (10 years ago)
Author:
coder.salman
Message:

First Version v1.1

Location:
wp-database-fetch
Files:
2 added
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • wp-database-fetch/trunk/readme.txt

    r1320382 r1320387  
    3434
    3535
    36 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
     361. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
    37372. Activate the plugin through the 'Plugins' screen in WordPress
    38383. Use WP Database fetch to configure the plugin
    39394. Shortcode
    40 Using in Post Or Page shortcode: <strong>[wpdb-pull]</strong>
    41 Using PHP: <strong> <?php echo do_shortcode('[wpdb-pull]'); ?> </strong>
     40Using in Post Or Page shortcode: <strong>[wpdb-pull]</strong> <br/>Using PHP: <strong> <?php echo do_shortcode('[wpdb-pull]'); ?> </strong>
    4241
    4342
     
    5251
    5352== Screenshots ==
    54 1.screenshot-1.jpg
     53screenshot-1.png
    5554
    5655== Other Notes ==
    5756
    58 Using in Post Or Page shortcode: <strong>[wpdb-pull]</strong>
    59 Using PHP: <strong><?php echo do_shortcode('[wpdb-pull]'); ?> </strong>
     57Using in Post Or Page shortcode: <strong>[wpdb-pull]</strong><br/> Using PHP: <strong><?php echo do_shortcode('[wpdb-pull]'); ?> </strong>
    6058
    6159
Note: See TracChangeset for help on using the changeset viewer.