<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to get WordPress post permalinks directly from the MySQL database	</title>
	<atom:link href="https://yllus.com/2015/12/08/how-to-get-wordpress-post-permalinks-directly-from-the-mysql-database/feed/" rel="self" type="application/rss+xml" />
	<link>https://yllus.com/2015/12/08/how-to-get-wordpress-post-permalinks-directly-from-the-mysql-database/</link>
	<description>Management executive, software developer and cyclist hailing from Toronto, Canada.</description>
	<lastBuildDate>Thu, 11 Mar 2021 00:36:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Jonathan Dusza		</title>
		<link>https://yllus.com/2015/12/08/how-to-get-wordpress-post-permalinks-directly-from-the-mysql-database/#comment-344950</link>

		<dc:creator><![CDATA[Jonathan Dusza]]></dc:creator>
		<pubDate>Thu, 11 Mar 2021 00:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://yllus.com/?p=2873#comment-344950</guid>

					<description><![CDATA[Does anyone have this for pages instead of posts?]]></description>
			<content:encoded><![CDATA[<p>Does anyone have this for pages instead of posts?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ken Lyle		</title>
		<link>https://yllus.com/2015/12/08/how-to-get-wordpress-post-permalinks-directly-from-the-mysql-database/#comment-342105</link>

		<dc:creator><![CDATA[Ken Lyle]]></dc:creator>
		<pubDate>Tue, 21 Jul 2020 23:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://yllus.com/?p=2873#comment-342105</guid>

					<description><![CDATA[SELECT
  wpp.post_title,
  wpp.guid,
  wpp.post_date,
  REPLACE(
    REPLACE(
      REPLACE(
        REPLACE(
          wpo.option_value,
          &#039;%year%&#039;,
          DATE_FORMAT(wpp.post_date, &#039;%Y&#039;)
        ),
        &#039;monthnum%&#039;,
        DATE_FORMAT(wpp.post_date, &#039;%m&#039;)
      ),
      &#039;% day %&#039;,
      DATE_FORMAT(wpp.post_date, &#039; %d &#039;)
    ),
    &#039;%postname%&#039;,
    wpp.post_name
  ) AS permalink
FROM
  wp_kympstfnsd_posts wpp
  JOIN wp_kympstfnsd_options wpo ON wpo.option_name = &#039;permalink_structure&#039;
WHERE
  wpp.post_type = &#039;post&#039;
  AND wpp.post_status = &#039;publish&#039;
ORDER BY
  wpp.post_date DESC;]]></description>
			<content:encoded><![CDATA[<p>SELECT<br />
  wpp.post_title,<br />
  wpp.guid,<br />
  wpp.post_date,<br />
  REPLACE(<br />
    REPLACE(<br />
      REPLACE(<br />
        REPLACE(<br />
          wpo.option_value,<br />
          &#8216;%year%&#8217;,<br />
          DATE_FORMAT(wpp.post_date, &#8216;%Y&#8217;)<br />
        ),<br />
        &#8216;monthnum%&#8217;,<br />
        DATE_FORMAT(wpp.post_date, &#8216;%m&#8217;)<br />
      ),<br />
      &#8216;% day %&#8217;,<br />
      DATE_FORMAT(wpp.post_date, &#8216; %d &#8216;)<br />
    ),<br />
    &#8216;%postname%&#8217;,<br />
    wpp.post_name<br />
  ) AS permalink<br />
FROM<br />
  wp_kympstfnsd_posts wpp<br />
  JOIN wp_kympstfnsd_options wpo ON wpo.option_name = &#8216;permalink_structure&#8217;<br />
WHERE<br />
  wpp.post_type = &#8216;post&#8217;<br />
  AND wpp.post_status = &#8216;publish&#8217;<br />
ORDER BY<br />
  wpp.post_date DESC;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ryan.zheng		</title>
		<link>https://yllus.com/2015/12/08/how-to-get-wordpress-post-permalinks-directly-from-the-mysql-database/#comment-339287</link>

		<dc:creator><![CDATA[ryan.zheng]]></dc:creator>
		<pubDate>Wed, 24 Apr 2019 10:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://yllus.com/?p=2873#comment-339287</guid>

					<description><![CDATA[cool... concise]]></description>
			<content:encoded><![CDATA[<p>cool&#8230; concise</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Deepak		</title>
		<link>https://yllus.com/2015/12/08/how-to-get-wordpress-post-permalinks-directly-from-the-mysql-database/#comment-336981</link>

		<dc:creator><![CDATA[Deepak]]></dc:creator>
		<pubDate>Thu, 24 Jan 2019 10:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://yllus.com/?p=2873#comment-336981</guid>

					<description><![CDATA[Thanks a lot Buddy]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot Buddy</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tony		</title>
		<link>https://yllus.com/2015/12/08/how-to-get-wordpress-post-permalinks-directly-from-the-mysql-database/#comment-336077</link>

		<dc:creator><![CDATA[tony]]></dc:creator>
		<pubDate>Mon, 24 Dec 2018 18:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://yllus.com/?p=2873#comment-336077</guid>

					<description><![CDATA[I dont understant about wpp and wpo? pls help me out.]]></description>
			<content:encoded><![CDATA[<p>I dont understant about wpp and wpo? pls help me out.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: glauco		</title>
		<link>https://yllus.com/2015/12/08/how-to-get-wordpress-post-permalinks-directly-from-the-mysql-database/#comment-334463</link>

		<dc:creator><![CDATA[glauco]]></dc:creator>
		<pubDate>Thu, 25 Oct 2018 13:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://yllus.com/?p=2873#comment-334463</guid>

					<description><![CDATA[Very good! tanks!!!]]></description>
			<content:encoded><![CDATA[<p>Very good! tanks!!!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
