Jump to main content Jump to doc navigation

Articles is built in the MODX philosophy of always separating code from content. Therefore, every bit of Articles's markup can be edited, tweaked and changed. It's fairly simple: just duplicate the Templates and change them, and then

Duplicate the Sample Templates

Go ahead and duplicate the two templates, "sample.ArticlesContainerTemplate" and "sample.ArticlesTemplate". From there, rename them to whatever you want. We'll call ours "BlogTemplate" and "BlogPostTemplate", respectively.

If you edit the sample Templates directly, rather than editing duplicates of them, your changes will be overwritten when you upgrade Articles!

Then, go into System Settings and find the following settings and change them:

  • "articles.default_container_template" - Change this to our BlogTemplate
  • "articles.default_article_template" - Change this to our BlogPostTemplate

This sets the default Template for Containers and Articles as you create them.

Editing the Templates

The Container Template

Our container template, or "BlogTemplate", has some placeholders that are provided to it by Articles. They are:

  • [[+latest_posts]] - This shows the "Latest Posts" widget on the right-hand side of the sample template.
  • [[+latest_comments]] This shows the "Latest Comments" widget on the right-hand side of the sample template.
  • [[+comments_enabled]] This will be 1 or 0, depending on if you enabled comments for this container.
  • [[+tags]] This shows a list of the most commonly used tags across your blog.
  • [[+archives]] This shows a list of the latest months (or years) in archive format that you've made posts to.

You can move these placeholders around to adjust your new template to however you like it!

The Article Template

Our article template, or "BlogPostTemplate", has some placeholders as well:

  • [[+latest_posts]] This shows the "Latest Posts" widget on the right-hand side of the sample template.
  • [[+comments]] The comments, provided by Quip, for this article, if comments are enabled.
  • [[+comments_count]] a count of the number of comments made on the current article (i.e. on the current post). Relies on QuipCount.
  • [[+comments_form]] The reply form, provided by Quip, if comments are enabled.
  • [[*articlestags]] Used with the "notempty" output filter, this can trigger whether or not you show the [[+article_tags]] placeholder (note the * instead of the +)
  • [[+article_tags]] contains a list of all tags that the current article has been tagged with.
  • [[*articles_container]] The ID of the Container that our Article is in. Note the * instead of the +

If you are outside the Article Template and you need to display the number of comments that were made on a given post (e.g. if you want to display the number of comments on each post in your list of "Latest Posts"), then you cannot use the [[+comments_count]] placeholder. You must instead use QuipCount. Go to the Components -> Quip page and take a look at the thread names that Articles gives each post automatically. It follows this format: article-b{page-id-of-blog}-{page-id-of-post}, e.g. article-b12-37

Knowing that, we can then use QuipCount inside of a getResources call to retrieve the number of comments on each post, e.g.

[[!QuipCount? &thread=`article-b9-[[+id]]`]]

In the above example, the blog is page id 9.

Editing Chunks

Articles also provides some basic Chunks for various display settings for your Container (in your "Advanced Settings" tab when editing the container). You can copy these chunks and use them when creating your site.

Conclusion

Articles allows simple, MODX-style Templating and easy editing, without breaking upgradability. Theming your blog has never been easier.

  1. Articles.Creating a Blog
  2. Articles.Retrieving Articles Outside of Articles
  3. Articles.Theming Articles

Support the team building MODX with a monthly donation.

The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.

Backers

  • modmore
  • STERC
  • Jens Wittmann – Gestaltung & Entwicklung
  • Fabian Christen
  • Digital Penguin
  • Dannevang Digital
  • Sepia River Studios
  • CrewMark
  • Chris Fickling
  • deJaya
  • Following Sea
  • Anton Tarasov
  • eydolan
  • Raffy
  • Lefthandmedia
  • Murray Wood
  • Snow Creative
  • Nick Clark
  • Helen
  • JT Skaggs
  • krisznet
  • YJ
  • Yanni
  • Richard

Budget

$366 per month—let's make that $500!

Learn more