Title: egable's Replies | WordPress.org

---

# egable

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I make my homepage redirect to a specific category?](https://wordpress.org/support/topic/can-i-make-my-homepage-redirect-to-a-specific-category/)
 *  Thread Starter [egable](https://wordpress.org/support/users/egable/)
 * (@egable)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/can-i-make-my-homepage-redirect-to-a-specific-category/#post-1208479)
 * That did it … thanks!
 * (Note to anyone trying to duplicate: Looks like to _include_ a specific category
   rather than exclude, you remove the minus sign.)
 * I added the code between
 *     ```
       <?php
       	if(!stristr($_SERVER['REQUEST_URI'],'/page/')) {
       		if(get_option('uwc_latest_story') == "on") { echo '<h5>Latest Story</h5>'; }
       ```
   
 * and
 *     ```
       if(get_option('uwc_post_layout') == 1) { include (TEMPLATEPATH.'/layout/option1.php'); }
       		if(get_option('uwc_post_layout') == 2) { include (TEMPLATEPATH.'/layout/option2.php'); }
       		if(get_option('uwc_post_layout') == 3) { include (TEMPLATEPATH.'/layout/option3.php'); }
       		if(get_option('uwc_post_layout') == 4) { include (TEMPLATEPATH.'/layout/option4.php'); }
       	} else {
       		include (TEMPLATEPATH.'/layout/default.php');
       	}
           ?>
       ```
   
 * … of course, that might be theme-specific. (I’m using Magazine Basic.)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Setting up a college newspaper Web site](https://wordpress.org/support/topic/setting-up-a-college-newspaper-web-site/)
 *  Thread Starter [egable](https://wordpress.org/support/users/egable/)
 * (@egable)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/setting-up-a-college-newspaper-web-site/#post-1168718)
 * (Please disregard the question about My Category Order — the Category Order plugin
   seems to work.)

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