Title: febrer's Replies | WordPress.org

---

# febrer

  [  ](https://wordpress.org/support/users/febrer/)

 *   [Profile](https://wordpress.org/support/users/febrer/)
 *   [Topics Started](https://wordpress.org/support/users/febrer/topics/)
 *   [Replies Created](https://wordpress.org/support/users/febrer/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/febrer/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/febrer/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/febrer/engagements/)
 *   [Favorites](https://wordpress.org/support/users/febrer/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Article List Manager (arlima)] 1 hour delayed publishing](https://wordpress.org/support/topic/1-hour-delayed-publishing/)
 *  [febrer](https://wordpress.org/support/users/febrer/)
 * (@febrer)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/1-hour-delayed-publishing/#post-4491007)
 * Same problem, with WP 3.8 & Alrima 2.8.6, lastest version.
 * Please, fix this problem!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Article List Manager (arlima)] Show number of comments](https://wordpress.org/support/topic/show-number-of-comments-1/)
 *  Thread Starter [febrer](https://wordpress.org/support/users/febrer/)
 * (@febrer)
 * [13 years ago](https://wordpress.org/support/topic/show-number-of-comments-1/#post-3681690)
 * Hello, Victor & others,
 * can you reply me? This issue is not resolved .
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Article List Manager (arlima)] Show number of comments](https://wordpress.org/support/topic/show-number-of-comments-1/)
 *  Thread Starter [febrer](https://wordpress.org/support/users/febrer/)
 * (@febrer)
 * [13 years ago](https://wordpress.org/support/topic/show-number-of-comments-1/#post-3681628)
 * Sorry, but It does nothing…
 * In ‘changing stuff’ I write anything in special?
 * Another way, this is my article.tmpl in arlima/templates (this is the default
   file by arlima). I see that only appaers a function to write comments in related
   posts, not posts in general:
 *     ```
       <div id="${container.id}" class="${container.class} tmpl-article">
       <article>
   
           {{if streamer}}
               <div style="${streamer.style}" class="streamer ${streamer.type}">
                   <span>{{html streamer.content}}</span>
               </div>
           {{/if}}
   
           {{html article_begin}}
   
           {{include parts/top-image.tmpl}}
   
           {{html article.html_title}}
   
           {{html article.html_text}}
   
           {{if related}}
               <div class="teaser-related-posts">
                   <aside>
                       {{if related.single}}
                       {{else}}
                       {{/if}}
                       <ul>
                           {{each related.posts}}
                               <li>
                                   <a href="${this.url}" class="related">${this.post_title}</a>
                                   {{if this.html_comment_stats}}
                                       <span title="Number of comments" class="num-comments">
                                           {{html this.html_comment_stats}}
                                       </span>
                                   {{/if}}
                               </li>
                           {{/each}}
                       </ul>
                   </aside>
               </div>
           {{/if}}
   
       </article>
   
       {{if sub_articles}}
           <div class="teaser-children">
               {{html sub_articles}}
           </div>
       {{/if}}
   
       </div>
   
       {{html article_end}}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Article List Manager (arlima)] Show number of comments](https://wordpress.org/support/topic/show-number-of-comments-1/)
 *  Thread Starter [febrer](https://wordpress.org/support/users/febrer/)
 * (@febrer)
 * [13 years ago](https://wordpress.org/support/topic/show-number-of-comments-1/#post-3681588)
 * Thanks Victor,
 * I write the code that appaers in the wiki in functions.php, but it does nothing.
 * Can you help me?

Viewing 4 replies - 1 through 4 (of 4 total)