Title: hardworking's Replies | WordPress.org

---

# hardworking

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [single.php – showing more than one post](https://wordpress.org/support/topic/singlephp-showing-more-than-one-post/)
 *  Thread Starter [hardworking](https://wordpress.org/support/users/hardworking/)
 * (@hardworking)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/singlephp-showing-more-than-one-post/#post-1468770)
 * cheers zeo – wp_reset_query has fixed it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [single.php – showing more than one post](https://wordpress.org/support/topic/singlephp-showing-more-than-one-post/)
 *  Thread Starter [hardworking](https://wordpress.org/support/users/hardworking/)
 * (@hardworking)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/singlephp-showing-more-than-one-post/#post-1468755)
 * I think the issue is in my sidebar.php – as when i remove this, it works ok. 
   this is the code in my sidebar.php – can you recommend? many thanks for your 
   help…
 *     ```
       <div class="sideHighlightBlock" style="height:15px;padding-top:12px;"><h4>Latest News</h4></div>
   
       <div class="sideHighlightBlock">
       	<?php query_posts("showposts=4&category_name=Featured"); $i = 1; ?>
           <?php while (have_posts()) : the_post(); ?>
       	<!-- <div class="clearfloat"> -->
       	<?php $values = get_post_custom_values("Image");
       	if (isset($values[0])) { ?>
             <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
       	<img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
       $values = get_post_custom_values("Image"); echo $values[0]; ?>&w=65&h=65&zc=1&q=65"
       alt="<?php the_title(); ?>" class="left" width="65px" height="65px"  /></a>
             <?php } ?>
       	  <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
       	  <p><?php the_excerpt(); ?></p>
   
             <?php endwhile; ?></div>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [single.php – showing more than one post](https://wordpress.org/support/topic/singlephp-showing-more-than-one-post/)
 *  Thread Starter [hardworking](https://wordpress.org/support/users/hardworking/)
 * (@hardworking)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/singlephp-showing-more-than-one-post/#post-1468753)
 * zeo – have swapped the code as you suggested. single.php will now only show my
   latest post, no matter what post I try and view… any advice?
 * Code below….
 *     ```
       <?php get_header(); ?>
   
             <td width="5" bgcolor="#FFFFFF"></td>
             <td valign="top" class="masterContentBlock"> 
   
             <h1>Latest News</h1>
               <!--BEGIN  CONTENT-->
       <?php if (have_posts()) : the_post(); ?>
   
       		<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
       			<h2><?php the_title(); ?></h2>
                   <br />
       <?php the_time('jS F Y') ?>
       <br />
       			<div class="entry">
       				<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
   
       				<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
       				<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
   
       			</div>
       		</div>
   
       	<?php comments_template(); ?>
   
       <?php else: ?>
       		<p>Sorry, no posts matched your criteria.</p>
   
       <?php endif; ?>
   
           <!--END  CONTENT-->
             </td>
           </tr>
   
         </table>
   
        <!--END GLOBAL CONTENT BLOCK-->
   
       </div></div>
   
       <?php get_footer(); ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [single.php – showing more than one post](https://wordpress.org/support/topic/singlephp-showing-more-than-one-post/)
 *  Thread Starter [hardworking](https://wordpress.org/support/users/hardworking/)
 * (@hardworking)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/singlephp-showing-more-than-one-post/#post-1468749)
 * awesome – thanks Zeo 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to create SUB-BLOGS ?](https://wordpress.org/support/topic/how-to-create-sub-blogs/)
 *  [hardworking](https://wordpress.org/support/users/hardworking/)
 * (@hardworking)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/how-to-create-sub-blogs/#post-1122935)
 * How do you setup the author page?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category auto selected depending on user](https://wordpress.org/support/topic/category-auto-selected-depending-on-user/)
 *  Thread Starter [hardworking](https://wordpress.org/support/users/hardworking/)
 * (@hardworking)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/category-auto-selected-depending-on-user/#post-1159528)
 * does anybody have any experience of trying to restrict what categories a user
   can post to? I’ve also tried the Plugin Allow Categories, but this doesn’t seem
   to work with 2.8.
 * Any advice would be really really appreciated.
 * Thanks
    Adam
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category auto selected depending on user](https://wordpress.org/support/topic/category-auto-selected-depending-on-user/)
 *  Thread Starter [hardworking](https://wordpress.org/support/users/hardworking/)
 * (@hardworking)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/category-auto-selected-depending-on-user/#post-1159453)
 * sorry, 2.8.2
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category auto selected depending on user](https://wordpress.org/support/topic/category-auto-selected-depending-on-user/)
 *  Thread Starter [hardworking](https://wordpress.org/support/users/hardworking/)
 * (@hardworking)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/category-auto-selected-depending-on-user/#post-1159452)
 * hi cais – thanks for the link. Unfortunately, Userextra doesn’t seem to work 
   with 2.8.
 * Does anybody else have any other solutions??
 * Any help much appreciated!
    Adam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: wordTube] ERROR : Upload failed. Check the file size](https://wordpress.org/support/topic/plugin-wordtube-error-upload-failed-check-the-file-size/)
 *  Thread Starter [hardworking](https://wordpress.org/support/users/hardworking/)
 * (@hardworking)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordtube-error-upload-failed-check-the-file-size/#post-1122072)
 * Hi Samboll
 * I took a look at the link. It says:
 *     ```
       First limit is usually 3 Mb by default and is changed in the php.ini file at the host level.
       Place this in your php.ini file in your root directory of your WordPress install (usually /public_html)
       ```
   
 * I don’t seem to have a php.ini file. I’m using a Linux server. Whereabouts will
   it be?
 * Thanks
    Adam
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: wordTube] ERROR : Upload failed. Check the file size](https://wordpress.org/support/topic/plugin-wordtube-error-upload-failed-check-the-file-size/)
 *  Thread Starter [hardworking](https://wordpress.org/support/users/hardworking/)
 * (@hardworking)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordtube-error-upload-failed-check-the-file-size/#post-1121919)
 * thanks samboll!

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