c4gamerz
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
I have already mentioned newsletter tags link in my message but issue is its still not clear how to place extra profile fields in newsletter template. For example if I add a field about Department then how will I add it in email template?
Forum: Themes and Templates
In reply to: Author not displayed on posts in twenty elevenCan you post single.php code here?
Forum: Fixing WordPress
In reply to: Author name not showing up on posts.by the way this problem has already been fixed in the updated version of twenty eleven theme so i will recommend you to upgrade it asap.
Forum: Themes and Templates
In reply to: Author not displayed on posts in twenty elevenForum: Fixing WordPress
In reply to: Author name not showing up on posts.Ah i noticed same issue and I have found a solution for it as well
edit single.php
move the following code
<?php get_template_part( 'content', 'single' ); ?>after
<?php while ( have_posts() ) : the_post(); ?>so it should be like
<?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'single' ); ?>
Viewing 5 replies - 1 through 5 (of 5 total)