Shortcode insertion to extras.php help needed
-
My code starts like this in extras.php file:
// start code
function square_boxes_shortcode( $atts, $content = null ) {
$ret = “<p>TEST</p>
SHARE BUTTON HERE!
<div class=’square-boxes’><div class=’square-boxes-wrapper’>”;
// end code
How do I insert share buttons shortcode where it says “SHARE BUTTONs HERE!”. I need to use this shortcode: [addtoany buttons=”facebook,twitter”]
Thanks,
Jon
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Shortcode insertion to extras.php help needed’ is closed to new replies.