Thanks,
this is the actual piece of code, if someone is having the same problem.
Code:
<?php if( get_post_meta($post->ID, 'Author', true) ) : ?>
<span>Author: <?php echo get_post_meta(get_the_ID(), 'Author', true); ?></span>
just add that to post.php by the date and you will be able to have the author name appear…
(von: Lucky500)
Hier noch 2 weitere Ergebnisse dieses Threads:
Multipe Authors on my arthemia free
10. Jan. 2011 (von: Lucky500)
Hello Folks,I recently found a nice piece of code to add multiple authors, but I delete by accident!!! and perhaps you can help me...I downloaded Custom Field template...The author value is already set on the pluginthe only thing that I…
Re: Multipe Authors on my arthemia free :: Reply by master
10. Jan. 2011 (von: master)
there is a readme.txt file in the plugin folderit says:Use the cft shortcode. In the edit post, write down just '[cft]'.and:Auto Hook of the_content() in the option page of this plugin____________________you find me on Google+, Twitter and Facebook Weiterlesen →