Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Sort by count not working on new posts

$
0
0

I have a view which is supposed to be counting by count of child posts in a category. It was working fine, and the older posts pre views update are still ordered correctly it seems. However, new ones are not being ordered by count. See screenshot attached.

View set as follows:

Content Selection – Taxonomy
Query Options – Don't show empty terms
Include terms that have non-empty descendants
Include children in the post count
Ordering – Count, Descending
Query Filter: Taxonomy set by the current page

Layout HTML

[wpv-layout-start]
<!-- wpv-loop-start -->
   
      <wpv-loop wrap="3" pad="true">
         [wpv-item index=1]
        <div class="row-fluid">
          <div class="span4 thumbnail tipsgrid"><h3 class="category-title">[wpv-taxonomy-link] 
            <a href="[wpv-taxonomy-url]"><i class="icon-long-arrow-right pull-right"></i></a></h3>
             
            <div>[wpv-view name="Tips Categories Grid - single item landing"]
              <a href="[wpv-taxonomy-url]"><i class="icon-comments-alt"></i> [my-taxonomy-tips-posts-count] opinions</a><div>
              <a href="[wpv-taxonomy-url]" class="btn btn-mini btn-primary btn-tip">
                See All [wpv-taxonomy-title] tips</a>
              </div>
              </div>
          <div>
            
</div> </div>
         [wpv-item index=other]
            <div class="span4 thumbnail tipsgrid"><h3 class="category-title">[wpv-taxonomy-link] 
              <a href="[wpv-taxonomy-url]"><i class="icon-long-arrow-right pull-right"></i></a></h3>
                            
              <div>[wpv-view name="Tips Categories Grid - single item landing"]
                <a href="[wpv-taxonomy-url]"><i class="icon-comments-alt"></i> [my-taxonomy-tips-posts-count] opinions</a><div>
                <a href="[wpv-taxonomy-url]" class="btn btn-mini btn-primary btn-tip">
                  See All [wpv-taxonomy-title] tips</a></div></div>
          <div>
            
</div> </div>
         [wpv-item index=3]
            <div class="span4 thumbnail tipsgrid"><h3 class="category-title">[wpv-taxonomy-link] 
              <a href="[wpv-taxonomy-url]"><i class="icon-long-arrow-right pull-right"></i></a></h3>
              
              <div>[wpv-view name="Tips Categories Grid - single item landing"]
                <a href="[wpv-taxonomy-url]"><i class="icon-comments-alt"></i> [my-taxonomy-tips-posts-count] opinions</a>
               <div><a href="[wpv-taxonomy-url]" class="btn btn-mini btn-primary btn-tip">
                 See All [wpv-taxonomy-title] tips</a></div></div>
          <div>
            
</div> </div>
          </div>
         [wpv-item index=pad]
            <div></div>
         [wpv-item index=pad-last]
            <div></div>
      </wpv-loop>
<!-- wpv-loop-end -->
[wpv-layout-end]

Not sure if this is me doing something wrong, but as I said, all items added before update were and still are working fine. Very odd


Viewing all articles
Browse latest Browse all 20145

Trending Articles