[Plugin: Organize Series] How to use tokens for serial #
-
I’m modifying the taxonomy-series.php template so that it only displays the title. I want to include the
<div class="seriesmeta">This entry is part %series_part% of %total_posts_in_series% in the series %series_title_linked%</div>
but I’m unclear how you pass the values.What I’ve done so far:
I’ve added the template tag functions to a user_functions.php file.
Included a include_once request in the functions.php fileAdded
<?php wp_seriesmeta_write();?>
within the loop
and underneath it added
<div class="seriesmeta">This entry is part %series_part% of %total_posts_in_series% in the series %series_title_linked%</div>
Now what do I do to pass the value?
Thanks.
- The topic ‘[Plugin: Organize Series] How to use tokens for serial #’ is closed to new replies.