Title: allwi's Replies | WordPress.org

---

# allwi

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom tags after rewrite not available](https://wordpress.org/support/topic/custom-tags-after-rewrite-not-available/)
 *  Thread Starter [allwi](https://wordpress.org/support/users/allwi/)
 * (@allwi)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/custom-tags-after-rewrite-not-available/#post-6827083)
 * Hi clubirv,
 * as I already suspected, it was a stupid error 🙂
 * When have a close look at my rewrite rules above, you see that I have _index.
   php?**p=**XYZ_
    Hoever the codex says (and what I did) to create a page, so I
   have to use _index.php?**page\_id=**XYZ&_. Not sure exactly what happened in 
   wordpress but it seems that the index.php?p=… URL gets rewritten again in which
   the query params are lost. I found this out with help of the plugin Debug Bar(
   and the Extender). I highly recommend these plugins for your dev environment.
 * If you have a lookm at your code, you have the same style of rule … however you
   seem to use real post_ids so that I’m not sure if it’s the same reason.
 * Cheers

Viewing 1 replies (of 1 total)