my index post meta code:
<?php echo get_post_meta(get_option('page_on_front'), 'my_post_meta', true); ?>
my shortcode
function shortcode() {
echo "cesa";
}
if shortcode I run it in content working.
index page echo cesa
but shortcode post meta run with, not working :(
index page only text [shortcode]
please help.