{"id":32034,"date":"2024-11-25T14:21:19","date_gmt":"2024-11-25T06:21:19","guid":{"rendered":"https:\/\/fwq.ai\/blog\/32034\/"},"modified":"2024-11-25T14:21:19","modified_gmt":"2024-11-25T06:21:19","slug":"wordpress%e6%9c%ac%e5%9c%b0%e7%8e%af%e5%a2%83%e9%85%8d%e7%bd%ae%ef%bc%88%e5%9b%be%e6%96%87%e6%ad%a5%e9%aa%a4%ef%bc%89","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/32034\/","title":{"rendered":"wordpress\u672c\u5730\u73af\u5883\u914d\u7f6e\uff08\u56fe\u6587\u6b65\u9aa4\uff09"},"content":{"rendered":"<p>&nbsp;\u6211\u4e00\u76f4\u5f88\u597d\u5947\u7f51\u7ad9\uff0c\u603b\u542c\u8bf4\u8fd9\u4e2a\u7528\u8d77\u6765\u5f88\u65b9\u4fbf\uff0c\u5728\u672c\u5730\u914d\u7f6e\u4e00\u4e0b\u5c31\u597d\uff0c\u4f46\u662f\u4e00\u76f4\u6ca1\u7528\u8fc7\uff0c\u4eca\u5929\u67e5\u770b\u4e86\u4e00\u4e0b\u5b98\u7f51\uff0c\u4e0b\u9762\u6574\u7406\u4e86\u4e00\u4e0b\u672c\u5730\u914d\u7f6e\u7684\u4fe1\u606f\u3002\u5e0c\u671b\u80fd\u4e3a\u5927\u5bb6\u63d0\u4f9b\u5e2e\u52a9\u3002<\/p>\n<p><strong>1.\u7f51\u4e0a\u641c\u7d22\u300cwordpress\u4e0b\u8f7d\u300d\uff0c\u4e0b\u8f7dwordpress\u7a0b\u5e8f\u5305\u3002<\/strong><\/p>\n<p>\u76f4\u63a5\u4e0b\u8f7d\u7f51\u5740\uff1ahttps:\/\/wordpress.org\/download\/<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/image\/217\/581\/860\/1630103060262435.jpg\" class=\"aligncenter\" title=\"wordpress\u672c\u5730\u73af\u5883\u914d\u7f6e\uff08\u56fe\u6587\u6b65\u9aa4\uff09\u63d2\u56fe\" alt=\"wordpress\u672c\u5730\u73af\u5883\u914d\u7f6e\uff08\u56fe\u6587\u6b65\u9aa4\uff09\u63d2\u56fe\" \/><\/p>\n<p><strong>2.\u4e0b\u8f7dwordpress\u7a0b\u5e8f\u5305\uff0c\u89e3\u538b\u653e\u5230\u670d\u52a1\u9879\u76ee\u8def\u5f84\u4e0b<\/strong>\uff08\/Users\/gaopeng\/eclipse-workspace\/wordpress\/\uff09<\/p>\n<p><strong>\u672c\u5730\u670d\u52a1\u5668\u914d\u7f6e\uff1a<\/strong><\/p>\n<pre>Alias&nbsp;\/os\/&nbsp;\"\/Users\/gaopeng\/eclipse-workspace\/wordpress\/\"\n&lt;directory&gt;\n&nbsp;&nbsp;AllowOverride&nbsp;All\n&nbsp;&nbsp;Order&nbsp;allow,deny\n&nbsp;&nbsp;&nbsp;Allow&nbsp;from&nbsp;All\n&lt;\/directory&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>3.\u4e3aWordPress\u521b\u5efa\u4e00\u4e2aMysql\u6570\u636e\u5e93 &nbsp;<\/strong>\uff08\u540d\u5b57\u4e3a\u82f1\u6587\uff0c\u8bed\u8a00utf8_general_ci\uff09<\/p>\n<p>wp-config-sample.php\u6587\u4ef6\u6570\u636e\u5e93\u914d\u7f6e<\/p>\n<pre>\/**&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;database&nbsp;for&nbsp;WordPress&nbsp;*\/\ndefine(&nbsp;'DB_NAME',&nbsp;'database_name_here'&nbsp;);\n\/**&nbsp;MySQL&nbsp;database&nbsp;username&nbsp;*\/\ndefine(&nbsp;'DB_USER',&nbsp;'username_here'&nbsp;);\n\/**&nbsp;MySQL&nbsp;database&nbsp;password&nbsp;*\/\ndefine(&nbsp;'DB_PASSWORD',&nbsp;'password_here'&nbsp;);\n\/**&nbsp;MySQL&nbsp;hostname&nbsp;*\/\ndefine(&nbsp;'DB_HOST',&nbsp;'localhost'&nbsp;);\n\/**&nbsp;Database&nbsp;charset&nbsp;to&nbsp;use&nbsp;in&nbsp;creating&nbsp;database&nbsp;tables.&nbsp;*\/\ndefine(&nbsp;'DB_CHARSET',&nbsp;'utf8'&nbsp;);\n\/**&nbsp;The&nbsp;database&nbsp;collate&nbsp;type.&nbsp;Don't&nbsp;change&nbsp;this&nbsp;if&nbsp;in&nbsp;doubt.&nbsp;*\/\ndefine(&nbsp;'DB_COLLATE',&nbsp;''&nbsp;);<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u6839\u636e\u81ea\u5df1\u7535\u8111\u7684\u4fe1\u606f\u914d\u7f6e\uff0c\u6211\u914d\u7f6e\u5982\u4e0b\uff1a<\/p>\n<p>\u7528\u6237\u540d\uff0c\u5bc6\u7801\u5747\u4e3a\u4ee5\u4e0b\u4fe1\u606f\uff1a<\/p>\n<pre>\/**&nbsp;MySQL&nbsp;database&nbsp;username&nbsp;*\/\ndefine('DB_USER',&nbsp;'root');\n\/**&nbsp;MySQL&nbsp;database&nbsp;password&nbsp;*\/\ndefine('DB_PASSWORD',&nbsp;'1');\n\/**&nbsp;MySQL&nbsp;hostname&nbsp;*\/\ndefine('DB_HOST',&nbsp;'127.0.0.1');\n\/**&nbsp;Database&nbsp;Charset&nbsp;to&nbsp;use&nbsp;in&nbsp;creating&nbsp;database&nbsp;tables.&nbsp;*\/\ndefine('DB_CHARSET',&nbsp;'utf8');\n\/**&nbsp;The&nbsp;database&nbsp;collate&nbsp;type.&nbsp;Don't&nbsp;change&nbsp;this&nbsp;if&nbsp;in&nbsp;doubt.&nbsp;*\/\ndefine(&nbsp;'DB_COLLATE',&nbsp;'utf8_general_ci'&nbsp;);<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>4.\u5b89\u88c5wordpress<\/strong><\/p>\n<p>\u7b2c\u4e00\u6b65\uff1a\u5728\u6d4f\u89c8\u5668\u5730\u5740\u680f\u4e2d\u8f93\u5165 <\/p>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/image\/194\/477\/204\/1630103233165109.jpg\" class=\"aligncenter\" title=\"wordpress\u672c\u5730\u73af\u5883\u914d\u7f6e\uff08\u56fe\u6587\u6b65\u9aa4\uff09\u63d2\u56fe1\" alt=\"wordpress\u672c\u5730\u73af\u5883\u914d\u7f6e\uff08\u56fe\u6587\u6b65\u9aa4\uff09\u63d2\u56fe1\" \/>\u7b2c\u4e8c\u6b65\uff1a\u201c\u521b\u5efa\u914d\u7f6e\u6587\u4ef6\u201d\u5728\u6587\u672c\u7f16\u8f91\u5668\u4e2d\u6253\u5f00 wp-config-sample.php\uff0c\u586b\u5199\u6570\u636e\u5e93\u4fe1\u606f\uff0c\u5e76\u5c06\u5176\u4fdd\u5b58\u4e3a wp-config.php\u3002\u7136\u540e\u518d\u70b9\u201c\u73b0\u5728\u5c31\u5f00\u59cb\u201d(let&#8217;s go!)\u6309\u94ae\uff1b<\/p>\n<p>\u7b2c\u4e09\u6b65\uff1a\u5728\u8fdb\u5165\u7684\u9875\u9762\u4e2d\u586b\u5165\u4fe1\u606f(\u6570\u636e\u5e93\u540d\u586b\u521a\u624d\u521b\u5efa\u7684\u6570\u636e\u5e93\u540dwdpress,\u7528\u6237\u540d\u586broot\uff0c\u5bc6\u78011,Database Host:127.0.0.1,Table Prefix:wp),\u7136\u540e\u70b9\u201c\u63d0\u4ea4\u201d\u6309\u94ae\u3002<\/p>\n<p>\u7b2c\u56db\u6b65\uff1a\u70b9\u201c\u8fdb\u884c\u5b89\u88c5\u201d\u6309\u94ae\u3002(Run the install)<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/image\/328\/900\/985\/1630103293264764.jpg\" class=\"aligncenter\" title=\"wordpress\u672c\u5730\u73af\u5883\u914d\u7f6e\uff08\u56fe\u6587\u6b65\u9aa4\uff09\u63d2\u56fe2\" alt=\"wordpress\u672c\u5730\u73af\u5883\u914d\u7f6e\uff08\u56fe\u6587\u6b65\u9aa4\uff09\u63d2\u56fe2\" \/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/image\/785\/256\/200\/1630103315710128.jpg\" class=\"aligncenter\" title=\"wordpress\u672c\u5730\u73af\u5883\u914d\u7f6e\uff08\u56fe\u6587\u6b65\u9aa4\uff09\u63d2\u56fe3\" alt=\"wordpress\u672c\u5730\u73af\u5883\u914d\u7f6e\uff08\u56fe\u6587\u6b65\u9aa4\uff09\u63d2\u56fe3\" \/><\/p>\n<p><strong>5.\u89e3\u51b3wordpress\u5b89\u88c5\u4e3b\u9898\u6216\u63d2\u4ef6\u9700\u8981FTP\u95ee\u9898<\/strong><\/p>\n<p>\u5728wp-content\u76ee\u5f55\uff0c\u65b0\u5efatmp\u6587\u4ef6\u5939\uff0c\u8bbe\u7f6e\u6587\u4ef6\u5939\u7684\u6743\u9650\u4e3a777<\/p>\n<p>\u4fee\u6539\uff1a\u5728wp-config.php\u4e2d\u6dfb\u52a0\u4e0b\u4ee3\u7801:<\/p>\n<pre>define('WP_TEMP_DIR',&nbsp;ABSPATH.'wp-content\/tmp');&nbsp;\/*&nbsp;WordPress\u7684\u4e34\u65f6\u76ee\u5f55\u3002*\/\ndefine(\"FS_METHOD\",&nbsp;\"direct\");\ndefine(\"FS_CHMOD_DIR\",&nbsp;0777);\ndefine(\"FS_CHMOD_FILE\",&nbsp;0777);<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u6ce8\u610f\uff1a\u8981\u5728\u5b9a\u4e49ABSPATH\u7684\u540e\u9762\uff0c\u5373\u5728\u5b83\u7684\u540e\u9762\u6dfb\u52a0\u8be5\u4ee3\u7801:<\/p>\n<pre>if&nbsp;(&nbsp;!defined('ABSPATH')&nbsp;)\ndefine('ABSPATH',&nbsp;dirname(__FILE__)&nbsp;.&nbsp;'\/');<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>6.\u8bed\u8a00\u5207\u6362\uff08\u8bed\u8a00\u5305\u4e0b\u8f7d\uff09<\/strong><\/p>\n<p>\u5728wp-confing.php\u6587\u4ef6\u4e2d\u52a0\u4e0a define(&#8216;WPLANG&#8217;, &#8216;zh_CN&#8217;);<\/p>\n<p>\u5728wp-content\u76ee\u5f55\uff0c\u65b0\u5efalanguages\u6587\u4ef6\u5939\uff0c\u8bbe\u7f6e\u6587\u4ef6\u5939\u7684\u6743\u9650\u4e3a777<\/p>\n<p>\u8fdb\u5165\u7ad9\u70b9\u63a7\u5236\u677f\uff08dashboard\uff09\uff0c\u770b\u5230\u66f4\u65b0\u63d0\u793a\u540e\u8fdb\u884c\u5347\u7ea7\u5373\u53ef\u3002WordPress\u4f1a\u81ea\u52a8\u4ece\u5b98\u65b9\u7f51\u7ad9\u4e0b\u8f7d\u4e2d\u6587\u8bed\u8a00\u5305\u5e76\u5b89\u88c5\u3002<\/p>\n<p><strong>7.\u5b89\u88c5\u63d2\u4ef6<\/strong><\/p>\n<p>\u9009\u62e9\u81ea\u5df1\u8981\u7528\u7684\u63d2\u4ef6\u8fdb\u884c\u5b89\u88c5\u3002<\/p>\n<p>1.Wordpress File Upload &nbsp; &nbsp;\uff08\u4ece\u9875\u9762\u4e0a\u4f20\u6587\u4ef6\u7684\u63d2\u4ef6\u3002\uff09<\/p>\n<p>2.Multisite Language Switcher\uff08\u591a\u7ad9\u70b9\u8bed\u7cfb\u5207\u6362\uff1a\u521b\u5efa\u4e0d\u540c\u8bed\u8a00\u5b50\u7ad9\u65f6\u5e94\u4ee5\u7684\u63d2\u4ef6\uff09<\/p>\n<p>&nbsp;apache \u73af\u5883\u670d\u52a1\u5668\u65f6\uff0c\u66f4\u65b0\u63d2\u4ef6\u3001\u4e3b\u9898\u7b49\u5931\u8d25\uff08error\uff1a\u56e0\u4e3a\u6211\u4eec\u4e0d\u80fd\u590d\u5236\u4e00\u4e9b\u6587\u4ef6\uff0c\u5347\u7ea7\u672a\u88ab\u5b89\u88c5\u3002\u8fd9\u901a\u5e38\u662f\u56e0\u4e3a\u5b58\u5728\u4e0d\u4e00\u81f4\u7684\u6587\u4ef6\u6743\u9650\u3002\uff09\u65f6\uff0c\u53ea\u9700\u6253\u5f00\u76f8\u5e94\u6587\u4ef6\u7684\u6743\u9650\u5373\u53ef\uff08\u4e3a777\uff09\u3002<\/p>\n<p>\u4ee5\u4e0a\u662f\u6700\u57fa\u672c\u7684\u914d\u7f6e\uff0c\u63a5\u4e0b\u6765\u914d\u7f6e\u5c31\u4e0d\u505a\u5177\u4f53\u8bf4\u660e\u4e86\uff0c\u5927\u5bb6\u6839\u636e\u81ea\u5df1\u7684\u4e1a\u52a1\u9700\u8981\u8fdb\u884c\u76f8\u5e94\u7684\u914d\u7f6e\u3002\u5982\u679c\u54ea\u6709\u4e0d\u61c2\u53ef\u4ee5\u7559\u8a00\u3002\u8c22\u8c22\u5927\u5bb6\u652f\u6301\u3002\u5e0c\u671b\u80fd\u4e3a\u5927\u5bb6\u63d0\u4f9b\u5e2e\u52a9\u3002\u3010\u76f8\u5173\u63a8\u8350\uff1a\u3011<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u672c\u5730\u73af\u5883\u914d\u7f6e\uff08\u56fe\u6587\u6b65\u9aa4\uff09\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp;\u6211\u4e00\u76f4\u5f88\u597d\u5947\u7f51\u7ad9\uff0c\u603b\u542c\u8bf4\u8fd9\u4e2a\u7528\u8d77\u6765\u5f88\u65b9\u4fbf\uff0c\u5728\u672c\u5730\u914d\u7f6e\u4e00\u4e0b\u5c31\u597d\uff0c\u4f46\u662f\u4e00\u76f4\u6ca1\u7528\u8fc7\uff0c\u4eca\u5929\u67e5\u770b\u4e86\u4e00\u4e0b\u5b98\u7f51\uff0c\u4e0b\u9762\u6574\u7406\u4e86\u4e00\u4e0b\u672c\u5730\u914d\u7f6e\u7684\u4fe1\u606f\u3002\u5e0c\u671b\u80fd\u4e3a\u5927\u5bb6\u63d0\u4f9b\u5e2e\u52a9\u3002 1.\u7f51\u4e0a\u641c\u7d22\u300cwordpress\u4e0b\u8f7d\u300d\uff0c\u4e0b\u8f7dwordpress\u7a0b\u5e8f\u5305\u3002 \u76f4\u63a5\u4e0b\u8f7d\u7f51\u5740\uff1ahttps:\/\/wordpress.org\/download\/ 2.\u4e0b\u8f7dwordpress\u7a0b\u5e8f\u5305\uff0c\u89e3\u538b\u653e\u5230\u670d\u52a1\u9879\u76ee\u8def\u5f84\u4e0b\uff08\/Users\/gaopeng\/eclipse-workspace\/wordpress\/\uff09 \u672c\u5730\u670d\u52a1\u5668\u914d\u7f6e\uff1a Alias&nbsp;\/os\/&nbsp;&#8220;\/Users\/gaopeng\/eclipse-workspace\/wordpress\/&#8221; &lt;directory&gt; &nbsp;&nbsp;AllowOverride&nbsp;All &nbsp;&nbsp;Order&nbsp;allow,deny &nbsp;&nbsp;&nbsp;Allow&nbsp;from&nbsp;All &lt;\/directory&gt; \u767b\u5f55\u540e\u590d\u5236 3.\u4e3aWordPress\u521b\u5efa\u4e00\u4e2aMysql\u6570\u636e\u5e93 &nbsp;\uff08\u540d\u5b57\u4e3a\u82f1\u6587\uff0c\u8bed\u8a00utf8_general_ci\uff09 wp-config-sample.php\u6587\u4ef6\u6570\u636e\u5e93\u914d\u7f6e \/**&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;database&nbsp;for&nbsp;WordPress&nbsp;*\/ define(&nbsp;&#8216;DB_NAME&#8217;,&nbsp;&#8216;database_name_here&#8217;&nbsp;); \/**&nbsp;MySQL&nbsp;database&nbsp;username&nbsp;*\/ define(&nbsp;&#8216;DB_USER&#8217;,&nbsp;&#8216;username_here&#8217;&nbsp;); \/**&nbsp;MySQL&nbsp;database&nbsp;password&nbsp;*\/ define(&nbsp;&#8216;DB_PASSWORD&#8217;,&nbsp;&#8216;password_here&#8217;&nbsp;); \/**&nbsp;MySQL&nbsp;hostname&nbsp;*\/ define(&nbsp;&#8216;DB_HOST&#8217;,&nbsp;&#8216;localhost&#8217;&nbsp;); \/**&nbsp;Database&nbsp;charset&nbsp;to&nbsp;use&nbsp;in&nbsp;creating&nbsp;database&nbsp;tables.&nbsp;*\/ define(&nbsp;&#8216;DB_CHARSET&#8217;,&nbsp;&#8216;utf8&#8217;&nbsp;); \/**&nbsp;The&nbsp;database&nbsp;collate&nbsp;type.&nbsp;Don&#8217;t&nbsp;change&nbsp;this&nbsp;if&nbsp;in&nbsp;doubt.&nbsp;*\/ define(&nbsp;&#8216;DB_COLLATE&#8217;,&nbsp;&#8221;&nbsp;); \u767b\u5f55\u540e\u590d\u5236 \u6839\u636e\u81ea\u5df1\u7535\u8111\u7684\u4fe1\u606f\u914d\u7f6e\uff0c\u6211\u914d\u7f6e\u5982\u4e0b\uff1a \u7528\u6237\u540d\uff0c\u5bc6\u7801\u5747\u4e3a\u4ee5\u4e0b\u4fe1\u606f\uff1a \/**&nbsp;MySQL&nbsp;database&nbsp;username&nbsp;*\/ define(&#8216;DB_USER&#8217;,&nbsp;&#8216;root&#8217;); \/**&nbsp;MySQL&nbsp;database&nbsp;password&nbsp;*\/ define(&#8216;DB_PASSWORD&#8217;,&nbsp;&#8216;1&#8217;); \/**&nbsp;MySQL&nbsp;hostname&nbsp;*\/ define(&#8216;DB_HOST&#8217;,&nbsp;&#8216;127.0.0.1&#8217;); \/**&nbsp;Database&nbsp;Charset&nbsp;to&nbsp;use&nbsp;in&nbsp;creating&nbsp;database&nbsp;tables.&nbsp;*\/ define(&#8216;DB_CHARSET&#8217;,&nbsp;&#8216;utf8&#8217;); \/**&nbsp;The&nbsp;database&nbsp;collate&nbsp;type.&nbsp;Don&#8217;t&nbsp;change&nbsp;this&nbsp;if&nbsp;in&nbsp;doubt.&nbsp;*\/ define(&nbsp;&#8216;DB_COLLATE&#8217;,&nbsp;&#8216;utf8_general_ci&#8217;&nbsp;); \u767b\u5f55\u540e\u590d\u5236 4.\u5b89\u88c5wordpress \u7b2c\u4e00\u6b65\uff1a\u5728\u6d4f\u89c8\u5668\u5730\u5740\u680f\u4e2d\u8f93\u5165 \u7b2c\u4e8c\u6b65\uff1a\u201c\u521b\u5efa\u914d\u7f6e\u6587\u4ef6\u201d\u5728\u6587\u672c\u7f16\u8f91\u5668\u4e2d\u6253\u5f00 wp-config-sample.php\uff0c\u586b\u5199\u6570\u636e\u5e93\u4fe1\u606f\uff0c\u5e76\u5c06\u5176\u4fdd\u5b58\u4e3a wp-config.php\u3002\u7136\u540e\u518d\u70b9\u201c\u73b0\u5728\u5c31\u5f00\u59cb\u201d(let&#8217;s go!)\u6309\u94ae\uff1b \u7b2c\u4e09\u6b65\uff1a\u5728\u8fdb\u5165\u7684\u9875\u9762\u4e2d\u586b\u5165\u4fe1\u606f(\u6570\u636e\u5e93\u540d\u586b\u521a\u624d\u521b\u5efa\u7684\u6570\u636e\u5e93\u540dwdpress,\u7528\u6237\u540d\u586broot\uff0c\u5bc6\u78011,Database Host:127.0.0.1,Table Prefix:wp),\u7136\u540e\u70b9\u201c\u63d0\u4ea4\u201d\u6309\u94ae\u3002 \u7b2c\u56db\u6b65\uff1a\u70b9\u201c\u8fdb\u884c\u5b89\u88c5\u201d\u6309\u94ae\u3002(Run the install) 5.\u89e3\u51b3wordpress\u5b89\u88c5\u4e3b\u9898\u6216\u63d2\u4ef6\u9700\u8981FTP\u95ee\u9898 \u5728wp-content\u76ee\u5f55\uff0c\u65b0\u5efatmp\u6587\u4ef6\u5939\uff0c\u8bbe\u7f6e\u6587\u4ef6\u5939\u7684\u6743\u9650\u4e3a777 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-32034","post","type-post","status-publish","format-standard","hentry","category-cms"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/32034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=32034"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/32034\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=32034"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=32034"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=32034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}