Title: joyced's Replies | WordPress.org

---

# joyced

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 55 total)

1 [2](https://wordpress.org/support/users/joyced/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/joyced/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/joyced/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/joyced/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [need help for in attachment.php](https://wordpress.org/support/topic/need-help-for-in-attachmentphp/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/need-help-for-in-attachmentphp/#post-647611)
 * Ahem, I take that back. Now using this:
 * `<img src="<?php echo wp_get_attachment_url(); ?>" alt="" />`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [need help for in attachment.php](https://wordpress.org/support/topic/need-help-for-in-attachmentphp/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/need-help-for-in-attachmentphp/#post-647610)
 * Same question. ^ I just need the image url so I can apply a class to it. Google
   isn’t helping.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Why is WordPress in a Frameset?](https://wordpress.org/support/topic/why-is-wordpress-in-a-frameset/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/why-is-wordpress-in-a-frameset/#post-634471)
 * Your blog is actually at [http://www.heartlandnatural.com/llwn/](http://www.heartlandnatural.com/llwn/)
   you know.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Solution for 2.3 database errors / wp_post2cat does not exist](https://wordpress.org/support/topic/solution-for-database-errors-wp_post2cat-does-not-exist/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/solution-for-database-errors-wp_post2cat-does-not-exist/page/3/#post-625087)
 * I found out that Custom Query String is causing my wp_categories errors. I’d 
   really like to continue using it but Matt Read no longer supports it. Would anyone
   know what to change to make it work with 2.3?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blogroll category size won’t change](https://wordpress.org/support/topic/blogroll-category-size-wont-change/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/blogroll-category-size-wont-change/#post-615130)
 * Add this to your CSS:
 * .linkcat h2 {
    font-size: 8pt; }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I change the width for pages up the top?](https://wordpress.org/support/topic/how-do-i-change-the-width-for-pages-up-the-top/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/how-do-i-change-the-width-for-pages-up-the-top/#post-610171)
 * It’s to do with the padding of the links. From your CSS:
 * #menu ul li a {
    font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size:
   13px; color: #ffffff; padding: 6px 60px 6px 60px; margin: 0px 3px 0px 3px; text-
   decoration: none; }
 * #menu ul li a:hover {
    color: #ffffff; padding: 6px 60px 6px 60px; text-decoration:
   underline; }
 * Change 60px to 20px or so and it should all fit.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Displaying only one post per page](https://wordpress.org/support/topic/displaying-only-one-post-per-page/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/displaying-only-one-post-per-page/#post-610170)
 * Use the Custom Query String plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comment Permalink not jumping](https://wordpress.org/support/topic/comment-permalink-not-jumping/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/comment-permalink-not-jumping/#post-607811)
 * Change the same part to this then:
 *     ```
       <dt class="<?php echo $class; ?>" id="comment-<?php comment_ID() ?>">
       			<a href="#comment-<?php comment_ID() ?>"><?php echo $commentCount."."; ?></a>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comment Permalink not jumping](https://wordpress.org/support/topic/comment-permalink-not-jumping/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/comment-permalink-not-jumping/#post-607804)
 *     ```
       <dt class="<?php echo $class; ?>" id="#<?php comment_ID() ?>">
       			<a href="#<?php comment_ID() ?>"><?php echo $commentCount."."; ?></a>
       ```
   
 * That should do it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Comment Plugger Plugin Question](https://wordpress.org/support/topic/comment-plugger-plugin-question/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/comment-plugger-plugin-question/#post-593271)
 * I remember wanting to do that with that plugin. I searched everywhere and found
   this: [http://wordpress.pastebin.ca/625370](http://wordpress.pastebin.ca/625370)
 * I’d give credit but I really can’t remember where I found it. Put that in the
   plugin file instead and call it like this:
 *  `<?php comment_plugger('Commented: ', 25, ', '); ?>`
 * That should do the trick.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Extra headlines?](https://wordpress.org/support/topic/extra-headlines/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/extra-headlines/#post-596193)
 * Yes, you do it by adding another loop, like so:
 *     ```
       <?php query_posts('showposts=20&offset=10'); ?>
   
       <ul>
   
       <?php while (have_posts()) : the_post(); ?>
   
       <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
   
       <?php endwhile; ?>
   
       </ul>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Title in categories](https://wordpress.org/support/topic/title-in-categories/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/title-in-categories/#post-594254)
 * Yes. I do it like this:
 *     ```
       <?php query_posts('category_name=books&showposts=5'); ?>
   
       <strong><?php single_cat_title(); ?></strong><br />
   
       <?php while (have_posts()) : the_post(); ?>
   
       <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a><br />
   
       <?php endwhile; ?>
       ```
   
 * Change the category name to whatever category you want to show.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [I only want registerd users to see my site](https://wordpress.org/support/topic/i-only-want-registerd-users-to-see-my-site/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/i-only-want-registerd-users-to-see-my-site/#post-593618)
 * Here’s another plugin:
 * [http://blog.taragana.com/index.php/archive/angsumans-authenticated-wordpress-plugin-password-protection-for-your-wordpress-blog/](http://blog.taragana.com/index.php/archive/angsumans-authenticated-wordpress-plugin-password-protection-for-your-wordpress-blog/)
 * It redirects anyone who isn’t logged in to the login form, so they can’t see 
   the entire site unless they are registered users.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change link depending on whether there are comments](https://wordpress.org/support/topic/change-link-depending-on-whether-there-are-comments/)
 *  Thread Starter [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/change-link-depending-on-whether-there-are-comments/#post-593538)
 * D’oh. I didn’t realise I could just put the link inside the comments_number function.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Divs not overflowing, container not centering, don’t know what the hell is going](https://wordpress.org/support/topic/divs-not-overflowing-container-not-centering-dont-know-what-the-hell-is-going/)
 *  [joyced](https://wordpress.org/support/users/joyced/)
 * (@joyced)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/divs-not-overflowing-container-not-centering-dont-know-what-the-hell-is-going/#post-592952)
 * The news.html page is probably not supposed to look like this:
 * [http://img338.imageshack.us/img338/7229/surffw2.gif](http://img338.imageshack.us/img338/7229/surffw2.gif)
 * That’s what it looks like in Opera. I don’t have time to look into it right now
   but I’m sure someone else does. Just thought I’d let you know because you’re 
   working from that.

Viewing 15 replies - 1 through 15 (of 55 total)

1 [2](https://wordpress.org/support/users/joyced/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/joyced/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/joyced/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/joyced/replies/page/2/?output_format=md)