Changeset 1532715
- Timestamp:
- 11/12/2016 03:29:59 AM (9 years ago)
- Location:
- dig-bloginfo-shortcode
- Files:
-
- 3 added
- 1 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dig-bloginfo-shortcode/trunk/readme.txt
r1532695 r1532715 1 1 === Dig Bloginfo Shortcode === 2 2 Contributors: arroba 3 Tags: bloginfo,shortcode 3 Tags: bloginfo,shortcode,blog,key,blog,name,url,description 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.6.1 … … 14 14 Dig Bloginfo Shortcode fetches the blog info data and allows it to be used as a shortcode in html. 15 15 16 **Examples:** 16 = Examples: = 17 17 18 18 `[bloginfo key='name']` … … 30 30 [bloginfo key='description'] will return 'Blog description' 31 31 32 Or directly to images in your themefolder:32 Or use the shortcode to point directly to images in one of your theme’s folder: 33 33 34 34 `<img src="[bloginfo key='template_url']/images/logo.jpg" alt="[bloginfo key='name'] logo" />` 35 35 36 **Parameters:** 36 = Parameters: = 37 37 38 38 + name = Blog name 39 39 + description = Blog description 40 + admin_email = [email protected]41 + url = ht<span>tp://</span>example.com/home42 + wpurl = ht<span>tp://</span>example.com/home/wp43 + stylesheet_directory = ht<span>tp://</span>example.com/home/wp/wp-content/themes/child-theme44 + stylesheet_url = ht<span>tp://</span>example.com/home/wp/wp-content/themes/child-theme/style.css45 + template_directory = ht<span>tp://</span>example.com/home/wp/wp-content/themes/parent-theme46 + template_url = ht<span>tp://</span>example.com/home/wp/wp-content/themes/parent-theme47 + atom_url = ht<span>tp://</span>example.com/home/feed/atom48 + rss2_url = ht<span>tp://</span>example.com/home/feed49 + rss_url = ht<span>tp://</span>example.com/home/feed/rss50 + pingback_url = ht<span>tp://</span>example.com/home/wp/xmlrpc.php51 + rdf_url = ht<span>tp://</span>example.com/home/feed/rdf52 + comments_atom_url = ht<span>tp://</span>example.com/home/comments/feed/atom53 + comments_rss2_url = ht<span>tp://</span>example.com/home/comments/feed40 + admin_email = '[email protected]’ 41 + url = 'http://example.com/home’ 42 + wpurl = 'http://example.com/home/wp’ 43 + stylesheet_directory = 'http://example.com/home/wp/wp-content/themes/child-theme’ 44 + stylesheet_url = 'http://example.com/home/wp/wp-content/themes/child-theme/style.css’ 45 + template_directory = 'http://example.com/home/wp/wp-content/themes/parent-theme’ 46 + template_url = 'http://example.com/home/wp/wp-content/themes/parent-theme’ 47 + atom_url = 'http://example.com/home/feed/atom’ 48 + rss2_url = 'http://example.com/home/feed’ 49 + rss_url = 'http://example.com/home/feed/rss’ 50 + pingback_url = 'http://example.com/home/wp/xmlrpc.php’ 51 + rdf_url = 'http://example.com/home/feed/rdf’ 52 + comments_atom_url = 'http://example.com/home/comments/feed/atom’ 53 + comments_rss2_url = 'http://example.com/home/comments/feed’ 54 54 + charset = UTF-8 55 55 + html_type = text/html … … 60 60 **Complete list of parameters:** 61 61 62 https://developer.wordpress.org/reference/functions/bloginfo/ 62 Get a complete list of the blog info parameters in [WordPress bloginfo function reference](https://developer.wordpress.org/reference/functions/bloginfo/) 63 63 64 64 == Installation == … … 70 70 There are no additional settings to be made. 71 71 72 == Screenshots == 73 74 1. Plugin’s usage instructions page. 75 2. Usage in the page or post editor. 76 3. Result page or post with the blog information fetched. 77 72 78 == Changelog == 73 79 74 80 **Version 1.0.2 (released Nov 11, 2016)** 75 81 76 Version control 82 + Updated usage instructions and assets 77 83 78 84 **Version 1.0.1 (released Nov 9, 2016)** 79 85 80 Createlink to plugin options/usage/settings page from plugins list86 + Created link to plugin options/usage/settings page from plugins list 81 87 82 88 **Version 1.0.0 (released Nov 8, 2016)** 83 89 84 Initial release90 + Initial release
Note: See TracChangeset
for help on using the changeset viewer.