Title: Cedrass's Replies | WordPress.org

---

# Cedrass

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom post archive and pagination not working](https://wordpress.org/support/topic/custom-post-archive-and-pagination-not-working/)
 *  Thread Starter [Cedrass](https://wordpress.org/support/users/cedrass/)
 * (@cedrass)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-post-archive-and-pagination-not-working/#post-4657515)
 * To anyone who might find this topic in the future, searching for an answer, I
   fixed my problem. [This post](http://wordpress.org/support/topic/explanation-and-workaround-for-error-404-on-category-pagination)
   was what gave me the solution.
 * Hopefully WP will fix this bug in a next version!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom post archive and pagination not working](https://wordpress.org/support/topic/custom-post-archive-and-pagination-not-working/)
 *  Thread Starter [Cedrass](https://wordpress.org/support/users/cedrass/)
 * (@cedrass)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-post-archive-and-pagination-not-working/#post-4657360)
 * Two new things I tried:
 * Putting this “die(print_r(“====”.$paged, true ));” right after I set the $paged
   variable, to see if I at least reached it in my second page. I got “====1” on
   my first page (which is what I intended), but the second page didn’t show anything.
   It went to the “Page not found” page. I’m not really sure what that behavior 
   means. Is WordPress ignoring my archive-articles.php page because of the &paged
   =2 argument?
 * Also, instead of
    `$paged = (get_query_var('paged')) ? get_query_var('paged'):
   1;"` I set it to 2 `$paged = (get_query_var('paged')) ? get_query_var('paged'):
   2;` And surprise, it did show me what should be the second page.
 * I’m really not getting why this isn’t working…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Plugin admin page not working](https://wordpress.org/support/topic/plugin-admin-page-not-working/)
 *  Thread Starter [Cedrass](https://wordpress.org/support/users/cedrass/)
 * (@cedrass)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/plugin-admin-page-not-working/#post-4318339)
 * Alright, didn’t know this. Thank you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Plugin admin page not working](https://wordpress.org/support/topic/plugin-admin-page-not-working/)
 *  Thread Starter [Cedrass](https://wordpress.org/support/users/cedrass/)
 * (@cedrass)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/plugin-admin-page-not-working/#post-4318331)
 * I would, but Revolution Slider does not have one. And I don’t yet understand 
   well enough how WordPress works to figure out what the problem is…

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