Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: Author Alias

    Hello,

    This is an example like i could do this with Custom Fields.

    i made a Custom Field Called Author-Alias and with this code, you can show it in your website.

    <?php $Alias = get_post_meta($post->ID, 'Author-Alias', true); ?>
    Author : <?php if ($Alias == "")the_author_posts_link(); else echo $Alias; ?>

Viewing 1 replies (of 1 total)