Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael Torbert

    (@hallsofmontezuma)

    WordPress Virtuoso

    Does it work if you turn off all your plugins and switch to the default theme?

    Thread Starter Tamas Rottenbacher

    (@rtomo)

    Hy!

    I’m tried that code:

    <?php global $post;
    $post_description = get_post_meta( $post->ID, '_aioseop_description', true ); ?>
    <?php echo $post_description; ?>

    It’s display the description, when i add manually the text. But when i don’t add manually the description (autogenerate funkction is turn on), don’t display description.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Don't show manual php call: _aioseop_description’ is closed to new replies.