/*---------------------------------------------*/ /* 【RSS】RSS フィードにアイキャッチ画像を表示 */ /*---------------------------------------------*/ function rss_post_thumbnail($content) { global $post; if(has_post_thumbnail($post->ID)) { $thumbnail_id = get_post_thumbnail_id($post->ID); // アイキャッチ画像の ID を取得 $thumbnail = wp_get_attachment_image_src( $thumbnail_id, 'thumbnail' ); // thumbnail サイズの画像情報を取得 $thumbnail_url = $thumbnail[0]; // URL を取得 $content = '

'.get_the_title().'

'.$content.'

'; } else { $content = '

'.get_the_title().'

'.$content.'

'; } return $content; } add_filter('the_excerpt_rss','rss_post_thumbnail'); add_filter('the_content_feed','rss_post_thumbnail'); /*---------------------------------------------*/ XML Sitemap

XML Sitemap Index

This XML sitemap is used by search engines which follow the XML sitemap standard. This file contains links to sub-sitemaps, follow them to see the actual sitemap content.

This file was dynamically generated using the WordPress content management system and XML Sitemap Generator for Google by Auctollo.

URL of sub-sitemapLast modified (GMT)
https://waltblog.org/sitemap-misc.html2026-03-22T09:44:50+00:00
https://waltblog.org/category-sitemap.html2026-03-22T09:44:50+00:00
https://waltblog.org/post-sitemap.html2026-03-22T09:44:50+00:00
https://waltblog.org/page-sitemap.html2026-02-18T08:17:49+00:00
https://waltblog.org/authors-sitemap.html2026-03-22T09:44:50+00:00