• Hi All,

    Facing issue with Home Page (only) where I dont see any of my page content except for below

    Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!”

    Here are the facts:

    1. The issue is only with home page (https://nexxuscore.com/) but if you direct any other page like (https://nexxuscore.com/about-us/) or any page with “\” it works.
    2. The page preview works fine in wordpress editor/ preview, contets/files/data/links (to the extend i have seen) are not broken.
    3. This website is duplicate mirror image of my other website (https://nexxuscoreglobal.com/ – original website), the home page works fine with same content.
    4. The new website (https://nexxuscore.com/) is created by offline (local) migration by downloading the backup in system from original website and uploading in WP with ‘All-in-one-wp migration” plugin.
    5. I have looked for various solution online 1.cleared browser cache, 2. Validated permlinks, 3. Used updated theme, 4. updated plugins, 5.deactiving and activating plugin, etc. but to no use.

    The issue is only with home page and not other pages, hence looking for support if anyone has encountered such migration challenge.

    Looking forward for suggestions, Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi nexus0410,

    Thanks for explaining the issue in detail—it really helps! It sounds like the homepage might not be correctly assigned after the migration, or there could be a lingering issue with the WordPress setup. Let’s try a few steps to get this sorted out:

    1. Check Your Homepage Settings
      Go to Settings > Reading in your WordPress dashboard and ensure the correct page is set as the homepage. If it’s already selected, try reassigning it:
      a. Set it to “Your latest posts” and save.
      b. Then switch it back to “A static page” and reselect your intended homepage. Save again
    2. Inspect the Homepage in the Pages Section
      Head to Pages and find the page assigned as the homepage. Edit it and ensure the correct content is present. Also, double-check the page’s URL slug (it should match what’s set as the homepage).
    3. Check for Cache Issues
      If you’re using a caching plugin or a server-side cache, clear it completely. Sometimes caches hold onto old data, especially after migrations.
    4. Permalink Structure
      You mentioned you already validated permalinks, which is great. Just to be thorough, go to Settings > Permalinks and hit “Save Changes” again without making any changes. This refreshes the permalinks.
    5. Theme and Template Issues
      If the homepage is using a specific page template (like “Homepage”), it’s possible the template didn’t migrate correctly. Go to Appearance > Editor or check your theme files to ensure the correct template is in place. Switch to a default theme like Storefront to test if the content reappears.
    6. Database Sync Issue
      Since this is a migration, the homepage ID or other related database entries might not have synced properly. You could try re-saving the page content or recreating the homepage as a new page, then assigning it as the homepage under Settings > Reading.
    7. Debugging for Errors
      If none of the above works, enable WP_DEBUG in your wp-config.php file to see if there are any errors on the homepage. Here’s what to add:

      define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false );

      Check the debug log in wp-content/debug.log for clues.

    Let me know how it goes or if you notice anything unusual after trying these steps. If the issue persists, feel free to share any error messages or findings, and we’ll dig deeper! ??

    Cheers,
    Jayson

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.