Thanks, GDmac, but I’m trying to post one weblog entry in a template and it’s not working. I’m not trying to rate the entries. In fact, I’ve learned a little more since you wrote your answer, so I’ll focus my question.
I’m trying to achieve one of the simpler things in EE. I have the following URL:
<a href="http://localhost:8888/ee/procurement/index.php/make_a_purchase/test/">http://localhost:8888/ee/procurement/index.php/make_a_purchase/test/</a>
This page lists all 30 entries in my weblog. That’s what I expected and, thankfully, that’s what happens.
As I understand it, by adding a weblog entry_id to the URL (or by adding the entry URL), only the entry that I want should post to the page—not all 30 weblog entries. So when I add the entry id, here’s what the URL looks like:
<a href="http://localhost:8888/ee/procurement/index.php/make_a_purchase/test/212/">http://localhost:8888/ee/procurement/index.php/make_a_purchase/test/212/</a>
This URL still renders all 30 entries :-(
Here is my template page code:
{exp:weblog:entries weblog="goods_and_services" dynamic="off"}
<h3>{title}</h3><p> <br />
{text_area2}<br />
{/exp:weblog:entries}
Any new thoughts? Dang this is frustrating!
Thanks!