Title: Pete White's Replies - page 2 | WordPress.org

---

# Pete White

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

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

 Search replies:

## Forum Replies Created

Viewing 9 replies - 16 through 24 (of 24 total)

[←](https://wordpress.org/support/users/webworkers/replies/?output_format=md) [1](https://wordpress.org/support/users/webworkers/replies/?output_format=md)
2

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Help with The Loop](https://wordpress.org/support/topic/help-with-the-loop-4/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [16 years ago](https://wordpress.org/support/topic/help-with-the-loop-4/#post-1521455)
 *     ```
       <?php get_header(); ?>
               <div class="outer">
                 <div class="inner">
       <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
                 	<div class="span-4 comments clearfix">
                   	<p><a href="<?php comments_link(); ?>">
                   	<?php comments_number('No comments', '1 comment', '% comments'); ?></a></p>
                 	</div>
                   <div class="span-14 last blog">
                   	<div class="sub content">
                      	<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
                   	<p class="meta">On <span class="date"><?php the_time('F j, Y'); ?></span>, in <?php the_category(', '); ?></p>
   
                   	<?php the_content(); ?>
   
                   	<?php endwhile; else: ?>
   
                   	<h2>Woops...</h2>
   
                   	<p>Sorry, no posts we're found.</p>
   
                   	<?php endif; ?>
                   	<?php comments_template();?>
                   	</div>
                   </div>
                 </div>
               </div>
             </div>
             <?php get_sidebar(); ?>
           </div>
         </div>
       </div>
       <?php get_footer(); ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Get Parent Category?](https://wordpress.org/support/topic/get-parent-category/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/get-parent-category/#post-1453361)
 * ok thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Get Parent Category?](https://wordpress.org/support/topic/get-parent-category/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/get-parent-category/#post-1453345)
 * Thanks for the reply! I tried that, but was unable to get it to display ONLY 
   the parent. It would show the parent and child category, and show them as links.
   I need the parent only in a non-link format.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Efficient Related Posts] i don’t understand very well](https://wordpress.org/support/topic/plugin-efficient-related-posts-i-dont-understand-very-well/)
 *  [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-efficient-related-posts-i-dont-understand-very-well/#post-1137619)
 * How could this be used in the case of having blog posts created using automated
   RSS feeds?
 * Since the posts are being created “on the fly”, would you have to build the relationships
   constantly to make sure that each post had related posts associated with it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Too Many Widgets – Best Way To Setup Site?](https://wordpress.org/support/topic/too-many-widgets-best-way-to-setup-site/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/too-many-widgets-best-way-to-setup-site/#post-1155990)
 * I forgot to mention that the widgets I am using are the same on each page, however,
   the information that is displayed in each widget is different from page to page.
   Here’s a list of the widgets i’m using:
 * 1. Text (To Display Video)
    2. WP Polls 3. WP Petition 4. Live Countdown Timer
 * On another side note, I currently have 17 active plug-ins. Also, on the widgets
   page, I have the following widgets:
 * (4) Text (To Display Video)
    (4) Polls (4) Petition
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Custom widgets] Custom Widget Plug-In Not Displaying Widgets On Subpages?](https://wordpress.org/support/topic/plugin-custom-widgets-custom-widget-plug-in-not-displaying-widgets-on-subpages/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-custom-widgets-custom-widget-plug-in-not-displaying-widgets-on-subpages/#post-1155419)
 * I’ve also noticed that if you have 2 widgets of the same type (For example: text),
   it seems that the TS Custom Widgets tool will only update one of them.
 * Can anyone verify if it looks at widget’s type, name, or id?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Multiple Version Install?](https://wordpress.org/support/topic/multiple-version-install/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/multiple-version-install/#post-1153958)
 * On the same note…Does this sound like something that may work better with WordPress
   MU?
 * Also, I believer I may be able to get around the registered users issue by using
   a custom user table.
 * Any one have any thoughts on this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Login Issue – Possibly htaccess?](https://wordpress.org/support/topic/login-issue-possibly-htaccess/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/login-issue-possibly-htaccess/#post-989486)
 * Otto,
    Thanks so much for the response! After doing some general research, I 
   had found several articles that recommended to add an htaccess file in the wp-
   admin directory to add an extra level of security so that people trying to get
   to the wp-admin login page to hack it could not access it.
 * Have you found this to be untrue? I’m relatively new to wordpress and am trying
   to take any precautions to make the site as secure as possible.
 * Any feedback you can provide is greatly appreciated!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Login Issue – Possibly htaccess?](https://wordpress.org/support/topic/login-issue-possibly-htaccess/)
 *  Thread Starter [Pete White](https://wordpress.org/support/users/webworkers/)
 * (@webworkers)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/login-issue-possibly-htaccess/#post-989279)
 * Thanks for the reply. If I remove the .htaccess file in the wp-admin folder, 
   won’t I lose the extra security?

Viewing 9 replies - 16 through 24 (of 24 total)

[←](https://wordpress.org/support/users/webworkers/replies/?output_format=md) [1](https://wordpress.org/support/users/webworkers/replies/?output_format=md)
2