You appear to be a bot. Output may be restricted
Description
Syntax for [post_link] shortcode – Artisteer themesIf the name= parameter starts with "/Blog%20Posts/" then the post name is considered to be a post, otherwise it's a page A bit of a crappy shortcode if you ask me Herb 2014/05/10
Usage
post_link__syntax( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: post_link –
Returns
voidSource
File name: oik/includes/oik-sc-help.phpLines:
1 to 4 of 4
function post_link__syntax( $shortcode='post_link' ) { $syntax = array( "name" => BW_::bw_skv( "/", "<i>" . __( "page name" , "oik" ) . "</i>", __( "Page to link to", "oik" ) ) ); return( $syntax ); }View on GitHub View on Trac