Changeset 629734
- Timestamp:
- 11/25/2012 05:30:14 PM (13 years ago)
- Location:
- hashlibs/trunk
- Files:
-
- 2 edited
-
hashlibs.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hashlibs/trunk/hashlibs.php
r629719 r629734 4 4 Plugin URI: http://josh.dvvvvvvvv.com/hashlibs 5 5 Description: Dynamically build a page with simple shortcode based on URL values (hash). 6 Version: 0. 66 Version: 0.9 7 7 Author: Josh Davis 8 8 Author URI: http://josh.dvvvvvvvv.com/ -
hashlibs/trunk/readme.txt
r629732 r629734 8 8 == Description == 9 9 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.10 Dynamically 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. 11 11 12 12 == Installation == … … 17 17 18 18 For 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 20 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. 19 21 20 22 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.