Title: Adding the Page ID
Last modified: October 15, 2020

---

# Adding the Page ID

 *  Resolved [mvcs](https://wordpress.org/support/users/mvcs/)
 * (@mvcs)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/adding-the-page-id/)
 * I’m not getting this plugin to work and suspect that I didn’t add the page ID
   to the .php properly. Is this the correct way to add it to the child theme’s 
   functions.php file?
 * eos_scfm_related_desktop_id( $post_2076 );
    eos_scfm_related_mobile_id( $post_2416);
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadding-the-page-id%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/adding-the-page-id/#post-13536948)
 * Hi [@mvcs](https://wordpress.org/support/users/mvcs/)
 * no, it isn’t.
 * You need:
 *     ```
       eos_scfm_related_desktop_id( 2076 );
   
       eos_scfm_related_mobile_id( 2416 );
       ```
   
 * Let me know if it works.
 *  Thread Starter [mvcs](https://wordpress.org/support/users/mvcs/)
 * (@mvcs)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/adding-the-page-id/#post-13540695)
 * Thank you very much.
 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/adding-the-page-id/#post-13540799)
 * You are welcome!

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

The topic ‘Adding the Page ID’ is closed to new replies.

 * ![](https://ps.w.org/specific-content-for-mobile/assets/icon-256x256.png?rev=
   2447531)
 * [Specific Content For Mobile - Customize the mobile version without redirections](https://wordpress.org/plugins/specific-content-for-mobile/)
 * [Support Threads](https://wordpress.org/support/plugin/specific-content-for-mobile/)
 * [Active Topics](https://wordpress.org/support/plugin/specific-content-for-mobile/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/specific-content-for-mobile/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/specific-content-for-mobile/reviews/)

## Tags

 * [$post->id](https://wordpress.org/support/topic-tag/post-id/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/adding-the-page-id/#post-13540799)
 * Status: resolved