I have a blog section on a website. The default page, ../blog/ includes the last seven entries from the “blog” channel and a few in a side column from an unrelated channel called “videos”. Everything works fine on the default page.
I used Categories to create tags, which are assigned to various blog entries by the blogger, and these are presented in a tag cloud in a side column. Clicking one of them generates a url to the same default page, but with the category ID appended to the URL., e.g. ../blog/C14/ The page then displays blog entries that include that category. That works fine, except the information from the “video” channel no longer appears in the side column.
There is nothing remarkable about the Video channel code, other than it is from a different channel. Here is the code:
<div class="blog-videos">
{exp:channel:entries channel="blog_videos" dynamic="no" disable="pagination|member_data|categories"}
...various channel fields…
{/exp:channel:entries}
</div>I originally had it as an embed, which did not work. Tried using it in the blog template directly, which also does not work.
Any idea would be appreciated!!
Roi