You can request some* functions of WordPress API with same syntax for arguments into your posts, pages, or widgets content..
Safe process to use this plugin on WordPress MU or WP MultiSite..
Easy and powerfull Functions arguments syntax to apply any WordPress API options..
Add functionsCapacitor widget, select function, function parameters like parameter1=value¶meter2=value ..
List of categories without default category, insert..
%postID% => $post->ID, ID of post or page where made the request related post page into shortcode, or current post page into widget. %postparent% => $post->post parent, ID of parent page where made the request. %postauthor% => $post->post author, ID of post where made the request..
%posttagIDs% => wp get post tags, string of current post tags IDs as 1,2,3,. %posttagslugs% => wp get post tags, string of current post tags slugs as slug-name, slug-name,...
Special functions parameters fct container to set HTML tag of function container..
Each functions have container related to its output. fct container id to set container id attribute. fct container class to set container class attribute..
Support arguments as single value string, numeric, or magic keyword...
Read more