<?php\n/**\n * Plugin Name: TG Nav Labels\n * Description: On the single-article post navigation widget, shows "Previous/Next Essay" for posts in the Essays category, and "Previous/Next Piece" for posts in every other category.\n */\n\nadd_filter( 'elementor/widget/render_content', function( $content, $widget ) {\n\tif ( is_admin() ) {\n\t\treturn $content;\n\t}\n\tif ( ! is_singular( 'post' ) ) {\n\t\treturn $content;\n\t}\n\tif ( $widget->get_name() !== 'post-navigation' ) {\n\t\treturn $content;\n\t}\n\tif ( has_category( 'essays' ) ) {\n\t\treturn $content;\n\t}\n\treturn str_replace( array( 'Essay', 'essay' ), array( 'Piece', 'piece' ), $content );\n}, 10, 2 );\n<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://thomasgerrie.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://thomasgerrie.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://thomasgerrie.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://thomasgerrie.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://thomasgerrie.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
