=== Shortcode Buddy === Contributors: Vincent Astolfi Tags: shortcode Requires at least: 2.5 Tested up to: 3.5 Stable tag: 4.1 Creates some cool shortcodes that use wordpress and custom functions to make it easier for you to place functions in your theme without coding. == Description == Creates some cool shortcodes that use wordpress functions to make it easier for you to place functions in your theme without coding. Including: [page_grab] Grabs the Page Title of each Page you have and lists them. [post_grab] Gets the Post Title of each post you've created and makes a list of them. [get_email] Gets current user's email and replaces shortcode with it in content area or comment section. [get_username] Gets current user's username and replaces shortcode with it in content area or comment section. [get_firstname]Gets current user's first name and replaces shortcode with it in content area or comment section. [get_lastname]Gets current user's last name and replaces shortcode with it in content area or comment section. [get_fullname]Gets current user's full name and replaces shortcode with it in content area or comment section. [get_displayname]Gets current user's display name and replaces shortcode with it in content area or comment section. [post_grab_content_exerpt] Gets 2 of your latest posts, and echos out thier titles with exerpts from them below. [latest_post cat="1" usetitle="yes/no"][/latest_post] Gets latest post from certain category, and it will use the title of it as it's text for the hyperlink to the post. If you put text inbetween the 2 sets of brackets, that will show up as the hyperlink text. [user_only_content]Text/Media Here[/user_only_content] Only loads the content within the bracket sets if the user is logged in. [visitor_only_content]Text/Media Here[/visitor_only_content] Only loads the content within the bracket sets if the user is not logged in (a visitor). The Following Also work: [one_half] and [one_half_last] [one_third] and [one_third_last] [one_fourth] and [one_fourth_last] [one_fifth] and [one_fifth_last] To use the above shortcodes, simply put text inbetween an opening and closing version of it. For instance, to divide the text on a page in half, simply write [one_half]Here is some content[/one_half] [one_half_last]Here is the rest of the content[one_half_last] This will cause the text in the content area of your site to be split into two columns. Fancy huh? == Installation == Upload embed-width folder to "/wp-content/plugins/", go into the wordpress admin plugins page and activate. Or just download the zip and upload it to your site via wordpress admin plugins page. == Configuration == == Screenshots == == Changelog == **Version 0.1.6** *(December 3rd, 2012)* + [Feature] [latest_post cat="#"]Latest Post[/latest_post] Shortcode added **Version 0.0.3** *(March 25th, 2012)* + [Feature] [post_grab_content_exerpt] Shortcode Added **Version 0.0.2** *(March 23rd, 2012)* + [Feature] New Admin menu under "Settings" Shows all shortcodes and links to shortcode request forum/form. **Version 0.0.1** *(March 21st, 2012)* + [Feature] Plugin First Added with Regular Features == More == http://plugins.vincentastolfi.com/