[Plugin: Custom Field Template] and [Plugin: Pods CMS]
-
Hi!
I’m trying to work with both Custom Field Template and Pods CMS.
I’m creating a blogging n’ coffee website, where the purpose of each post would be first a discussion of a current local topic and would then end with an entry from my local coffee shop list (populated by Pods CMS).
Using pods, I would enter this line of code into the post when choosing a shop to showcase:
[pods name="coffee_houses" slug="@slug" template="coffeehouse_detail"]
Now, I’m lazy. So I want to use Custom Field Template to auto generate the link above for me at the bottom of each post.
I thought I could use the “before” and “after” options, and though the link is shown beautifully on the wp-admin/post.php page where you would see custom fields (all I have to do is type in the slug name in a text-field box right between the before and after); it doesn’t translate as I was hoping it would to the post.
Instead of (as shown in the custom field box beneath the post text area):
[pods name="coffee_houses" slug="MYCAFE" template="coffeehouse_detail"]
I get:
MYCAFE
So is there any way to echo what is written for the “before” and “after” values directly to the post?
I even tried entering the before and after bits of code into the Global Settings where: “Text to place before every value which is called by the cft shortcode:” but it simply ignores what I’ve entered and resumes using the
<li>
</li>
for each box option.OR is there something I’m missing that can be easily done with Pods CMS?
I’m a newbie/hobbiest – all I know about php/cms/etc is self taught… so I don’t know much. :\
Any help would be greatly appreciated!
Thanks,
Erin
- The topic ‘[Plugin: Custom Field Template] and [Plugin: Pods CMS]’ is closed to new replies.