[Plugin: EG-Series] eg_series_list_posts()
-
Fairly straightforward question:
I’m trying to hardcode a [seriesposts]-list into my template on the article-view-page.
I can’t seem to figure out what argument eg_series_pist_posts() is expecting. The function looks an array with two keys: “title” and “titletag”. My problem is that these attributes are not listed within get_post()?
<?php if (get_post_meta(get_post_meta('titletag'))) { include(WP_PLUGIN_DIR . '/eg-series/eg-series-template-tags.inc.php'); eg_series_list_posts(get_post()); } else { echo "None found"; print_r(get_post()); } ?>
- The topic ‘[Plugin: EG-Series] eg_series_list_posts()’ is closed to new replies.