{"id":37,"date":"2025-10-03T11:52:00","date_gmt":"2025-10-03T11:52:00","guid":{"rendered":"https:\/\/kuldeepnegi.in\/blog\/?p=37"},"modified":"2025-09-26T12:01:17","modified_gmt":"2025-09-26T12:01:17","slug":"joomla-website-not-loading-after-php-upgrade-heres-the-fix","status":"publish","type":"post","link":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/","title":{"rendered":"Joomla Website Not Loading After PHP Upgrade? Here\u2019s the Fix"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Upgrading your hosting server to a newer version of PHP is essential for security and performance. But sometimes, after the upgrade, your <strong>Joomla website refuses to load<\/strong> &#8211; leaving you staring at a blank screen or error messages.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Don\u2019t panic. This is a common issue and usually fixable. In this guide, I\u2019ll walk you through the <strong>most effective ways to fix a Joomla site that breaks after a PHP upgrade<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"920\" height=\"500\" src=\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status.jpg\" alt=\"Joomla Website Not Loading After PHP Upgrade\" class=\"wp-image-38\" srcset=\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status.jpg 920w, https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status-300x163.jpg 300w, https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status-768x417.jpg 768w\" sizes=\"auto, (max-width: 920px) 100vw, 920px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Why Joomla Breaks After a PHP Upgrade<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When hosting providers roll out newer versions of PHP (like PHP 8.2 or 8.3), older Joomla installations may not be fully compatible. Some of the most common reasons include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Outdated Joomla version not supporting the new PHP release<\/li>\n\n\n\n<li>Incompatible extensions, plugins, or templates<\/li>\n\n\n\n<li>Deprecated PHP functions in older Joomla code<\/li>\n\n\n\n<li>Caching or configuration conflicts<\/li>\n\n\n\n<li>Server-level misconfigurations after the upgrade<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step-by-Step Fix for Joomla Not Loading After PHP Upgrade<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Confirm PHP Compatibility<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">First, check which PHP version your Joomla site supports.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Joomla 4.x generally works with PHP 7.4 to PHP 8.2+.<\/li>\n\n\n\n<li>Joomla 3.x works best with PHP 7.4 (some support for PHP 8.0 but not stable).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\ud83d\udc49 If your site runs Joomla 3.x, try downgrading PHP back to 7.4 in your hosting control panel to see if the site loads again.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Update Joomla Core<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If possible, update your Joomla installation to the latest version.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Log in to your Joomla admin (if accessible).<\/li>\n\n\n\n<li>Go to <strong>Components \u2192 Joomla Update<\/strong>.<\/li>\n\n\n\n<li>Install the latest stable release.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">If you can\u2019t access the backend:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Download the latest Joomla package from <a href=\"https:\/\/downloads.joomla.org\/\">joomla.org<\/a>.<\/li>\n\n\n\n<li>Replace your core files via FTP (do not overwrite <code>configuration.php<\/code> or <code>images<\/code> folders).<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Disable or Update Extensions<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Outdated extensions are the number one cause of Joomla crashes after PHP upgrades.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Access your files via FTP.<\/li>\n\n\n\n<li>Rename the <code>\/components<\/code> folder temporarily.<\/li>\n\n\n\n<li>Refresh your site \u2014 if it loads, you\u2019ve found the culprit.<\/li>\n\n\n\n<li>Update or replace the incompatible extension.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Enable Joomla Error Reporting<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A blank screen usually hides the real error.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open your <code>configuration.php<\/code> file.<\/li>\n\n\n\n<li>Find the line: <strong>public $error_reporting = &#8216;default&#8217;;<\/strong><\/li>\n\n\n\n<li>Change it to: <strong>public $error_reporting = &#8216;maximum&#8217;;<\/strong><\/li>\n\n\n\n<li>Reload your site to see the exact error message.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Check Template Compatibility<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Some Joomla templates are not built for PHP 8+.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Switch to a default Joomla template (like Protostar or Cassiopeia).<\/li>\n\n\n\n<li>If the site works, your template is outdated and needs updating.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Clear Cache and Sessions<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Corrupted cache files can cause loading issues.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Delete all files in <code>\/administrator\/cache\/<\/code> and <code>\/cache\/<\/code>.<\/li>\n\n\n\n<li>Clear your browser cache and cookies.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Preventing Joomla Issues After Future PHP Upgrades<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Always keep Joomla core, templates, and extensions updated.<\/li>\n\n\n\n<li>Test major updates on a <strong>staging site<\/strong> before applying to live.<\/li>\n\n\n\n<li>Use extensions from reputable developers with PHP 8+ support.<\/li>\n\n\n\n<li>Maintain regular <strong>backups<\/strong> (Akeeba Backup is a popular choice).<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Final Thoughts<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A Joomla site not loading after a PHP upgrade can feel overwhelming, but in most cases, the fix comes down to <strong>compatibility issues<\/strong> with the Joomla version, extensions, or template.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Upgrading your hosting server to a newer version of PHP is essential for security and performance. But sometimes, after the upgrade, your Joomla website refuses to load &#8211; leaving you staring at a blank screen or error messages. Don\u2019t panic. This is a common issue and usually fixable. In this guide, I\u2019ll walk you through&hellip; <a class=\"more-link\" href=\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/\">Continue reading <span class=\"screen-reader-text\">Joomla Website Not Loading After PHP Upgrade? Here\u2019s the Fix<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-37","post","type-post","status-publish","format-standard","hentry","category-joomla","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Joomla Website Not Loading After PHP Upgrade? Here\u2019s the Fix<\/title>\n<meta name=\"description\" content=\"Is your Joomla website not loading after a PHP upgrade? This guide explains common causes and step-by-step fixes to get your site back online\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Joomla Website Not Loading After PHP Upgrade? Here\u2019s the Fix\" \/>\n<meta property=\"og:description\" content=\"Is your Joomla website not loading after a PHP upgrade? This guide explains common causes and step-by-step fixes to get your site back online\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog - Kuldeep Negi\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-03T11:52:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"920\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Kuldeep\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kuldeep\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/\"},\"author\":{\"name\":\"Kuldeep\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e\"},\"headline\":\"Joomla Website Not Loading After PHP Upgrade? Here\u2019s the Fix\",\"datePublished\":\"2025-10-03T11:52:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/\"},\"wordCount\":479,\"publisher\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e\"},\"image\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status.jpg\",\"articleSection\":[\"Joomla\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/\",\"url\":\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/\",\"name\":\"Joomla Website Not Loading After PHP Upgrade? Here\u2019s the Fix\",\"isPartOf\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status.jpg\",\"datePublished\":\"2025-10-03T11:52:00+00:00\",\"description\":\"Is your Joomla website not loading after a PHP upgrade? This guide explains common causes and step-by-step fixes to get your site back online\",\"breadcrumb\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#primaryimage\",\"url\":\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status.jpg\",\"contentUrl\":\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status.jpg\",\"width\":920,\"height\":500,\"caption\":\"Joomla Website Not Loading After PHP Upgrade\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/kuldeepnegi.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Joomla Website Not Loading After PHP Upgrade? Here\u2019s the Fix\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#website\",\"url\":\"https:\/\/kuldeepnegi.in\/blog\/\",\"name\":\"Kuldeep Negi\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kuldeepnegi.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e\",\"name\":\"Kuldeep\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/kuldeep.jpg\",\"contentUrl\":\"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/kuldeep.jpg\",\"width\":50,\"height\":50,\"caption\":\"Kuldeep\"},\"logo\":{\"@id\":\"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/kuldeepnegi.in\/blog\"],\"url\":\"https:\/\/kuldeepnegi.in\/blog\/author\/kuldeep\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Joomla Website Not Loading After PHP Upgrade? Here\u2019s the Fix","description":"Is your Joomla website not loading after a PHP upgrade? This guide explains common causes and step-by-step fixes to get your site back online","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/","og_locale":"en_US","og_type":"article","og_title":"Joomla Website Not Loading After PHP Upgrade? Here\u2019s the Fix","og_description":"Is your Joomla website not loading after a PHP upgrade? This guide explains common causes and step-by-step fixes to get your site back online","og_url":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/","og_site_name":"Blog - Kuldeep Negi","article_published_time":"2025-10-03T11:52:00+00:00","og_image":[{"width":920,"height":500,"url":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status.jpg","type":"image\/jpeg"}],"author":"Kuldeep","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kuldeep","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#article","isPartOf":{"@id":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/"},"author":{"name":"Kuldeep","@id":"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e"},"headline":"Joomla Website Not Loading After PHP Upgrade? Here\u2019s the Fix","datePublished":"2025-10-03T11:52:00+00:00","mainEntityOfPage":{"@id":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/"},"wordCount":479,"publisher":{"@id":"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e"},"image":{"@id":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#primaryimage"},"thumbnailUrl":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status.jpg","articleSection":["Joomla"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/","url":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/","name":"Joomla Website Not Loading After PHP Upgrade? Here\u2019s the Fix","isPartOf":{"@id":"https:\/\/kuldeepnegi.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#primaryimage"},"image":{"@id":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#primaryimage"},"thumbnailUrl":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status.jpg","datePublished":"2025-10-03T11:52:00+00:00","description":"Is your Joomla website not loading after a PHP upgrade? This guide explains common causes and step-by-step fixes to get your site back online","breadcrumb":{"@id":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#primaryimage","url":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status.jpg","contentUrl":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/php8-upgrade-status.jpg","width":920,"height":500,"caption":"Joomla Website Not Loading After PHP Upgrade"},{"@type":"BreadcrumbList","@id":"https:\/\/kuldeepnegi.in\/blog\/joomla-website-not-loading-after-php-upgrade-heres-the-fix\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kuldeepnegi.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Joomla Website Not Loading After PHP Upgrade? Here\u2019s the Fix"}]},{"@type":"WebSite","@id":"https:\/\/kuldeepnegi.in\/blog\/#website","url":"https:\/\/kuldeepnegi.in\/blog\/","name":"Kuldeep Negi","description":"","publisher":{"@id":"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kuldeepnegi.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/c2ee80db12f6de9e5bda18973d59060e","name":"Kuldeep","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/kuldeep.jpg","contentUrl":"https:\/\/kuldeepnegi.in\/blog\/wp-content\/uploads\/2025\/09\/kuldeep.jpg","width":50,"height":50,"caption":"Kuldeep"},"logo":{"@id":"https:\/\/kuldeepnegi.in\/blog\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/kuldeepnegi.in\/blog"],"url":"https:\/\/kuldeepnegi.in\/blog\/author\/kuldeep\/"}]}},"_links":{"self":[{"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/posts\/37","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/comments?post=37"}],"version-history":[{"count":1,"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/posts\/37\/revisions"}],"predecessor-version":[{"id":39,"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/posts\/37\/revisions\/39"}],"wp:attachment":[{"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/media?parent=37"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/categories?post=37"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kuldeepnegi.in\/blog\/wp-json\/wp\/v2\/tags?post=37"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}