Plugin Directory

Changeset 629734


Ignore:
Timestamp:
11/25/2012 05:30:14 PM (13 years ago)
Author:
maxxsnake
Message:

Updated readme

Location:
hashlibs/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hashlibs/trunk/hashlibs.php

    r629719 r629734  
    44Plugin URI: http://josh.dvvvvvvvv.com/hashlibs
    55Description: Dynamically build a page with simple shortcode based on URL values (hash).
    6 Version: 0.6
     6Version: 0.9
    77Author: Josh Davis
    88Author URI: http://josh.dvvvvvvvv.com/
  • hashlibs/trunk/readme.txt

    r629732 r629734  
    88== Description ==
    99
    10 Dynamically build a page with simple shortcode based on hashed URL values. Ex. Visit josh.dvvvvvvvv.com/#name=Josh or josh.dvvvvvvvv.com/#name=Josh/salutation=Mr. - replace 'Josh' or 'Mr.' with anything else for a different result. My WordPress page content is simply: Hi [echo-hash salutation] [echo-hash name] - you can replace 'salutation' or 'name' with anything else and place as many as you like anywhere in your content that you like.
     10Dynamically build a page with simple shortcode based on hashed URL values. Ex. Visit josh.dvvvvvvvv.com/#name=Josh - replace 'Josh' with anything else for a different result.
    1111
    1212== Installation ==
     
    1717
    1818For instance, if your page URL is http://mysite.com/page/#name=John Doe/age=43, then 'John Doe' will be displayed wherever [echo-hash name] is inserted, and '43'  will be displayed wherever [echo-hash age] is inserted.
     19
     20Ex. Visit josh.dvvvvvvvv.com/#name=Josh or josh.dvvvvvvvv.com/#name=Josh/salutation=Mr. - replace 'Josh' or 'Mr.' with anything else for a different result. My WordPress page content is simply: Hi [echo-hash salutation] [echo-hash name] - you can replace 'salutation' or 'name' with anything else and place as many as you like anywhere in your content that you like.
    1921
    2022== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.