go41

the info you need to know


von Joern
Keine Kommentare

looking for a plugin to switch on or off some options used in different templates I found something finally.I wanted to be able to switch different advertising in my dashboard, let's say a header script, different ads in sidebar, index or single posts.with credits to http://planetozh.com/blog/2009/05/handling-plugins-options-in-wordpress-28-with-register_setting/ I give you here…


von Joern
Keine Kommentare

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...