Incorrect shortcode
-
Hi,
In the private sample content, the default content shows up as:
————
Use this like normal post content. The recipe will automatically be included at the end of the post, or wherever you place the shortcode:
[recipe]
This text will appear below your recipe.
————
This is incorrect; the shortcode used in the plugin should be:
[ultimate-recipe], not [recipe]
————
See your code:
class WPURP_Recipe_Shortcode {
public function __construct()
{
add_shortcode( ‘ultimate-recipe’, array( $this, ‘recipe_shortcode’ ) );
}Please fix.
Gert-Jan
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Incorrect shortcode’ is closed to new replies.