Hello! I am trying to get the url's for the blog tags added into the JS callback for recent blog posts. I would also like to truncate the summary post characters and am having issues getting both of these to work. I am using this code <div cl read more
Yeah it was looping through the topic list. I found this as a solution that worked perfectly... {% set myString = "Expert Forum Insider" %}
{% i...read more
Hi all! I am having an issue where any blog posts that have more than one tag will display more than once. Here is my code: {% for content in contents|unique %}
{% if loop.index > 1 %}
{% for topic in content.topic_list %}
{% u read more
I attached the blog.css to the blog templates I am using for a new blog I am creating. The blog index and the blog listing page are not picking up style changes at all. Any ideas as to what could be causing this?
Hello! I am trying to get the url's for the blog tags added into the JS callback for recent blog posts. I would also like to truncate the summary post characters and am having issues getting both of these to work. I am using this code <div cl read more
Hi all! I am having an issue where any blog posts that have more than one tag will display more than once. Here is my code: {% for content in contents|unique %}
{% if loop.index > 1 %}
{% for topic in content.topic_list %}
{% u read more
I attached the blog.css to the blog templates I am using for a new blog I am creating. The blog index and the blog listing page are not picking up style changes at all. Any ideas as to what could be causing this?
Hi all! Right now I am setting blog posts to only display the first blog topic in the loop, but I would like for the correct tag to display within each blog category page. Here is the code I am currently using: <div class="post-list"> < read more