<?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>Gist | increment Log</title>
	<atom:link href="https://increment-log.com/tag/gist/feed/" rel="self" type="application/rss+xml" />
	<link>https://increment-log.com</link>
	<description>色々勉強中の人間が色々書いてるブログです</description>
	<lastBuildDate>Fri, 18 Oct 2019 10:41:58 +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>Gist | 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]公開日・更新日を元に記事に「New」ラベルを表示する</title>
		<link>https://increment-log.com/wordpress-display-new-label/</link>
					<comments>https://increment-log.com/wordpress-display-new-label/#respond</comments>
		
		<dc:creator><![CDATA[Ryoichi]]></dc:creator>
		<pubDate>Fri, 03 Mar 2017 09:40:30 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Gist]]></category>
		<category><![CDATA[WordPress カスタマイズ]]></category>
		<category><![CDATA[コードスニペット]]></category>
		<guid isPermaLink="false">https://increment-log.com/?p=3714</guid>

					<description><![CDATA[<p>WordPressの記事更新情報などで、例えば「記事を公開してから7日間は&#8221;New&#8221;という文字（ラベル）を表示したい」というご要望があったりします。 日付を比較し表示する方法が書かれてある記事はあ [&#8230;]</p>
The post <a href="https://increment-log.com/wordpress-display-new-label/">[WordPress]公開日・更新日を元に記事に「New」ラベルを表示する</a> first appeared on <a href="https://increment-log.com">increment Log</a>.]]></description>
		
					<wfw:commentRss>https://increment-log.com/wordpress-display-new-label/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3714</post-id>	</item>
		<item>
		<title>WordPressの検索フォームをレスポンシブに対応するSass(CSS)のコード</title>
		<link>https://increment-log.com/wordpress-search-form-responsive-sass-css/</link>
					<comments>https://increment-log.com/wordpress-search-form-responsive-sass-css/#respond</comments>
		
		<dc:creator><![CDATA[Ryoichi]]></dc:creator>
		<pubDate>Wed, 01 Mar 2017 08:53:03 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Compass]]></category>
		<category><![CDATA[Gist]]></category>
		<category><![CDATA[Sass]]></category>
		<category><![CDATA[SCSS]]></category>
		<category><![CDATA[コードスニペット]]></category>
		<guid isPermaLink="false">https://increment-log.com/?p=3698</guid>

					<description><![CDATA[<p>WordPressのウィジェットや関数get_search_form()で出力される検索フォームをレスポンシブに対応するSassとCSSのコードを公開いたします。 ブラウザは最新のモノしか考慮していないのでご了承ください [&#8230;]</p>
The post <a href="https://increment-log.com/wordpress-search-form-responsive-sass-css/">WordPressの検索フォームをレスポンシブに対応するSass(CSS)のコード</a> first appeared on <a href="https://increment-log.com">increment Log</a>.]]></description>
		
					<wfw:commentRss>https://increment-log.com/wordpress-search-form-responsive-sass-css/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3698</post-id>	</item>
		<item>
		<title>[WordPress]パンくずリストを表示する関数を自作しました！リッチスニペットやカスタム投稿に対応してます</title>
		<link>https://increment-log.com/wordpress-breadcrumb-function/</link>
					<comments>https://increment-log.com/wordpress-breadcrumb-function/#respond</comments>
		
		<dc:creator><![CDATA[Ryoichi]]></dc:creator>
		<pubDate>Fri, 15 May 2015 04:41:25 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Gist]]></category>
		<category><![CDATA[カスタム投稿タイプ]]></category>
		<category><![CDATA[コードスニペット]]></category>
		<category><![CDATA[パンくずリスト]]></category>
		<category><![CDATA[リッチスニペット]]></category>
		<guid isPermaLink="false">https://increment-log.com/?p=3428</guid>

					<description><![CDATA[<p>以前に「【WordPress】カスタム投稿タイプ、リッチスニペットに対応したパンくずリストを表示する」といった記事を書きましたが、今回新たに自作で関数を用意しました。 ちなみになんで既にある関数を新たに自作したかというと [&#8230;]</p>
The post <a href="https://increment-log.com/wordpress-breadcrumb-function/">[WordPress]パンくずリストを表示する関数を自作しました！リッチスニペットやカスタム投稿に対応してます</a> first appeared on <a href="https://increment-log.com">increment Log</a>.]]></description>
		
					<wfw:commentRss>https://increment-log.com/wordpress-breadcrumb-function/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3428</post-id>	</item>
	</channel>
</rss>
