Can’t find home page ID
-
Hello,
How can I find my home page ID? I believe it is because of not created by page editor but something else. My index.php file containing this code:
—————————————————
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( ‘WP_USE_THEMES’, true );/** Loads the WordPress Environment and Template */
require __DIR__ . ‘/wp-blog-header.php’;
——————————————————————Since an app really need the page ID in order to work properly. Can someone help?
Many thanks in advance!
- The topic ‘Can’t find home page ID’ is closed to new replies.