<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>メモ用ブログ</title>
<link>https://ameblo.jp/bnsn12/</link>
<atom:link href="https://rssblog.ameba.jp/bnsn12/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>あくまでメモです。</description>
<language>ja</language>
<item>
<title>【WordPress】プラグインについて</title>
<description>
<![CDATA[ <h3 itemprop="headline" rel="bookmark">【WordPress】プラグインで有効化！WordPressでSVG画像をアップロードする方法</h3><p>プラグインを使って、WordPressでSVGを有効化する</p><h1>SVG Support</h1><div>作者:&nbsp;<a href="https://benbodhi.com/" rel="nofollow">Benbodhi</a></div><p>&nbsp;</p><p><a href="https://ja.wordpress.org/plugins/svg-support/" rel="noopener noreferrer" target="_blank">https://ja.wordpress.org/plugins/svg-support/</a></p><p>&nbsp;</p><p><a href="https://royal-fummy.com/blog/wordpress-enable-svg/" rel="noopener noreferrer" target="_blank">https://royal-fummy.com/blog/wordpress-enable-svg/</a></p><p>&nbsp;</p><p>&nbsp;</p><h3>ユーザデータを簡単にインポート＆エクスポートできるプラグイン</h3><h3>Import Export WordPress Users and WooCommerce Customers</h3><p>作者:&nbsp;<a href="https://www.webtoffee.com/product/wordpress-users-woocommerce-customers-import-export/" rel="nofollow">WebToffee</a></p><p>&nbsp;</p><p><a href="https://www.hiskip.com/wp/plugin/import-export/18747.html" target="_blank">https://www.hiskip.com/wp/plugin/import-export/18747.html</a></p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><h3 itemprop="headline">テーブルエディタplugin</h3><h3>wpDataTables - Tables &amp; Table Charts　プラグイン</h3><div><p><a href="https://freexbcodes.com/page-44/9wp/" target="_blank">https://freexbcodes.com/page-44/9wp/</a></p><p>&nbsp;</p></div>
]]>
</description>
<link>https://ameblo.jp/bnsn12/entry-12667367257.html</link>
<pubDate>Thu, 08 Apr 2021 18:00:19 +0900</pubDate>
</item>
<item>
<title>WordPress プラグイン［Search Everything］使用時に、エラー</title>
<description>
<![CDATA[ <p>&nbsp;</p><h4>Search Everything（Version: 8.1.9）のエラーの解決方法</h4><p><a href="https://on-ze.com/archives/7668">https://on-ze.com/archives/7668</a></p>
]]>
</description>
<link>https://ameblo.jp/bnsn12/entry-12557334193.html</link>
<pubDate>Fri, 13 Dec 2019 11:54:54 +0900</pubDate>
</item>
<item>
<title>WordPressで全てのカテゴリーの全記事を一覧表示させるページを作る</title>
<description>
<![CDATA[ <p><a href="https://idotdesign.net/blog/web/wordpress/all-post-template/">https://idotdesign.net/blog/web/wordpress/all-post-template/</a></p><p>+</p><p>まだ1件も記事がありません</p><p><a href="https://lifestylecreators.net/2335/">https://lifestylecreators.net/2335/</a></p>
]]>
</description>
<link>https://ameblo.jp/bnsn12/entry-12555782817.html</link>
<pubDate>Wed, 11 Dec 2019 11:08:17 +0900</pubDate>
</item>
<item>
<title>WordPressでページネーション</title>
<description>
<![CDATA[ <pre><strong>function.php</strong></pre><pre><code>function the_pagination() {  global $wp_query;  $bignum = 999999999;  if ( $wp_query-&gt;max_num_pages &lt;= 1 )    return;  echo '&lt;nav class="pagination"&gt;';  echo paginate_links( array(    'base'         =&gt; str_replace( $bignum, '%#%', esc_url( get_pagenum_link($bignum) ) ),    'format'       =&gt; '',    'current'      =&gt; max( 1, get_query_var('paged') ),    'total'        =&gt; $wp_query-&gt;max_num_pages,    'prev_text'    =&gt; '&amp;larr;',    'next_text'    =&gt; '&amp;rarr;',    'type'         =&gt; 'list',    'end_size'     =&gt; 3,    'mid_size'     =&gt; 3  ) );  echo '&lt;/nav&gt;';}</code></pre><h4><span style="font-weight:bold;">ページネーションを設置する</span></h4><h4>&nbsp;</h4><h4><code>&lt;?php if( function_exists("the_pagination") ) the_pagination(); ?&gt;</code></h4><div>&nbsp;</div><p><a href="https://naoyu.net/wordpress-pagination-customize/">https://naoyu.net/wordpress-pagination-customize/</a></p>
]]>
</description>
<link>https://ameblo.jp/bnsn12/entry-12551681239.html</link>
<pubDate>Mon, 02 Dec 2019 11:23:30 +0900</pubDate>
</item>
<item>
<title>同じカテゴリ内のページにリンクするように変更する</title>
<description>
<![CDATA[ <h2>同じカテゴリ内のページにリンクするように変更する</h2><p>WordPress では下記のようなコードを入れることで、「前の記事」や「次の記事」へのリンクを表示させています。おそらくテーマの single.php 内に記載されているのではないかと思います。</p><pre>&lt;?php previous_post_link(); ?&gt;&lt;?php next_post_link(); ?&gt;</pre><p>上記の状態だと全ての記事を対象として「前の記事」と「次の記事」へのリンクを表示させているので、これを下記のように変更してみてください。</p><pre>&lt;?php previous_post_link('←%link', '%title', true, ''); ?&gt;&lt;?php next_post_link('%link→', '%title', true, ''); ?&gt;</pre><p>ポイントは「true」を入れていることです。true を入れると同一カテゴリ内の記事を対象としてリンクが表示されるようになります。</p><p>&nbsp;</p><p><a href="https://www.iscle.com/web-it/wp/cate-prev-next.html">https://www.iscle.com/web-it/wp/cate-prev-next.html</a></p>
]]>
</description>
<link>https://ameblo.jp/bnsn12/entry-12551651708.html</link>
<pubDate>Mon, 02 Dec 2019 10:32:50 +0900</pubDate>
</item>
</channel>
</rss>
