functionsCapacitor

plugin banner

This plugin allow to apply some WordPress API's functions into your post/page content or as a widget.

Author:oliezekat (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:4.0.0
Plugin version:0.9.6
Added to WordPress repository:28-02-2012
Last updated:29-10-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://wordpress.org/extend/plugins/functions...
Total downloads:2 198
Active installs:10+
plugin download
Click to start download

Back WordPress API to the content.

You can request some* functions of WordPress API with same syntax for arguments into your posts, pages, or widgets content. functionsCapacitor will insert function result into your content as HTML output.

(*) see Supported functions or conditional tags.

Features

Three methods to use WordPress API functions :

Method by shortcode tag

Insert a tag into your content like [fct function_name="parameter1=value&parameter2=value"].

One shortcode tag can request several functions, input [fct function_name1="arguments" function_name2="arguments"].

Method with a widget

Add a functionsCapacitor widget, select a function, input function parameters like "parameter1=value&parameter2=value" (without quotes).

Optional: choose a supported conditional function to decide where to display your widget.

Method by custom fields

Set a custom field name with function name and put function arguments into custom field value like "parameter1=value&parameter2=value" (without quotes).

  • Result is always inserted at end.
  • Plugin has priority 5. Most plugins use priority 10.
  • This method is applied if post/page is displayed.

Examples

  • Tag cloud of popular posts tags, insert [fct wp_tag_cloud]
  • List of children pages of current page, insert [fct wp_list_pages="title_li=&child_of=%postID%&depth=1"]
  • List of category's recent posts with excerpts, insert [fct wp_get_recent_posts="category=X&fct:show_excerpt=1"] with X equal category ID number
  • List of categories without default category, insert [fct wp_list_categories="title_li=&exclude=%defaultcatID%"]

FAQ
ChangeLog