<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>PHP | increment Log</title>
	<atom:link href="https://increment-log.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://increment-log.com</link>
	<description>色々勉強中の人間が色々書いてるブログです</description>
	<lastBuildDate>Fri, 18 Oct 2019 08:22:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>

<image>
	<url>https://i0.wp.com/increment-log.com/wp-content/uploads/2019/10/increment-log-logo_512.png?fit=32%2C32&#038;ssl=1</url>
	<title>PHP | increment Log</title>
	<link>https://increment-log.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/><atom:link rel="hub" href="https://websubhub.com/hub"/><site xmlns="com-wordpress:feed-additions:1">66181059</site>	<item>
		<title>[WordPress]外部リンクのみにアイコンフォントを使用する方法をハードコーディングじゃない感じで行う</title>
		<link>https://increment-log.com/wordpress-external-link-icon-font/</link>
					<comments>https://increment-log.com/wordpress-external-link-icon-font/#respond</comments>
		
		<dc:creator><![CDATA[Ryoichi]]></dc:creator>
		<pubDate>Mon, 18 Apr 2016 15:56:17 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Font Awesome]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sass]]></category>
		<category><![CDATA[WordPressテーマ制作]]></category>
		<category><![CDATA[アイコンフォント]]></category>
		<category><![CDATA[コードスニペット]]></category>
		<guid isPermaLink="false">https://increment-log.com/?p=3593</guid>

					<description><![CDATA[<p>このブログでは外部リンク指定したaタグにCSSでアイコンフォントを表示しております。 当時参考になった記事は『アイコンフォントでリンクタイプ別にアイコンつける方法 &#124; Webクリエイターボックス』でした。 HTMLでアイ [&#8230;]</p>
The post <a href="https://increment-log.com/wordpress-external-link-icon-font/">[WordPress]外部リンクのみにアイコンフォントを使用する方法をハードコーディングじゃない感じで行う</a> first appeared on <a href="https://increment-log.com">increment Log</a>.]]></description>
		
					<wfw:commentRss>https://increment-log.com/wordpress-external-link-icon-font/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3593</post-id>	</item>
		<item>
		<title>[WordPress]記事の投稿日、更新日を比較するときに注意すること</title>
		<link>https://increment-log.com/php-ompare-date/</link>
					<comments>https://increment-log.com/php-ompare-date/#respond</comments>
		
		<dc:creator><![CDATA[Ryoichi]]></dc:creator>
		<pubDate>Fri, 17 Apr 2015 18:32:44 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://increment-log.com/?p=3405</guid>

					<description><![CDATA[<p>WordPressに限った内容ではなくPHPそのものに言える話ですが、日付の比較についてです。 記事の投稿日、更新日を比較して何かしたい、そんなプログラムを書きたいときがあるのではないでしょうか。「更新情報一覧」みたいな [&#8230;]</p>
The post <a href="https://increment-log.com/php-ompare-date/">[WordPress]記事の投稿日、更新日を比較するときに注意すること</a> first appeared on <a href="https://increment-log.com">increment Log</a>.]]></description>
		
					<wfw:commentRss>https://increment-log.com/php-ompare-date/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3405</post-id>	</item>
		<item>
		<title>WordPressのウィジェットを作成するときの最低限の基本形について</title>
		<link>https://increment-log.com/widget-make-model/</link>
					<comments>https://increment-log.com/widget-make-model/#respond</comments>
		
		<dc:creator><![CDATA[Ryoichi]]></dc:creator>
		<pubDate>Wed, 26 Mar 2014 16:33:16 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress カスタマイズ]]></category>
		<guid isPermaLink="false">https://increment-log.com/?p=1083</guid>

					<description><![CDATA[<p>2017年4月10日追記： ウィジェット作成について、より詳細なページを作成しました。 WordPressのウィジェットを自作する必要になったので色々調べた所、最低限の基本形が分かったのでメモです。 ウィジェット作成に必 [&#8230;]</p>
The post <a href="https://increment-log.com/widget-make-model/">WordPressのウィジェットを作成するときの最低限の基本形について</a> first appeared on <a href="https://increment-log.com">increment Log</a>.]]></description>
		
					<wfw:commentRss>https://increment-log.com/widget-make-model/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1083</post-id>	</item>
	</channel>
</rss>
