Title: Cameron Roe's Replies | WordPress.org

---

# Cameron Roe

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Permalinks not working](https://wordpress.org/support/topic/permalinks-not-working-66/)
 *  Thread Starter [Cameron Roe](https://wordpress.org/support/users/cjroe/)
 * (@cjroe)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/permalinks-not-working-66/#post-3497189)
 * Okay thanks. I got it working earlier. Just needed to know where this was.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Post Thumbnail being cropped](https://wordpress.org/support/topic/post-thumbnail-being-cropped/)
 *  Thread Starter [Cameron Roe](https://wordpress.org/support/users/cjroe/)
 * (@cjroe)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/post-thumbnail-being-cropped/#post-3321483)
 * add_image_size() did the trick. I added it to my plugin and it fixed it all perfectly!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Prev and Next Post links for specific category page](https://wordpress.org/support/topic/prev-and-next-post-links-for-specific-category-page/)
 *  Thread Starter [Cameron Roe](https://wordpress.org/support/users/cjroe/)
 * (@cjroe)
 * [14 years ago](https://wordpress.org/support/topic/prev-and-next-post-links-for-specific-category-page/#post-2937048)
 * I’m deciding if it would be better to use a custom post type. Considering I only
   want to display 1 post at a time, I could use singe-{custom-post-type}.php for
   the actual page and include links for previous post in that category. Would this
   work any better?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to display custom posts (uploaded images) on a page.](https://wordpress.org/support/topic/how-to-display-custom-posts-uploaded-images-on-a-page/)
 *  Thread Starter [Cameron Roe](https://wordpress.org/support/users/cjroe/)
 * (@cjroe)
 * [14 years ago](https://wordpress.org/support/topic/how-to-display-custom-posts-uploaded-images-on-a-page/#post-2932424)
 * OK! So now I need to display “previous” and “next” links on this page, but I 
   only want to navigate through that particular category that i’m displaying.
 * Any help?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to display custom posts (uploaded images) on a page.](https://wordpress.org/support/topic/how-to-display-custom-posts-uploaded-images-on-a-page/)
 *  Thread Starter [Cameron Roe](https://wordpress.org/support/users/cjroe/)
 * (@cjroe)
 * [14 years ago](https://wordpress.org/support/topic/how-to-display-custom-posts-uploaded-images-on-a-page/#post-2932401)
 * Fixed it.
 * I found the category id by going to posts -> categories and looking at the url.
   Then added:
 * `<?php if ( is_home() ) { query_posts( 'cat=-5' ); } ?>`
 * right before the loop in the main loop.php file.
 * Now my blog excludes all categories with id = 5.
 * Thanks for the insight Seacoast. This will have to do for now.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to display custom posts (uploaded images) on a page.](https://wordpress.org/support/topic/how-to-display-custom-posts-uploaded-images-on-a-page/)
 *  Thread Starter [Cameron Roe](https://wordpress.org/support/users/cjroe/)
 * (@cjroe)
 * [14 years ago](https://wordpress.org/support/topic/how-to-display-custom-posts-uploaded-images-on-a-page/#post-2932383)
 * I used:
    `<?php query_posts( array ( 'category_name' => 'comics', 'posts_per_page'
   => 1 ) ); ?>` on a separate loop-comic.php and it seems to be working.
 * But the problem is the post still shows up in the blog. I need to void those 
   categories.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to display custom posts (uploaded images) on a page.](https://wordpress.org/support/topic/how-to-display-custom-posts-uploaded-images-on-a-page/)
 *  Thread Starter [Cameron Roe](https://wordpress.org/support/users/cjroe/)
 * (@cjroe)
 * [14 years ago](https://wordpress.org/support/topic/how-to-display-custom-posts-uploaded-images-on-a-page/#post-2932378)
 * It’s not as elegant, but I guess the client will have to do it all in the posts
   tab. For this particular page, I need to display one image (post) with it’s description
   at a time. The previous and next links will go through a specific category that
   these posts are assigned to.

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