Title: AC Custom Loop Shortcode
Author: Richie Arnold
Published: <strong>Ọ̀wàrà 10, 2018</strong>
Last modified: Ṣẹrẹ 15, 2025

---

Ṣàwárí àwọn plugin

![](https://ps.w.org/ac-custom-loop-shortcode/assets/banner-772x250.png?rev=1956262)

![](https://ps.w.org/ac-custom-loop-shortcode/assets/icon-256x256.png?rev=1956262)

# AC Custom Loop Shortcode

 Láti ọwọ́ [Richie Arnold](https://profiles.wordpress.org/ambercouch/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/ac-custom-loop-shortcode.1.7.1.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/ac-custom-loop-shortcode/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/ac-custom-loop-shortcode/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/ac-custom-loop-shortcode/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/ac-custom-loop-shortcode/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/ac-custom-loop-shortcode/)

## Àpèjúwe

Easily display posts, pages, custom post types or taxonomy terms in content areas
using a customizable shortcode. Display your latest posts, group by taxonomies, 
display your post tags or categories, use custom templates with Timber for Twig 
support.

### Shortcode Options and Examples

**Display a specific post type:**
 [ac_custom_loop type=”foo”] This displays posts
from the `foo` custom post type.

**Display a specific post type and use a timber template:**
 [ac_custom_loop timber
=Ìtumọ̀ Yorùbá: ’true’ type=”foo”] This displays the same as the previous example
but uses a nice timber template.

**Display posts with specific tags:**
 [ac_custom_loop type=”post” tax=”tag” term
=”foo”] This displays posts tagged with `foo`.

**Group posts by taxonomy (e.g., categories and tags):**
 [ac_custom_loop type=”
post” subtax=”category,tag”] Groups posts by categories, then by tags within each
category.

**Exclude posts by specific tags:**
 [ac_custom_loop type=”post” tax=”post_tag” 
term=”foo,bar” exclude=”baz”] This displays posts tagged with `foo` and `bar`, but
excludes those tagged with `baz`.

**Display post tag terms:**
 [ac_custom_loop type=”category” tax=”post_tag” ] This
displays all your category terms and link to those post.

**Use a custom template for loop display:**
 To use a custom template, copy `loop-
template.php` from the plugin folder to the root of your theme folder and modify
as desired. You can also create templates for specific post types (e.g., `loop-template-
post.php`).

## Ìgbéwọlẹ̀

 1. Install via WordPress Add New Plugin feature by searching “AC Custom Loop,” or 
    upload the plugin files to `/wp-content/plugins/ac-wp-custom-loop`.
 2. Activate the plugin via the ‘Plugins’ screen in WordPress.
 3. Use `[ac_custom_loop]` shortcode in any page, post, or widget supporting shortcodes.
 4. The default setup displays your latest 4 posts. Customize with attributes like `
    type` and `show`, e.g., `[ac_custom_loop type="page" show="3"]` to display the 
    latest three pages.

## FAQ

### How do I show posts from a specific post type?

Use `[ac_custom_loop type="your_post_type"]` to show posts from a specific custom
post type.

### Can I display posts with a specific taxonomy term?

Yes! Use `[ac_custom_loop type="post" tax="tag" term="your_term"]` to filter posts
by taxonomy term.

### How can I group posts by taxonomies?

Use `[ac_custom_loop subtax="category,tag"]` to group posts by taxonomies.

### Can I exclude specific terms?

Yes, add `exclude="term"` to exclude posts tagged with that term.

### Can I use custom templates?

Absolutely! Copy `loop-template.php` to your theme directory or create post-type-
specific templates, such as `loop-template-post.php`.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“AC Custom Loop Shortcode” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí
ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

 *   [ Richie Arnold ](https://profiles.wordpress.org/ambercouch/)

[Túmọ̀ “AC Custom Loop Shortcode” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/ac-custom-loop-shortcode)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/ac-custom-loop-shortcode/),
ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/ac-custom-loop-shortcode/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/ac-custom-loop-shortcode/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/ac-custom-loop-shortcode/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.7.1

 * Fixed better support for custom templates

#### 1.7

 * Added better support for custom templates
 * Fixed issue with timber template path on some php versions
 * Fixed timber use statement

#### 1.6.1

 * Fixed issue that required Timber
 * Fixed issue with using multiple taxonomy terms

#### 1.6

 * Added support for display taxonomy terms.
 * Added support for pagination.

#### 1.5.2

 * Fix template issue.

#### 1.5.1 (2024-11-01)

 * Added support for grouping posts by multiple taxonomies.
 * Refactored core code for improved maintainability.

#### 1.5 (2021-04-04)

 * Enhanced Timber compatibility.

#### 1.4.3 (2019-12-06)

 * Resolved release issues.

#### 1.4.2 (2019-12-24)

 * Fixed shortcode argument issues.

#### 1.4.0 (2019-12-05)

 * Added support for specific post type templates and custom Timber integration.

#### 1.1.0 (2018-10-16)

 * Added default post order and optional excerpt in the default template.

#### 0.1.0 (2018-10-07)

 * Initial release.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.7.1**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 1 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **30+**
 *  Ẹ̀yà WordPress ** 5.2 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **6.7.5**
 *  Ẹ̀yà PHP ** 5.2.4 tàbí ju bẹ́ẹ̀ lọ **
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/ac-custom-loop-shortcode/)
 * Àwọn àmì
 * [list post](https://yor.wordpress.org/plugins/tags/list-post/)[shortcode](https://yor.wordpress.org/plugins/tags/shortcode/)
   [Timber](https://yor.wordpress.org/plugins/tags/timber/)[twig](https://yor.wordpress.org/plugins/tags/twig/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/ac-custom-loop-shortcode/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

[Add my review](https://wordpress.org/support/plugin/ac-custom-loop-shortcode/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ac-custom-loop-shortcode/reviews/)

## Àwọn Olùkópa

 *   [ Richie Arnold ](https://profiles.wordpress.org/ambercouch/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/ac-custom-loop-shortcode/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](http://ambercouch.co.uk/)