<?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>管理バー &#8211; WordPress Memo</title>
	<atom:link href="https://blog.riverforest-wp.info/tag/%E7%AE%A1%E7%90%86%E3%83%90%E3%83%BC/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.riverforest-wp.info</link>
	<description>WordPress に関する覚え書き</description>
	<lastBuildDate>Fri, 09 May 2025 12:48:52 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.riverforest-wp.info/wp-content/uploads/2018/05/cropped-icon-256x256-1-32x32.png</url>
	<title>管理バー &#8211; WordPress Memo</title>
	<link>https://blog.riverforest-wp.info</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>投稿編集リンクを管理バーに表示するプラグイン</title>
		<link>https://blog.riverforest-wp.info/edit-recent-edited-posts/</link>
		
		<dc:creator><![CDATA[Katsushi Kawamori]]></dc:creator>
		<pubDate>Mon, 03 Jun 2024 11:42:37 +0000</pubDate>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[最近の投稿]]></category>
		<category><![CDATA[管理バー]]></category>
		<category><![CDATA[編集]]></category>
		<guid isPermaLink="false">https://blog.riverforest-wp.info/?p=3842</guid>

					<description><![CDATA[はじめに このブログ内で書いてる記事で時々加筆するものがあります。その際に投稿画面で検索してから投稿を編集しますが、何回かに分けて加筆する際に同じ事（投稿画面で検索してから投稿を編集）を繰り返すのが面倒なので、ログインし [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">はじめに</h3>



<p>このブログ内で書いてる記事で時々加筆するものがあります。その際に<strong>投稿画面で検索してから投稿を編集</strong>しますが、何回かに分けて加筆する際に同じ事（<strong>投稿画面で検索してから投稿を編集</strong>）を繰り返すのが面倒なので、ログインしてすぐに管理バーからダイレクトに編集（<strong>直近の投稿</strong>）できるプラグインを作成しました。ありそうで無かった？プラグインだと思います。</p>



<div class="pluginstatsview-card-wrap">
	<div>
		<img decoding="async" src="https://ps.w.org/edit-recent-edited-posts/assets/icon-256x256.png?rev=3096696" alt="Edit Recent Edited Posts のアイコン" class="pluginstatsview-card-icon" />
		<div class="pluginstatsview-after-icon">
			<div class="pluginstatsview-bold"><a href="https://wordpress.org/plugins/edit-recent-edited-posts/" class="pluginstatsview-astyle">Edit Recent Edited Posts</a></div>
			<div class="pluginstatsview-small">管理バーに最近編集した投稿へのリンクが表示され、編集できるようになります。</div>
			<div class="pluginstatsview-small">作者: <a href="https://profiles.wordpress.org/katsushi-kawamori/">Katsushi Kawamori</a></div>
			<div style="clear: both;"></div>
		</div>
	</div>
	<div style="clear: both;"></div>

	<div class="pluginstatsview-small">
		<span class="pluginstatsview-card-left"><a href="https://wordpress.org/plugins/edit-recent-edited-posts/#reviews" title="0.0(5点満点中)" class="pluginstatsview-astyle">	<span class="pluginstatsview-stars">
					<span class="dashicons dashicons-star-empty"></span><span class="dashicons dashicons-star-empty"></span><span class="dashicons dashicons-star-empty"></span><span class="dashicons dashicons-star-empty"></span><span class="dashicons dashicons-star-empty"></span>
			</span>
	</a>(0)</span>
		<span class="pluginstatsview-card-right">最終更新: 2日 前</span>
	</div>
	<div class="pluginstatsview-small">
		<span class="pluginstatsview-card-left">1,142ダウンロード</span>
		<span class="pluginstatsview-card-right">検証済み: 7.0</span>
	</div>
	<div class="pluginstatsview-small">
		<span class="pluginstatsview-card-left">ダウンロード: <a href="https://downloads.wordpress.org/plugin/edit-recent-edited-posts.1.01.zip" class="dashicons dashicons-download pluginstatsview-download"></a></span>
		<span class="pluginstatsview-card-right">リリース: 2024-06-03</span>
	</div>
	<div class="pluginstatsview-small pluginstatsview-card-center">
		2026-03-31 09:30 時点の統計	</div>
</div>



<h3 class="wp-block-heading">動作</h3>



<figure class="wp-block-video"><video controls muted src="https://blog.riverforest-wp.info/wp-content/uploads/20240526/edit-recent-edited-posts.mp4"></video></figure>



<h3 class="wp-block-heading">仕様</h3>



<ul class="wp-block-list">
<li>過去3日以内に編集された5つの投稿を表示します。</li>



<li>投稿、固定ページ、メディア、カスタム投稿に対応。</li>



<li>以下のフィルターフックを使って様々な設定を変更できます。</li>
</ul>



<pre class="prism line-numbers"><code class="language-php language-html">/** ==================================================
 * Filter for capability.
 *
 */
add_filter( 'edit_recent_edited_posts_user_can',
	function() {
		return 'edit_published_posts';
	},
	10,
	1
);
~~~
~~~
/** ==================================================
 * Filter for period to be displayed.
 *
 */
add_filter(
	'edit_recent_edited_posts_days',
	function() {
		return 30;
	},
	10,
	1
);
~~~
~~~
/** ==================================================
 * Filter for user ID of the post to be displayed.
 *
 */
add_filter(
	'edit_recent_edited_posts_author_ids',
	function() {
		$user_ids = array();
		$user_ids&#91;] = get_current_user_id();
		return $user_ids;
	},
	10,
	1
);
~~~
~~~
/** ==================================================
 * Filter for displayed results.
 *
 */
add_filter(
	'edit_recent_edited_posts_items',
	function() {
		return 10;
	},
	10,
	1
);
~~~
~~~
/** ==================================================
 * Filter for display order.
 *
 */
add_filter(
	'edit_recent_edited_posts_order',
	function() {
		return 'ASC';
	},
	10,
	1
);
~~~
~~~
/** ==================================================
 * Filter for type of posting date and time.
 *
 */
add_filter(
	'edit_recent_edited_posts_orderby',
	function() {
		return 'post_date';
	},
	10,
	1
);
</code></pre>
]]></content:encoded>
					
		
		<enclosure url="https://blog.riverforest-wp.info/wp-content/uploads/20240526/edit-recent-edited-posts.mp4" length="20576723" type="video/mp4" />

			</item>
		<item>
		<title>百人一首を管理バーにランダムに表示するプラグイン</title>
		<link>https://blog.riverforest-wp.info/hyakunin-isshu-admin-bar/</link>
					<comments>https://blog.riverforest-wp.info/hyakunin-isshu-admin-bar/#comments</comments>
		
		<dc:creator><![CDATA[Katsushi Kawamori]]></dc:creator>
		<pubDate>Wed, 22 Feb 2023 12:31:23 +0000</pubDate>
				<category><![CDATA[Plugin]]></category>
		<category><![CDATA[百人一首]]></category>
		<category><![CDATA[管理バー]]></category>
		<guid isPermaLink="false">https://blog.riverforest-wp.info/?p=3116</guid>

					<description><![CDATA[はじめに ChatGPT に、表題の件を作成するようにお願いしたところ以下の様になりました。 一応動くのですが、管理バーでは無く管理画面に直接表示してしまうとか、エスケープ処理がされていないとかの問題があり、結局自分で作 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">はじめに</h3>



<p>ChatGPT に、表題の件を作成するようにお願いしたところ以下の様になりました。</p>



<figure data-wp-context="{&quot;imageId&quot;:&quot;69cc636cab306&quot;}" data-wp-interactive="core/image" data-wp-key="69cc636cab306" class="wp-block-image aligncenter size-full wp-lightbox-container"><img fetchpriority="high" loading="eager" decoding="async" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on-window--resize="callbacks.setButtonStyles" width="686" height="796" src="https://blog.riverforest-wp.info/wp-content/uploads/20230223/ChatGPT1.png" alt="" class="wp-image-3119" srcset="https://blog.riverforest-wp.info/wp-content/uploads/20230223/ChatGPT1.png 686w, https://blog.riverforest-wp.info/wp-content/uploads/20230223/ChatGPT1-259x300.png 259w" sizes="(max-width: 686px) 100vw, 686px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			aria-label="拡大する"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.imageButtonRight"
			data-wp-style--top="state.imageButtonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure>



<figure data-wp-context="{&quot;imageId&quot;:&quot;69cc636cab979&quot;}" data-wp-interactive="core/image" data-wp-key="69cc636cab979" class="wp-block-image aligncenter size-full wp-lightbox-container"><img loading="lazy" decoding="async" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on-window--resize="callbacks.setButtonStyles" width="671" height="797" src="https://blog.riverforest-wp.info/wp-content/uploads/20230223/ChatGPT2.png" alt="" class="wp-image-3120" srcset="https://blog.riverforest-wp.info/wp-content/uploads/20230223/ChatGPT2.png 671w, https://blog.riverforest-wp.info/wp-content/uploads/20230223/ChatGPT2-253x300.png 253w" sizes="auto, (max-width: 671px) 100vw, 671px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			aria-label="拡大する"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.imageButtonRight"
			data-wp-style--top="state.imageButtonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<style>
.simpleblogcard_img_block4c52a4306d3ec4144f2cf8f6dabca302 {
  float: right;
  padding: 10px;
}
.simpleblogcard_border4c52a4306d3ec4144f2cf8f6dabca302 {
  border-left: solid 8px #cd162c;
  padding: 0.25em 0.25em;
  background: transparent;
}
.simpleblogcard_title4c52a4306d3ec4144f2cf8f6dabca302 {
  line-height: 155%;
  font-weight: bold;
  display: block;
}
.simpleblogcard_description4c52a4306d3ec4144f2cf8f6dabca302 {
  line-height: 155%;
  color: #333;
}
</style>
<div class="simpleblogcard_wrap">
			<a style="text-decoration: none;" href=https://openai.com/blog/chatgpt/>
			<div class="simpleblogcard_inner">
		<div class="simpleblogcard_border4c52a4306d3ec4144f2cf8f6dabca302">
			openai.com			<div class="simpleblogcard_title4c52a4306d3ec4144f2cf8f6dabca302">
				https://openai.com/blog/chatgpt/			</div>
							<div class="simpleblogcard_description4c52a4306d3ec4144f2cf8f6dabca302">
									</div>
					</div>
	</div>
	<div style="clear: both;"></div>
	</a>
</div>
</div>
</div>



<p>一応動くのですが、管理バーでは無く管理画面に直接表示してしまうとか、エスケープ処理がされていないとかの問題があり、結局自分で作り直す事にしました。</p>



<div class="pluginstatsview-card-wrap">
	<div>
		<img decoding="async" src="https://ps.w.org/hyakunin-isshu-admin-bar/assets/icon-256x256.png?rev=2871920" alt="Hyakunin Isshu Admin Bar のアイコン" class="pluginstatsview-card-icon" />
		<div class="pluginstatsview-after-icon">
			<div class="pluginstatsview-bold"><a href="https://wordpress.org/plugins/hyakunin-isshu-admin-bar/" class="pluginstatsview-astyle">Hyakunin Isshu Admin Bar</a></div>
			<div class="pluginstatsview-small">管理バーに百人一首をランダムに表示するプラグインです。</div>
			<div class="pluginstatsview-small">作者: <a href="https://profiles.wordpress.org/katsushi-kawamori/">Katsushi Kawamori</a></div>
			<div style="clear: both;"></div>
		</div>
	</div>
	<div style="clear: both;"></div>

	<div class="pluginstatsview-small">
		<span class="pluginstatsview-card-left"><a href="https://wordpress.org/plugins/hyakunin-isshu-admin-bar/#reviews" title="0.0(5点満点中)" class="pluginstatsview-astyle">	<span class="pluginstatsview-stars">
					<span class="dashicons dashicons-star-empty"></span><span class="dashicons dashicons-star-empty"></span><span class="dashicons dashicons-star-empty"></span><span class="dashicons dashicons-star-empty"></span><span class="dashicons dashicons-star-empty"></span>
			</span>
	</a>(0)</span>
		<span class="pluginstatsview-card-right">最終更新: 2日 前</span>
	</div>
	<div class="pluginstatsview-small">
		<span class="pluginstatsview-card-left">2,597ダウンロード</span>
		<span class="pluginstatsview-card-right">検証済み: 7.0</span>
	</div>
	<div class="pluginstatsview-small">
		<span class="pluginstatsview-card-left">ダウンロード: <a href="https://downloads.wordpress.org/plugin/hyakunin-isshu-admin-bar.1.17.zip" class="dashicons dashicons-download pluginstatsview-download"></a></span>
		<span class="pluginstatsview-card-right">リリース: 2023-02-27</span>
	</div>
	<div class="pluginstatsview-small pluginstatsview-card-center">
		2026-03-31 09:29 時点の統計	</div>
</div>



<h3 class="wp-block-heading">使い方・仕様</h3>



<p>管理バーに百人一首をランダムに６０秒間隔で表示し、マウスオーバーで、作者・出典・主題を表示します。<strong>ほぼ実用性はありません</strong>。</p>



<figure data-wp-context="{&quot;imageId&quot;:&quot;69cc636cc0960&quot;}" data-wp-interactive="core/image" data-wp-key="69cc636cc0960" class="wp-block-image aligncenter size-large wp-lightbox-container"><img loading="lazy" decoding="async" width="1024" height="658" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://blog.riverforest-wp.info/wp-content/uploads/20230223/screenshot-1-1024x658.png" alt="" class="wp-image-3151" srcset="https://blog.riverforest-wp.info/wp-content/uploads/20230223/screenshot-1-1024x658.png 1024w, https://blog.riverforest-wp.info/wp-content/uploads/20230223/screenshot-1-300x193.png 300w, https://blog.riverforest-wp.info/wp-content/uploads/20230223/screenshot-1-768x494.png 768w, https://blog.riverforest-wp.info/wp-content/uploads/20230223/screenshot-1.png 1084w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			aria-label="拡大する"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.imageButtonRight"
			data-wp-style--top="state.imageButtonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure>



<p>若干の実用性があるものとして、表示場所に別のものを表示するフィルターフックを用意してあります。readme.txt をご覧ください。</p>



<figure data-wp-context="{&quot;imageId&quot;:&quot;69cc636cc152f&quot;}" data-wp-interactive="core/image" data-wp-key="69cc636cc152f" class="wp-block-image aligncenter size-large wp-lightbox-container"><img loading="lazy" decoding="async" width="1024" height="659" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://blog.riverforest-wp.info/wp-content/uploads/20230223/screenshot-2-1024x659.png" alt="" class="wp-image-3152" srcset="https://blog.riverforest-wp.info/wp-content/uploads/20230223/screenshot-2-1024x659.png 1024w, https://blog.riverforest-wp.info/wp-content/uploads/20230223/screenshot-2-300x193.png 300w, https://blog.riverforest-wp.info/wp-content/uploads/20230223/screenshot-2-768x494.png 768w, https://blog.riverforest-wp.info/wp-content/uploads/20230223/screenshot-2.png 1082w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			aria-label="拡大する"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.imageButtonRight"
			data-wp-style--top="state.imageButtonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button></figure>



<h3 class="wp-block-heading">その他</h3>



<p>「百人一首」のデータは、以下のものを利用させていただいております。</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<style>
.simpleblogcard_img_block80a90b6aec8772c5cc329f453a6db200 {
  float: right;
  padding: 10px;
}
.simpleblogcard_border80a90b6aec8772c5cc329f453a6db200 {
  border-left: solid 8px #cd162c;
  padding: 0.25em 0.25em;
  background: transparent;
}
.simpleblogcard_title80a90b6aec8772c5cc329f453a6db200 {
  line-height: 155%;
  font-weight: bold;
  display: block;
}
.simpleblogcard_description80a90b6aec8772c5cc329f453a6db200 {
  line-height: 155%;
  color: #333;
}
</style>
<div class="simpleblogcard_wrap">
			<a style="text-decoration: none;" href=http://www2e.biglobe.ne.jp/shinzo/shiryou/misc/benri.html>
			<div class="simpleblogcard_inner">
		<div class="simpleblogcard_border80a90b6aec8772c5cc329f453a6db200">
			www2e.biglobe.ne.jp			<div class="simpleblogcard_title80a90b6aec8772c5cc329f453a6db200">
				便利なデータ（百人一首のEXCELファイルなど）			</div>
							<div class="simpleblogcard_description80a90b6aec8772c5cc329f453a6db200">
									</div>
					</div>
	</div>
	<div style="clear: both;"></div>
	</a>
</div>
</div>
</div>



<p>プラグインのアイコン・バナー画像は、以下のものを利用させていただいております。</p>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<style>
.simpleblogcard_img_block88d5e25778226046d3f53c7eb4b9cb91 {
  float: right;
  padding: 10px;
}
.simpleblogcard_border88d5e25778226046d3f53c7eb4b9cb91 {
  border-left: solid 8px #cd162c;
  padding: 0.25em 0.25em;
  background: transparent;
}
.simpleblogcard_title88d5e25778226046d3f53c7eb4b9cb91 {
  line-height: 155%;
  font-weight: bold;
  display: block;
}
.simpleblogcard_description88d5e25778226046d3f53c7eb4b9cb91 {
  line-height: 155%;
  color: #333;
}
</style>
<div class="simpleblogcard_wrap">
			<a style="text-decoration: none;" href=https://www.ac-illust.com/>
				<figure class="simpleblogcard_img_block88d5e25778226046d3f53c7eb4b9cb91">
			<img decoding="async" style="border-radius: 5px; width: 100px; height: 52px;" src="https://jp.static.ac-illust.com/main/imgs/open_grap.png" alt="無料イラスト・フリー素材なら「イラストAC」" />
		</figure>
		<div class="simpleblogcard_inner">
		<div class="simpleblogcard_border88d5e25778226046d3f53c7eb4b9cb91">
			www.ac-illust.com			<div class="simpleblogcard_title88d5e25778226046d3f53c7eb4b9cb91">
				無料イラスト・フリー素材なら「イラストAC」			</div>
							<div class="simpleblogcard_description88d5e25778226046d3f53c7eb4b9cb91">
					イラストACは、無料でおしゃれなかわいい季節のイベント・人物・動物・フレーム・子供などのイラストがAI・JPEG・PNGでダウンロードできる素材サイトです。				</div>
					</div>
	</div>
	<div style="clear: both;"></div>
	</a>
</div>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<style>
.simpleblogcard_img_block68afe922846c2b85968d870cb02109ea {
  float: right;
  padding: 10px;
}
.simpleblogcard_border68afe922846c2b85968d870cb02109ea {
  border-left: solid 8px #cd162c;
  padding: 0.25em 0.25em;
  background: transparent;
}
.simpleblogcard_title68afe922846c2b85968d870cb02109ea {
  line-height: 155%;
  font-weight: bold;
  display: block;
}
.simpleblogcard_description68afe922846c2b85968d870cb02109ea {
  line-height: 155%;
  color: #333;
}
</style>
<div class="simpleblogcard_wrap">
			<a style="text-decoration: none;" href=https://www.photo-ac.com/>
				<figure class="simpleblogcard_img_block68afe922846c2b85968d870cb02109ea">
			<img decoding="async" style="border-radius: 5px; width: 100px; height: 52px;" src="https://jp.static.photo-ac.com/assets/img/open_grap.png" alt="写真素材なら「写真AC」無料（フリー）ダウンロードOK" />
		</figure>
		<div class="simpleblogcard_inner">
		<div class="simpleblogcard_border68afe922846c2b85968d870cb02109ea">
			www.photo-ac.com			<div class="simpleblogcard_title68afe922846c2b85968d870cb02109ea">
				写真素材なら「写真AC」無料（フリー）ダウンロードOK			</div>
							<div class="simpleblogcard_description68afe922846c2b85968d870cb02109ea">
					無料写真素材を提供する「写真AC」のフリー写真素材は、個人、商用を問わず無料でお使いいただけます。クレジット表記やリンクは一切不要です。Web、DTP、動画などの写真素材としてお使&#8230;				</div>
					</div>
	</div>
	<div style="clear: both;"></div>
	</a>
</div>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.riverforest-wp.info/hyakunin-isshu-admin-bar/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
