Shortcode doesn’t work in HTML
-
Hi, the shortcode only works on a separate page (header template). Only [hello] is displayed on the website. I am using the Astra template. Please, give me an advice. Thank you.
function test_shortcode() {
return ‘Hello …’;
}
add_shortcode(‘hello’, ‘test_shortcode’);<div class=”hello”>[hello]</div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.