Plugin Shortcodes

Posted in: Newspaper
Post count: 2

I seem to be unable to use the shortcodes provided by other plugins.

Post count: 2

What are we doing wrong?

Post count: 9544

Example might be useful. Where are you trying to use shortcode? What shortcode?

Post count: 6600

Hi,

Thanks Christopher!

@tekease

Please make sure you add the short-codes like this into posts or pages:
e.g.
[quote_center] quote text [/quote_center]

Or using the do_shortcode() function directly into the code, you should use an expression like this:

<?php echo do_shortcode( '[quote_center] quote text [/quote_center]' ) ?>
Hope this helps!

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.