So I’m new to the Expression Engine game and am using it to build a basic content website.
I’m wondering how to display a weblog entry by name. Is this possible? I know that you can display with a limit and by entry_id, but I’m trying to use segments to control which weblog entry to display.
I’m trying to display my about section content by segment essentially.
Here’s my simple code:
{exp:weblog:entries weblog="about_ozone" disable="categories|member_data|pagination|trackbacks"}
{page_body}
{/exp:weblog:entries}Where my weblog “about_ozone” contains multiple entries of course.
I figured this would be simple, but perhaps I’m overlooking something or a better way to implement.
Thanks in advance for any pointers.