Skinvar: otherblog

Inserts the most recently added items of a given blog into the skin.

Arguments

Required:

  • blogname: name of the blog to show
  • template: name of the template to use
Optional:
  • amount: the amount of items to show (default = 10). Can also contain an offset telling Nucleus to start only from the given item. e.g. 10(5) shows 10 items starting from item 5
  • category: name of the category to show

Skintypes

all

Examples

<%otherblog(myblog,default,15)%>
<%otherblog(yourblog,mytemplate)%>
<%otherblog(yourblog,mytemplate,15,mycategory)%>
<%otherblog(yourblog,mytemplate,5(15),mycategory)%>
Skin Vars