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 plugin
the only thing that I need is the piece of code that I have to post on single.php that will allow me to pull the author’s name.
Thanks
Picture of plugin
(von: Lucky500)
Hier noch 2 weitere Ergebnisse dieses Threads:
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 →
Re: Multipe Authors on my arthemia free :: Reply by Lucky500
13. Feb. 2011 (von: Lucky500)
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); ?></... Weiterlesen →