Title: permalinks
Last modified: August 19, 2016

---

# permalinks

 *  [webtechdev](https://wordpress.org/support/users/webtechdev/)
 * (@webtechdev)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/permalinks-79/)
 * >  $page_id = $_GET[‘page_id’];
   >  // show news category if( $page_id == ’32’) //
   > news { // show posts of particular category here
   >  }
 * 32 is a page id(new page)
    when i enable permalinks this check is not workin 
   g please tell me any solution for it . thanks

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/permalinks-79/#post-1892450)
 * Try:
 *     ```
       if( is_page('32') ) // news
           { // show posts of particular category here
           }
       ```
   
 *  Thread Starter [webtechdev](https://wordpress.org/support/users/webtechdev/)
 * (@webtechdev)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/permalinks-79/#post-1892454)
 * yeah i have did now in much better way like
 *     ```
       if( is_page(array('32','news')) ) // news
       { // show posts of particular category here
       }
       ```
   
 * anyways thanks for the help and suggestions
 *  [christopherross](https://wordpress.org/support/users/christopherross/)
 * (@christopherross)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/permalinks-79/#post-1892486)
 * or simply is_page(‘news’) where news is the permalink (nicename) of the page.
 *  Thread Starter [webtechdev](https://wordpress.org/support/users/webtechdev/)
 * (@webtechdev)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/permalinks-79/#post-1892510)
 * thanks you so much i already know this one.

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

The topic ‘permalinks’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [webtechdev](https://wordpress.org/support/users/webtechdev/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/permalinks-79/#post-1892510)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
