I am a new user of “Organize Series” WordPress plugin. Recently, I have made a Series TOC page for my site using the plugin.
Now, I want to add Meta Description for Series TOC page. For the archive page we can write is_archive(). Is there any way to trace the Series TOC page so that I can add meta description of my own for that particular page? Thanks in advance.
The plugin code to show the TOC page is:
As the file
seriestoc.php
is not a regular page template, we cannot useis_page_template()
. But we can use the same technique as the plugin: