help with shortcodes
-
I put in the functions php
function alertBox($atts, $content=null, $code=""){ $box = 'Hello, World!'; return $box; } add_shortcode('box','alertBox');
but when I put into the post [box]this is an alert box[/box]
all I get on the page is [box]this is an alert box[/box]
it does not display the box.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘help with shortcodes’ is closed to new replies.