<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress 归档 - 手里有只毛毛虫</title>
	<atom:link href="https://www.krjojo.com/category/information-technology/php/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>https://www.krjojo.com/category/information-technology/php/wordpress</link>
	<description>号角声起 - 等你启航</description>
	<lastBuildDate>Sun, 07 Dec 2025 03:09:15 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.krjojo.com/wp-content/uploads/2025/02/毛毛虫2.avif</url>
	<title>WordPress 归档 - 手里有只毛毛虫</title>
	<link>https://www.krjojo.com/category/information-technology/php/wordpress</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WordPress 6.9 更新后 SMTP 邮件发送失效解决办法</title>
		<link>https://www.krjojo.com/12474.html</link>
					<comments>https://www.krjojo.com/12474.html#comments</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Fri, 05 Dec 2025 03:23:38 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[信息技术]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[邮件]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=12474</guid>

					<description><![CDATA[<p>在 WordPress 6.9 版本之前，简单配置SMTP服务是这样的。 以QQ邮箱代发为例： 而6.9版本对 wp_mail（）&#160;函数进行了改动，变成扩展的方式设置发送地址。 更新文档：Improved Email Handling and Inline Image Support 新版导致的错误： wordpress@krjojo.com : MAIL FROM command fa ...</p>
<p><a href="https://www.krjojo.com/12474.html">WordPress 6.9 更新后 SMTP 邮件发送失效解决办法</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/12474.html/feed</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>页面改造计划第一期完工</title>
		<link>https://www.krjojo.com/12183.html</link>
					<comments>https://www.krjojo.com/12183.html#comments</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Tue, 07 Oct 2025 03:05:35 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[主题]]></category>
		<category><![CDATA[信息技术]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[设计]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=12183</guid>

					<description><![CDATA[<p>趁着国庆假期简单捣鼓了一下，整体风格更加现代化，又不失个性。 加入大量现代化元素，（可能）符合当下审美 设计目标 技术债 效果 封面 首页 文章 文档 导航 未来计划 等看厌了再换</p>
<p><a href="https://www.krjojo.com/12183.html">页面改造计划第一期完工</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/12183.html/feed</wfw:commentRss>
			<slash:comments>19</slash:comments>
		
		
			</item>
		<item>
		<title>解决 WordPress 后台仪表盘慢问题</title>
		<link>https://www.krjojo.com/10415.html</link>
					<comments>https://www.krjojo.com/10415.html#respond</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Thu, 19 Dec 2024 09:57:58 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[信息技术]]></category>
		<category><![CDATA[仪表盘]]></category>
		<category><![CDATA[优化]]></category>
		<category><![CDATA[后台]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=10415</guid>

					<description><![CDATA[<p>WordPress，进入后台，会在一定时间内，调用两个函数。这两个函数，都会访问WordPress服务器，而国内大部分都访问不通，所以会导致5秒超时，两个函数，至少造成10秒卡顿。</p>
<p>而且就算通，也会造成http阻塞。</p>
<p>两个函数，无法通过插件解决。所以，必须手动修改文件。</p>
<p>最好每次更新Wordpress版本后，都重新检查一遍。</p>
<p><a href="https://www.krjojo.com/10415.html">解决 WordPress 后台仪表盘慢问题</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/10415.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>反调试 禁止F12开发人员工具 禁止右键 挡住小白用户 让专业绕路</title>
		<link>https://www.krjojo.com/10190.html</link>
					<comments>https://www.krjojo.com/10190.html#comments</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Sun, 27 Oct 2024 13:47:44 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[信息技术]]></category>
		<category><![CDATA[F12]]></category>
		<category><![CDATA[开发人员工具]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=10190</guid>

					<description><![CDATA[<p>今天在网上冲浪时发现一个有趣的功能，<br />
某个网站一检测到用户打开了开发人员工具，也就是F12，就会跳转到百度，跳转百度就算了，居然还带搜索网站名称。<br />
而且不是原始那种检测浏览器和页面宽度，哪怕独立打开开发人员工具窗口也能被识别到。<br />
这不妥妥走歪路给自己刷百度权重吗。</p>
<p><a href="https://www.krjojo.com/10190.html">反调试 禁止F12开发人员工具 禁止右键 挡住小白用户 让专业绕路</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/10190.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>阿里云2核2G服务器 子比主题跑10万文章数 性能测试</title>
		<link>https://www.krjojo.com/10165.html</link>
					<comments>https://www.krjojo.com/10165.html#comments</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Sat, 26 Oct 2024 16:39:30 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[信息技术]]></category>
		<category><![CDATA[2核2G]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[十万文章]]></category>
		<category><![CDATA[压力测试]]></category>
		<category><![CDATA[性能测试]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=10165</guid>

					<description><![CDATA[<p>导入了两天数据，终于把文章数提到十万。<br />
先说结论，2核2G服务器够用。<br />
搭配 redis 缓存稳定控制在一秒以内。</p>
<p><a href="https://www.krjojo.com/10165.html">阿里云2核2G服务器 子比主题跑10万文章数 性能测试</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/10165.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>关于被Claude 克劳德爬虫CC的这件事</title>
		<link>https://www.krjojo.com/10145.html</link>
					<comments>https://www.krjojo.com/10145.html#respond</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Wed, 23 Oct 2024 04:17:54 +0000</pubDate>
				<category><![CDATA[1Panel]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[信息技术]]></category>
		<category><![CDATA[安全]]></category>
		<category><![CDATA[CC]]></category>
		<category><![CDATA[CC攻击]]></category>
		<category><![CDATA[Claude]]></category>
		<category><![CDATA[ClaudeBot]]></category>
		<category><![CDATA[克劳德]]></category>
		<category><![CDATA[爬虫]]></category>
		<category><![CDATA[网络安全]]></category>
		<category><![CDATA[网络攻击]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=10145</guid>

					<description><![CDATA[<p>大晚上正准备睡觉，邮件收到阿里云的资源告警，5分钟内cpu占用100% 顿时人都清醒了，赶紧上后台一看， 好家伙，全是 claudebot@anthropic.com 的爬虫在扫 但是按道理说，爬虫怎么会扫到负载100%呢。 看了一眼请求时间发现不对劲，怎么一秒内打几个请求过来， 如果是css js jpg那些静态资源也就算了，但请求全是php的动态资源，这简直属于cc攻击范畴了。 在百度搜了一下 ...</p>
<p><a href="https://www.krjojo.com/10145.html">关于被Claude 克劳德爬虫CC的这件事</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/10145.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress 使用 REST API 批量发布文章，提交 HTTP Post 请求即可发布</title>
		<link>https://www.krjojo.com/10142.html</link>
					<comments>https://www.krjojo.com/10142.html#respond</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Wed, 23 Oct 2024 03:46:06 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[信息技术]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[REST API]]></category>
		<category><![CDATA[批量发布]]></category>
		<category><![CDATA[文章]]></category>
		<category><![CDATA[采集]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=10142</guid>

					<description><![CDATA[<p>看了一下Wordpress远程发布文章的方式，基本围绕着 XML-RPC 。 但是这功能并不安全，很多爬虫都会扫描 /xmlrpc.php 路径url，导致许多主题和优化插件都自动禁用该功能了，甚至有的防火墙也建议添加到 URL 黑名单。 没办法只能手写暴露一个发布接口了 安装一个 WPCode 插件加入以下PHP代码，或者干脆放入function.php文件中 上面的 api 地址和 Token ...</p>
<p><a href="https://www.krjojo.com/10142.html">WordPress 使用 REST API 批量发布文章，提交 HTTP Post 请求即可发布</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/10142.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>关于 remove_action(&#039;wp_head&#039;,&#039;&#039;) 某些情况下不生效的问题</title>
		<link>https://www.krjojo.com/10030.html</link>
					<comments>https://www.krjojo.com/10030.html#respond</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Fri, 11 Oct 2024 05:50:45 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[信息技术]]></category>
		<category><![CDATA[Hook]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[踩坑]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=10030</guid>

					<description><![CDATA[<p>今天在WordPress中，遇到几位抽象的BUG，在某些情况下 remove_action() 函数不能顺利移除 Hook。 具体代码为 操作内容：在head头添加测试用link。 按正常逻辑下，使用 remove_action() 函数可以移除，如下 但是同时执行上面两段代码后，会发现 &#60;link rel="kkkkkkkkkkkkkk" href="www.krjojo.com"> 头依 ...</p>
<p><a href="https://www.krjojo.com/10030.html">关于 remove_action(&#039;wp_head&#039;,&#039;&#039;) 某些情况下不生效的问题</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/10030.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>一秒钟，把大家网站底裤扒出来 — Wappalyzer</title>
		<link>https://www.krjojo.com/9798.html</link>
					<comments>https://www.krjojo.com/9798.html#respond</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Sat, 10 Aug 2024 08:53:25 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[信息技术]]></category>
		<category><![CDATA[Wappalyzer]]></category>
		<category><![CDATA[技术架构]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=9798</guid>

					<description><![CDATA[<p>对于许多人来说，深入了解一个网站背后使用的技术是非常有趣的。 也许你是一个开发者，想知道竞争对手使用的技术堆栈，或者你是一个数字营销者，想要知道一个网站使用的分析工具。无论你是哪一种，Wappalyzer 插件都是一个强大的工具，它能够迅速、准确地揭示网站所使用的技术。 只需要在浏览器中安装这款插件 Chrome: https://chromewebstore.google.com/detail/ ...</p>
<p><a href="https://www.krjojo.com/9798.html">一秒钟，把大家网站底裤扒出来 — Wappalyzer</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/9798.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress 禁止生成缩略图 scaled</title>
		<link>https://www.krjojo.com/9765.html</link>
					<comments>https://www.krjojo.com/9765.html#respond</comments>
		
		<dc:creator><![CDATA[毛毛虫]]></dc:creator>
		<pubDate>Sun, 28 Jul 2024 04:34:51 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[信息技术]]></category>
		<category><![CDATA[scaled]]></category>
		<category><![CDATA[缩略图]]></category>
		<guid isPermaLink="false">https://www.krjojo.com/?p=9765</guid>

					<description><![CDATA[<p>如果我们通过 WordPress 后台-设置-媒体中设置图片大小都为 0 那么 WordPress 5.3 版本及以上就会只裁切 1536、2048、scaled 这三个默认尺寸 并且 768、1536、2048 这三个尺寸正常情况几乎不会被用到 服务器空间宝贵 加入一下代码</p>
<p><a href="https://www.krjojo.com/9765.html">WordPress 禁止生成缩略图 scaled</a>最先出现在<a href="https://www.krjojo.com">手里有只毛毛虫</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.krjojo.com/9765.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
