possible to have php shorcode in the flux of a page?
-
Hello
I did a php shortcode but it allways go in the beggining of the page
exemple
add_shortcode( 'php_shortcode', function () {
$myVar= wp_title('');
echo "$myVar";
});
when I put the shortcode in the middle of a page, the tille goes at the beginning? Solution?
Best regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘possible to have php shorcode in the flux of a page?’ is closed to new replies.