Title: maxy's Replies | WordPress.org

---

# maxy

  [  ](https://wordpress.org/support/users/maxy/)

 *   [Profile](https://wordpress.org/support/users/maxy/)
 *   [Topics Started](https://wordpress.org/support/users/maxy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/maxy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/maxy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/maxy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/maxy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/maxy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Categories are displaying incorrectly on hompage](https://wordpress.org/support/topic/categories-are-displaying-incorrectly-on-hompage/)
 *  Thread Starter [maxy](https://wordpress.org/support/users/maxy/)
 * (@maxy)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/categories-are-displaying-incorrectly-on-hompage/#post-1197068)
 * Hi Kevin,
 * Thanks for getting back to me. I replaced includes/featured.php with the original
   version. But they were exactly the same size, so I assume nothing had been altered?
 * just to confirm – this is where I found the file
 * /public_html/wp-content/themes/gazette-dev/gazette/includes/featured.php
 * I have just realised the “read more” is also only linking to the latest post 
   as well!?
 * Any other ideas?
 * Thanks,
 * Graeme
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gravatar in Byline](https://wordpress.org/support/topic/gravatar-in-byline/)
 *  [maxy](https://wordpress.org/support/users/maxy/)
 * (@maxy)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/gravatar-in-byline/#post-1003040)
 * Hi there,
 * I have the following code in my single.php
 * Its supposed to pull the Gravatar for the relevant author who has written the
   post and display their name as well within each single post. Similar code is 
   within my comments.php and this works fine.
 * I can’t understand what I am missing – I’m no expert!
 * Thanks in advance –
 * [http://www.joecrogan.com](http://www.joecrogan.com)
 * </div><!–/post–>
 * <?php if (get_option(‘woo_author’) != “”) { ?>
 * <div class=”author_info”>
    <h3>This post was written by:</h3>
 * <?php
    // Determine which gravatar to use for the user $email = get_the_author_email();
   $grav_url = “[http://www.gravatar.com/avatar.php?gravatar_id=&#8221](http://www.gravatar.com/avatar.php?gravatar_id=&#8221);.
   md5($email). “&default=”.urlencode($GLOBALS[‘defaultgravatar’] ).”&size=48″; 
   $usegravatar = get_option(‘woo_gravatar’); ?>
 * <?php if ( $usegravatar ) { ?><span class=”author_photo”><img src=”<?php echo
   $grav_url; ?>” width=”48″ height=”48″ alt=”” /></span><?php } ?>
    <p><?php the_author_posts_link();?
   > – who has written <?php the_author_posts(); ?> posts on /”><?php bloginfo(‘
   name’); ?>.</p> <p><?php the_author_description(); ?> <br style=”clear:both;”/
   ></p> <p class=”author_email”>”>Contact the author</p> </div>
 * <?php } ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [author’s gravatar in published post](https://wordpress.org/support/topic/authors-gravatar-in-published-post/)
 *  [maxy](https://wordpress.org/support/users/maxy/)
 * (@maxy)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/authors-gravatar-in-published-post/#post-983898)
 * Hi there,
 * I have the following code in my single.php
 * Its supposed to pull the Gravatar for the relevant author who has written the
   post and display their name as well within each single post. Similar code is 
   within my comments.php and this works fine.
 * I can’t understand what I am missing – I’m no expert!
 * Thanks in advance –
 * [http://www.joecrogan.com](http://www.joecrogan.com)
 * </div><!–/post–>
 * <?php if (get_option(‘woo_author’) != “”) { ?>
 * <div class=”author_info”>
    <h3>This post was written by:</h3>
 * <?php
    // Determine which gravatar to use for the user $email = get_the_author_email();
   $grav_url = “[http://www.gravatar.com/avatar.php?gravatar_id=&#8221](http://www.gravatar.com/avatar.php?gravatar_id=&#8221);.
   md5($email). “&default=”.urlencode($GLOBALS[‘defaultgravatar’] ).”&size=48″; 
   $usegravatar = get_option(‘woo_gravatar’); ?>
 * <?php if ( $usegravatar ) { ?><span class=”author_photo”><img src=”<?php echo
   $grav_url; ?>” width=”48″ height=”48″ alt=”” /></span><?php } ?>
    <p><?php the_author_posts_link();?
   > – who has written <?php the_author_posts(); ?> posts on /”><?php bloginfo(‘
   name’); ?>.</p> <p><?php the_author_description(); ?> <br style=”clear:both;”/
   ></p> <p class=”author_email”>”>Contact the author</p> </div>
 * <?php } ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Gravatar plugin vs. core code?](https://wordpress.org/support/topic/gravatar-plugin-vs-core-code/)
 *  [maxy](https://wordpress.org/support/users/maxy/)
 * (@maxy)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/gravatar-plugin-vs-core-code/#post-844343)
 * Hi there,
 * I have the following code in my single.php
 * Its supposed to pull the Gravatar for the relevant author who has written the
   post and display their name as well within each single post. Similar code is 
   within my comments.php and this works fine.
 * I can’t understand what I am missing – I’m no expert!
 * Thanks in advance –
 * [http://www.joecrogan.com](http://www.joecrogan.com)
 * </div><!–/post–>
 * <?php if (get_option(‘woo_author’) != “”) { ?>
 * <div class=”author_info”>
    <h3>This post was written by:</h3>
 * <?php
    // Determine which gravatar to use for the user $email = get_the_author_email();
   $grav_url = “[http://www.gravatar.com/avatar.php?gravatar_id=&#8221](http://www.gravatar.com/avatar.php?gravatar_id=&#8221);.
   md5($email). “&default=”.urlencode($GLOBALS[‘defaultgravatar’] ).”&size=48″; 
   $usegravatar = get_option(‘woo_gravatar’); ?>
 * <?php if ( $usegravatar ) { ?><span class=”author_photo”><img src=”<?php echo
   $grav_url; ?>” width=”48″ height=”48″ alt=”” /></span><?php } ?>
    <p><?php the_author_posts_link();?
   > – who has written <?php the_author_posts(); ?> posts on /”><?php bloginfo(‘
   name’); ?>.</p> <p><?php the_author_description(); ?> <br style=”clear:both;”/
   ></p> <p class=”author_email”>”>Contact the author</p> </div>
 * <?php } ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gravatar avatars in posts](https://wordpress.org/support/topic/gravatar-avatars-in-posts/)
 *  [maxy](https://wordpress.org/support/users/maxy/)
 * (@maxy)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/gravatar-avatars-in-posts/#post-919373)
 * Hi there,
 * I have the following code in my single.php
 * Its supposed to pull the Gravatar for the relevant author who has written the
   post and display their name as well within each single post. Similar code is 
   within my comments.php and this works fine.
 * I can’t understand what I am missing – I’m no expert!
 * Thanks in advance –
 * [http://www.joecrogan.com](http://www.joecrogan.com)
 * </div><!–/post–>
 * <?php if (get_option(‘woo_author’) != “”) { ?>
 * <div class=”author_info”>
    <h3>This post was written by:</h3>
 * <?php
    // Determine which gravatar to use for the user $email = get_the_author_email();
   $grav_url = “[http://www.gravatar.com/avatar.php?gravatar_id=&#8221](http://www.gravatar.com/avatar.php?gravatar_id=&#8221);.
   md5($email). “&default=”.urlencode($GLOBALS[‘defaultgravatar’] ).”&size=48″; 
   $usegravatar = get_option(‘woo_gravatar’); ?>
 * <?php if ( $usegravatar ) { ?><span class=”author_photo”><img src=”<?php echo
   $grav_url; ?>” width=”48″ height=”48″ alt=”” /></span><?php } ?>
    <p><?php the_author_posts_link();?
   > – who has written <?php the_author_posts(); ?> posts on /”><?php bloginfo(‘
   name’); ?>.</p> <p><?php the_author_description(); ?> <br style=”clear:both;”/
   ></p> <p class=”author_email”>”>Contact the author</p> </div>
 * <?php } ?>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Gravatar](https://wordpress.org/support/topic/gravatar-1/)
 *  [maxy](https://wordpress.org/support/users/maxy/)
 * (@maxy)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/gravatar-1/#post-881967)
 * Hi there,
 * I have the following code in my single.php
 * Its supposed to pull the Gravatar for the relevant author who has written the
   post and display their name as well within each single post. Similar code is 
   within my comments.php and this works fine.
 * I can’t understand what I am missing – I’m no expert!
 * Thanks in advance –
 * [http://www.joecrogan.com](http://www.joecrogan.com)
 * </div><!–/post–>
 * <?php if (get_option(‘woo_author’) != “”) { ?>
 * <div class=”author_info”>
    <h3>This post was written by:</h3>
 * <?php
    // Determine which gravatar to use for the user $email = get_the_author_email();
   $grav_url = “[http://www.gravatar.com/avatar.php?gravatar_id=&#8221](http://www.gravatar.com/avatar.php?gravatar_id=&#8221);.
   md5($email). “&default=”.urlencode($GLOBALS[‘defaultgravatar’] ).”&size=48″; 
   $usegravatar = get_option(‘woo_gravatar’); ?>
 * <?php if ( $usegravatar ) { ?><span class=”author_photo”><img src=”<?php echo
   $grav_url; ?>” width=”48″ height=”48″ alt=”” /></span><?php } ?>
    <p><?php the_author_posts_link();?
   > – who has written <?php the_author_posts(); ?> posts on /”><?php bloginfo(‘
   name’); ?>.</p> <p><?php the_author_description(); ?> <br style=”clear:both;”/
   ></p> <p class=”author_email”>”>Contact the author</p> </div>
 * <?php } ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [gravatar](https://wordpress.org/support/topic/gravatar-2/)
 *  [maxy](https://wordpress.org/support/users/maxy/)
 * (@maxy)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/gravatar-2/#post-1127937)
 * Hi there,
 * I have the following code in my single.php
 * Its supposed to pull the Gravatar for the relevant author who has written the
   post and display their name as well within each single post. Similar code is 
   within my comments.php and this works fine.
 * I can’t understand what I am missing – I’m no expert!
 * Thanks in advance –
 * [http://www.joecrogan.com](http://www.joecrogan.com)
 * </div><!–/post–>
 * <?php if (get_option(‘woo_author’) != “”) { ?>
 * <div class=”author_info”>
    <h3>This post was written by:</h3>
 * <?php
    // Determine which gravatar to use for the user $email = get_the_author_email();
   $grav_url = “[http://www.gravatar.com/avatar.php?gravatar_id=&#8221](http://www.gravatar.com/avatar.php?gravatar_id=&#8221);.
   md5($email). “&default=”.urlencode($GLOBALS[‘defaultgravatar’] ).”&size=48″; 
   $usegravatar = get_option(‘woo_gravatar’); ?>
 * <?php if ( $usegravatar ) { ?><span class=”author_photo”><img src=”<?php echo
   $grav_url; ?>” width=”48″ height=”48″ alt=”” /></span><?php } ?>
    <p><?php the_author_posts_link();?
   > – who has written <?php the_author_posts(); ?> posts on /”><?php bloginfo(‘
   name’); ?>.</p> <p><?php the_author_description(); ?> <br style=”clear:both;”/
   ></p> <p class=”author_email”>”>Contact the author</p> </div>
 * <?php } ?>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [different css on one page](https://wordpress.org/support/topic/different-css-on-one-page/)
 *  [maxy](https://wordpress.org/support/users/maxy/)
 * (@maxy)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/different-css-on-one-page/#post-841169)
 * Thanks so much, its worked perfectly!!!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [different css on one page](https://wordpress.org/support/topic/different-css-on-one-page/)
 *  [maxy](https://wordpress.org/support/users/maxy/)
 * (@maxy)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/different-css-on-one-page/#post-841166)
 * I cant locate any line in my header.php that declares style.css?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [different css on one page](https://wordpress.org/support/topic/different-css-on-one-page/)
 *  [maxy](https://wordpress.org/support/users/maxy/)
 * (@maxy)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/different-css-on-one-page/#post-841165)
 * Mine seems to be more complicated (I want to do the same). Can anyone help?
 * [http://www.joecrogan.com](http://www.joecrogan.com)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2 sidebars on same side in Atahualpa?](https://wordpress.org/support/topic/2-sidebars-on-same-side-in-atahualpa/)
 *  [maxy](https://wordpress.org/support/users/maxy/)
 * (@maxy)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/2-sidebars-on-same-side-in-atahualpa/#post-971990)
 * This actually works perfectly!!! but this moves both sidebars to the right. Does
   anyone know how to move them to the left?
 * Thank so much
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2 sidebars on same side in Atahualpa?](https://wordpress.org/support/topic/2-sidebars-on-same-side-in-atahualpa/)
 *  [maxy](https://wordpress.org/support/users/maxy/)
 * (@maxy)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/2-sidebars-on-same-side-in-atahualpa/#post-971988)
 * Yeah I have the same problem, can anyone please help?

Viewing 12 replies - 1 through 12 (of 12 total)