I've been trying to figure out how to make the "read more" feature
work for awhile now but I can't really seem to get it working. I've
used <!--more--> and tried messing around with the coding in theme.php
(I'm using a premade template) but it's still not working.

Here's the code snippet:

Format::apply( 'autop', 'post_content_excerpt' );
Format::apply( 'tag_and_list', 'post_tags_out' );
Format::apply( 'autop', 'comment_content_out' );
Format::apply_with_hook_params( 'more', 'post_content_out', _t('Read
More...'), 250, 1 );

-- 
To post to this group, send email to habari-users@googlegroups.com
To unsubscribe from this group, send email to 
habari-users-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/habari-users

Reply via email to