Title: jhover's Replies | WordPress.org

---

# jhover

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Author Avatars List] Show first and last name of author, not just nickn](https://wordpress.org/support/topic/plugin-author-avatars-list-show-first-and-last-name-of-author-not-just-nickn/)
 *  [jhover](https://wordpress.org/support/users/jhover/)
 * (@jhover)
 * [16 years ago](https://wordpress.org/support/topic/plugin-author-avatars-list-show-first-and-last-name-of-author-not-just-nickn/#post-1474278)
 * You would insert this code in your main post file:
 * <?php echo the_author_firstname(); ?> <?php the_author_lastname(); ?>
 * This will show first & last name.
    So if you want it in your home post format
   you would add it to index.. If you want it on the silge post pages you will add
   it there as well.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My RSS feed isn’t working](https://wordpress.org/support/topic/my-rss-feed-isnt-working-1/)
 *  [jhover](https://wordpress.org/support/users/jhover/)
 * (@jhover)
 * [16 years ago](https://wordpress.org/support/topic/my-rss-feed-isnt-working-1/#post-1474258)
 * When I click on the rss feed it is working correctly and showing all posts.
 * Joshua
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to change the font size of my Twitter widgets?](https://wordpress.org/support/topic/how-to-change-the-font-size-of-my-twitter-widgets/)
 *  [jhover](https://wordpress.org/support/users/jhover/)
 * (@jhover)
 * [16 years ago](https://wordpress.org/support/topic/how-to-change-the-font-size-of-my-twitter-widgets/#post-1257383)
 * You can run an inline CSS style. I have added it to the code below:
    <script 
   src=”[http://widgets.twimg.com/j/2/widget.js”></script&gt](http://widgets.twimg.com/j/2/widget.js”></script&gt);
   <script> new TWTR.Widget({ version: 2, type: ‘profile’, rpp: 8, interval: 6000,
   width: ‘auto’, height: 300, theme: { shell: { background: ‘#ffffff’, color: ‘#
   000000’ }, tweets: { background: ‘#a8a8a8’, color: ‘#ffffff’, links: ‘#384f63’}},
   features: { scrollbar: true, loop: false, live: false, hashtags: true, timestamp:
   true, avatars: true, behavior: ‘all’ } #sidebar ul li .twtr-bd {font-size:1em;}}).
   render().setUser(‘edokoch’).start(); </script>
 * This will make the change to the CSS

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