-
Notifications
You must be signed in to change notification settings - Fork 0
related typo posts, order by relative
License
Dariusp/typo_related_posts_plus
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TypoRelatedPostsPlus ==================== Typo plugin to display relative posts ordered by relative Install ======= Download and unpack to vendor/plugins or ./script/plugin install git://github.com/Dariusp/typo_related_posts_plus.git restart rails application in view (theme/views/articles/_article.html.erb) you can use : <%if article.related(5)%> <ul> <%article.related(5).each do |a|%> <li><%=link_to_permalink(a, a.title) %></li> <%end%> </ul> <%end%> Copyright (c) 2009 [Dariusp], released under the MIT license
About
related typo posts, order by relative
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published