News Manager 2.5 beta 10:
- you can force always displaying the "read more" link after post excerpts (even if they're shorter than the maximum length):
- new 'link' option for $NMIMAGES, to make thumbs/images link to posts. Example:
(see all other new features in 2.5 beta here)
Please test and let me know if you find any issues. I'd like to release 2.5 to Extend soon.
[attachment removed: news_manager-2.5-beta10.zip (Downloads: 21)]
- you can force always displaying the "read more" link after post excerpts (even if they're shorter than the maximum length):
Code:
$NMREADMORE = 'a';
- new 'link' option for $NMIMAGES, to make thumbs/images link to posts. Example:
Code:
$NMIMAGES = array(
'link' => true,
'width' => 100,
'height' => 100,
// etc.
);
(see all other new features in 2.5 beta here)
Please test and let me know if you find any issues. I'd like to release 2.5 to Extend soon.
[attachment removed: news_manager-2.5-beta10.zip (Downloads: 21)]