You can insert single topic articles in your content using topic shortcode. The only required parameter for topic shortcode is topic ID. See the below example:
[mkb-topic id=2 limit=3]
Here’s how it looks:
The rest of parameters are listed in the next table.
Parameter | Default | Example values | Description |
---|---|---|---|
view | box | “box” or “list” | Layout for child topics (if any) |
columns | 3col | “2col”, “3col” or “4col” | Number of columns for child topics (if any) |
limit | 5 | 10 or -1 | Number of articles to display. Use -1 to display all |