{"id":45814,"date":"2018-10-31T23:01:18","date_gmt":"2018-10-31T15:01:18","guid":{"rendered":"https:\/\/www.hongkiat.com\/blog\/?p=45814"},"modified":"2023-04-06T19:07:26","modified_gmt":"2023-04-06T11:07:26","slug":"classicpress-alternative-to-wordpress-without-guternberg-and-reactjs","status":"publish","type":"post","link":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/","title":{"rendered":"ClassicPress: The WordPress Alternative Without Gutenberg &#038; React"},"content":{"rendered":"<p>There\u2019s a major shift in WordPress with Gutenberg. It\u2019s an ambitious project lead mostly by the people at Automattic to <strong>change the WordPress TinyMCE editor<\/strong>, in a radical way. It brings a new paradigm \u2013 a so-called \u201cBlock\u201d to WordPress. Each component such as Paragraph, Image, or Headings is now a block built with React.js.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/gutenberg-editor.jpg\" alt=\"Gutenberg Editor\" width=\"720\" height=\"450\"><\/figure>\n<p>However, the use of React.js has sparked some hot debates within the WordPress community, highlighting problems like licensing in which many argue that it\u2019s <strong>not compatible with GPL<\/strong>, hence urge to use an alternative.<\/p>\n<p>So, in this post, I am going to introduce you to ClassicPress, a great <strong>alternative to WordPress without Gutenberg and React.js<\/strong>. Let\u2019s read on to know more.<\/p>\n<p class=\"note\"><strong>Read Also:<\/strong> <a target=\"_blank\" href=\"https:\/\/www.hongkiat.com\/blog\/all-you-need-to-know-about-wordpress-gutenberg-editor\/\" rel=\"noopener\">Gutenberg: All You Need to Know About WordPress\u2019 Latest Editor<\/a><\/p>\n<h2>Why do we need a WordPress Alternative anyway?<\/h2>\n<p>React.js and the Block concept will spread across the WordPress administration area, even though React.js\u2019 learning curve is quite steep. At the moment, it is only <strong>replacing the classic TinyMCE editor<\/strong>. Next, this change <a href=\"https:\/\/wordpress.tv\/2017\/12\/10\/morten-rand-hendriksen-gutenberg-and-the-wordpress-of-tomorrow\/\" target=\"_blank\" rel=\"noopener\">is going to replace the Customizer<\/a> as well as the Admin interface entirely.<\/p>\n<p>For developers, businesses, and indie developers, this change is going to affect in a big way. They\u2019ll need to <strong>spend a huge budget<\/strong> to retraining their clients as well as regularly update their themes or plugins to be compatible with Gutenberg.<\/p>\n<p>The entry-level developers are going to be hit the hardest. What was once an easy change and fix with a few lines of a snippet, will soon require a leveled up skill in JavaScript to do the same in WordPress.<\/p>\n<p>These are just a <strong>few among many frustrations stemmed by the Gutenberg push<\/strong>. In response to this, some people in the WordPress community have taken a quite strong action seeking out a new platform.<\/p>\n<h2>Introducing ClassicPress<\/h2>\n<p>ClassicPress is an initiative led by Scott Bowler and a handful of contributors as an alternative to WordPress without Gutenberg and React.js, (at least for the moment). In fact, ClassicPress team has <strong>already planned version 2.0.0 of the project<\/strong> where it\u2019ll begin to roll out new changes and features.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/classicpress-homepage.jpg\" alt=\"classicpress\" width=\"720\" height=\"450\"><\/figure>\n<p>ClassicPress practices a more democratic way of letting the community decide the project\u2019s direction. There are a few <strong>interesting ideas<\/strong> proposed by the community, for example:<\/p>\n<h3><a target=\"_blank\" href=\"https:\/\/petitions.classicpress.net\/posts\/6\/minimum-php-version-should-be-7-0\" rel=\"noopener\">Minimum PHP version should be 7.0<\/a><\/h3>\n<p>WordPress was started when PHP was still at Version 4 and OOP (Object Oriented Programming) only existed in PHP5. If you dig into the source code you will find it <strong>full of legacy code<\/strong>. Given the size of the project and the number of users, it won\u2019t be easy for WordPress to drop support for the older PHP versions.<\/p>\n<p>ClassicPress, being a new project, has plenty of flexibility for change. In fact, it <a href=\"https:\/\/github.com\/ClassicPress\/ClassicPress\/pull\/64\" target=\"_blank\" rel=\"noopener\">has already set PHP5.6 as the minimum PHP to support<\/a>. <strong>Supporting newer PHP versions<\/strong> will provide ClassicPress a performance boost, <a href=\"https:\/\/petitions.classicpress.net\/posts\/69\/hash-passwords-with-bcrypt-instead-of-md5\" target=\"_blank\" rel=\"noopener\">a better security<\/a>, as well as an interesting differentiator from the developer\u2019s point of view.<\/p>\n<h3><a href=\"https:\/\/petitions.classicpress.net\/posts\/26\/add-api-for-additional-required-plugins\" target=\"_blank\" rel=\"noopener\">Add API for additional required plugins<\/a><\/h3>\n<p>A great idea taken from a modern dependency manager such as Composer and NPM. This feature will allow developers to <strong>define dependency for their plugins and themes<\/strong>. So, for example, when a user installs a theme, it will automatically install the other plugins that the theme depends on.<\/p>\n<h3><a target=\"_blank\" href=\"https:\/\/petitions.classicpress.net\/posts\/4\/remove-xml-rpc-specification\" rel=\"noopener\">Remove XML-RPC<\/a><\/h3>\n<p>XML-RPC is an outdated specification that allows outside applications such as a <strong>mobile and desktop app to interact with WordPress<\/strong>. WordPress now has its own JSON API that makes using XML-RPC irrelevant. On top of that, the <code>xmlrpc.php<\/code> endpoint <a href=\"https:\/\/medium.com\/@the.bilal.rizwan\/wordpress-xmlrpc-php-common-vulnerabilites-how-to-exploit-them-d8d3c8600b32\" target=\"_blank\" rel=\"noopener nofollow\">poses some vulnerabilities<\/a>.<\/p>\n<p>Another interesting thing I found in ClassicPress is that you can find or submit new features proposals as well as vote for them in the <a href=\"https:\/\/petitions.classicpress.net\/\" target=\"_blank\" rel=\"noopener\">Petitions<\/a> page and the active community will surely respond to your suggestions.<\/p>\n<h2>What\u2019s next?<\/h2>\n<p>ClassicPress, at the moment, is still in its early stage. The team and the contributors are <strong>currently developing version 1.0.0<\/strong> and already have a plan for version 2.0.0. The development is done with Git and <a href=\"https:\/\/github.com\/ClassicPress\/ClassicPress\" target=\"_blank\" rel=\"noopener\">published as a Github repository<\/a>.<\/p>\n<p>As compared to SVN, which WordPress is still using to manage the Core project repository, using Git will make it easier for developers to <strong>contribute to the project with \u201cPull Request\u201d<\/strong>, just like the way to contribute to a modern open source project these days.<\/p>\n<p>Being a <em>fork<\/em> and inheriting a familiarity from the most popular CMS, ClassicPress has the <strong>potential to be as popular as WordPress<\/strong> in the days to come. It can also grow to be its own entity by introducing its own features that may never happen in WordPress.<\/p>\n<p>It\u2019s nice to have a useful alternative to WordPress and I will be watching the project closely.<\/p>","protected":false},"excerpt":{"rendered":"<p>An introduction to ClassicPress being an Alternative CMS to WordPress without Gutenberg.<\/p>\n","protected":false},"author":113,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[49],"tags":[4663],"topic":[],"class_list":["entry-content","is-maxi"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.8 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>ClassicPress: The WordPress Alternative Without Gutenberg &amp; React - Hongkiat<\/title>\n<meta name=\"description\" content=\"An introduction to ClassicPress being an Alternative CMS to WordPress without Gutenberg.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ClassicPress: The WordPress Alternative Without Gutenberg &amp; React\" \/>\n<meta property=\"og:description\" content=\"An introduction to ClassicPress being an Alternative CMS to WordPress without Gutenberg.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/\" \/>\n<meta property=\"og:site_name\" content=\"Hongkiat\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hongkiatcom\" \/>\n<meta property=\"article:published_time\" content=\"2018-10-31T15:01:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-06T11:07:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assets.hongkiat.com\/uploads\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/gutenberg-editor.jpg\" \/>\n<meta name=\"author\" content=\"Thoriq Firdaus\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@tfirdaus\" \/>\n<meta name=\"twitter:site\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thoriq Firdaus\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/\"},\"author\":{\"name\":\"Thoriq Firdaus\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/e7948c7a175d211496331e4b6ce55807\"},\"headline\":\"ClassicPress: The WordPress Alternative Without Gutenberg &#038; React\",\"datePublished\":\"2018-10-31T15:01:18+00:00\",\"dateModified\":\"2023-04-06T11:07:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/\"},\"wordCount\":782,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/gutenberg-editor.jpg\",\"keywords\":[\"ad-divi\"],\"articleSection\":[\"WordPress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/\",\"name\":\"ClassicPress: The WordPress Alternative Without Gutenberg & React - Hongkiat\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/gutenberg-editor.jpg\",\"datePublished\":\"2018-10-31T15:01:18+00:00\",\"dateModified\":\"2023-04-06T11:07:26+00:00\",\"description\":\"An introduction to ClassicPress being an Alternative CMS to WordPress without Gutenberg.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/#primaryimage\",\"url\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/gutenberg-editor.jpg\",\"contentUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/gutenberg-editor.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ClassicPress: The WordPress Alternative Without Gutenberg &#038; React\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"name\":\"Hongkiat\",\"description\":\"Tech and Design Tips\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\",\"name\":\"Hongkiat.com\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"contentUrl\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"width\":1200,\"height\":799,\"caption\":\"Hongkiat.com\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hongkiatcom\",\"https:\\\/\\\/x.com\\\/hongkiat\",\"https:\\\/\\\/www.pinterest.com\\\/hongkiat\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/e7948c7a175d211496331e4b6ce55807\",\"name\":\"Thoriq Firdaus\",\"description\":\"Thoriq is a writer for Hongkiat.com with a passion for web design and development. He is the author of Responsive Web Design by Examples, where he covered his best approaches in developing responsive websites quickly with a framework.\",\"sameAs\":[\"https:\\\/\\\/thoriq.com\",\"https:\\\/\\\/x.com\\\/tfirdaus\"],\"jobTitle\":\"Web Developer\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/author\\\/thoriq\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"ClassicPress: The WordPress Alternative Without Gutenberg & React - Hongkiat","description":"An introduction to ClassicPress being an Alternative CMS to WordPress without Gutenberg.","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:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/","og_locale":"en_US","og_type":"article","og_title":"ClassicPress: The WordPress Alternative Without Gutenberg & React","og_description":"An introduction to ClassicPress being an Alternative CMS to WordPress without Gutenberg.","og_url":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/","og_site_name":"Hongkiat","article_publisher":"https:\/\/www.facebook.com\/hongkiatcom","article_published_time":"2018-10-31T15:01:18+00:00","article_modified_time":"2023-04-06T11:07:26+00:00","og_image":[{"url":"https:\/\/assets.hongkiat.com\/uploads\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/gutenberg-editor.jpg","type":"","width":"","height":""}],"author":"Thoriq Firdaus","twitter_card":"summary_large_image","twitter_creator":"@tfirdaus","twitter_site":"@hongkiat","twitter_misc":{"Written by":"Thoriq Firdaus","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/#article","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/"},"author":{"name":"Thoriq Firdaus","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/e7948c7a175d211496331e4b6ce55807"},"headline":"ClassicPress: The WordPress Alternative Without Gutenberg &#038; React","datePublished":"2018-10-31T15:01:18+00:00","dateModified":"2023-04-06T11:07:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/"},"wordCount":782,"commentCount":3,"publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/gutenberg-editor.jpg","keywords":["ad-divi"],"articleSection":["WordPress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/","url":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/","name":"ClassicPress: The WordPress Alternative Without Gutenberg & React - Hongkiat","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/#primaryimage"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/gutenberg-editor.jpg","datePublished":"2018-10-31T15:01:18+00:00","dateModified":"2023-04-06T11:07:26+00:00","description":"An introduction to ClassicPress being an Alternative CMS to WordPress without Gutenberg.","breadcrumb":{"@id":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/#primaryimage","url":"https:\/\/assets.hongkiat.com\/uploads\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/gutenberg-editor.jpg","contentUrl":"https:\/\/assets.hongkiat.com\/uploads\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/gutenberg-editor.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hongkiat.com\/blog\/classicpress-alternative-to-wordpress-without-guternberg-and-reactjs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hongkiat.com\/blog\/"},{"@type":"ListItem","position":2,"name":"ClassicPress: The WordPress Alternative Without Gutenberg &#038; React"}]},{"@type":"WebSite","@id":"https:\/\/www.hongkiat.com\/blog\/#website","url":"https:\/\/www.hongkiat.com\/blog\/","name":"Hongkiat","description":"Tech and Design Tips","publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hongkiat.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hongkiat.com\/blog\/#organization","name":"Hongkiat.com","url":"https:\/\/www.hongkiat.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","contentUrl":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","width":1200,"height":799,"caption":"Hongkiat.com"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hongkiatcom","https:\/\/x.com\/hongkiat","https:\/\/www.pinterest.com\/hongkiat\/"]},{"@type":"Person","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/e7948c7a175d211496331e4b6ce55807","name":"Thoriq Firdaus","description":"Thoriq is a writer for Hongkiat.com with a passion for web design and development. He is the author of Responsive Web Design by Examples, where he covered his best approaches in developing responsive websites quickly with a framework.","sameAs":["https:\/\/thoriq.com","https:\/\/x.com\/tfirdaus"],"jobTitle":"Web Developer","url":"https:\/\/www.hongkiat.com\/blog\/author\/thoriq\/"}]}},"jetpack_featured_media_url":"https:\/\/","jetpack_shortlink":"https:\/\/wp.me\/p4uxU-bUW","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/45814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/users\/113"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/comments?post=45814"}],"version-history":[{"count":3,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/45814\/revisions"}],"predecessor-version":[{"id":65689,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/45814\/revisions\/65689"}],"wp:attachment":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/media?parent=45814"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/categories?post=45814"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/tags?post=45814"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/topic?post=45814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}