Title: loop error
Last modified: August 30, 2016

---

# loop error

 *  Resolved [davidanielyan](https://wordpress.org/support/users/davidanielyan/)
 * (@davidanielyan)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/loop-error-2/)
 * > <?php start_short(); ?>
   >  [for each=’cat_bernapokhadrumner’ term=’berner’] [
   > loop type=’cpt_bernapoxadrumner’ count=’5′] <tr onclick=”window.location.href
   > = ‘<?php echo ‘[field url]’; ?>'”> <td>[field berner-1]</td> <td>[field berner-
   > 2]</td> <td>[field berner-3]</td> <td style=”width: 83px !important”>[field
   > berner-5]</td> <td>[field berner-6]</td> <td>“>Դիտել»</td> </tr> [/loop] [for-
   > else] Նման բաժին գոյություն չունի: [/for] <?php end_short(); ?>
 * This code will display only the one post, becouse I only write it.
    But it display
   two posts (duplicate of one post) and that posts ID’s is the same.
 * Why?
    Please halp me and sorry for my bad english 🙁
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/loop-error-2/#post-6398055)
 * Hello,
 * I think it’s the way `[for]` is being used. If you want to list post(s) with 
   the matching taxonomy term, you can do it without the `[for]` loop:
 *     ```
       [loop type=cpt_bernapoxadrumner count=5 taxonomy=cat_bernapokhadrumner term=berner]
         ...
         [if empty]
           Նման բաժին գոյություն չունի:
         [/if]
       [/loop]
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘loop error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

## Tags

 * [display](https://wordpress.org/support/topic-tag/display/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/loop-error-2/#post-6398055)
 * Status: resolved