Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Shortcodes

Home / Forums / Virtue Theme / Shortcodes

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
January 26, 2018 at 9:12 am

I added the following code into the functions.php file in the child theme.

/* ——- Line Break Shortcode ——–*/
function line_break_shortcode() {
return ‘<br />’;
}
add_shortcode( ‘br’, ‘line_break_shortcode’ );

However, I can’t figure out how to insert the shortcode on the post page. The Virtue Shortcodes are there, but there’s no text shortcode for me to insert this new pagebreak code.

What am I missing? I feel like I should already know this, but I keep struggling to figure it out.

Sorry,
Dean

  • The forum ‘Virtue Theme’ is closed to new topics and replies.