Plugin

Archived
Forum
(read-only)

Hacksaw

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Brett DeWoody

     

Does this work with Category Sorted Entries?

Support Request

VGC
VGC

I am using Hacksaw within Category Sorted Entries http://rog.ee/category_sorted_entries

{exp:category_sorted_entries channel="courses" style="linear" show_empty="no"}

{category}
<h2>{category_name}</h2>
{/category}

{entries}
<h3>{course_title}</h3>
<
p>{course_date_and_time}<br>
{course_location}<br>
     
{exp:eehive_hacksaw words="100" cutoff="<!-- END -->"}
          {course_description}
     {
/exp:eehive_hacksaw}
{
/entries}</p

But it does not seem to be working - is this a compatibility issue?

VGC
# 1
VGC

Answered my own question. I needed to add parse=“inward” to the opening tag.

{exp:category_sorted_entries channel="courses" style="linear" show_empty="no" parse="inward"

All OK now!