Results 1 to 2 of 2

Thread: General WordPress Support Question?

  1. #1
    Thread Starter
    Senior Member gomeetpete's Avatar
    Join Date
    Feb 2010
    Location
    Western NC
    Posts
    124
    Thanks
    0
    Thanked 17 Times in 4 Posts

    General WordPress Support Question?

    Is there a place in the forum where we can ask support questions about WordPress in general? I've tried WordPress.org several times, but the support is few and far between in their forums.

    I'm having an issue with The Loop and was hoping someone might be able to take a look and see if I'm missing something or if something is out of place. I'm trying to get a comment count to show up next to each post, but i'm only able to get it to show up for the first post.

    Any help you can provide would be greatly appreciated. Mods ... move or delete at your discretion. =) Thanks!

    Code:
    <?php get_header(); ?>
            <div class="outer">
              <div class="inner">
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
              	<div class="span-4 comments clearfix">
                	
    
    <a href="<?php comments_link(); ?>">
                	<?php comments_number('No comments', '1 comment', '% comments'); ?></a></p>
              	</div>
                <div class="span-14 last blog">
                	<div class="sub content">
                   	<h2><?php the_title(); ?></h2>
                	<p class="meta">On <span class="date"><?php the_time('F j, Y'); ?></span>, in <?php the_category(', '); ?></p>
                
                	<?php the_content(); ?>
                
              <?php endwhile; else: ?>
                
                	<h2>Woops...</h2>
                
                	
    
    Sorry, no posts we're found.</p>
                
                	<?php endif; ?>
                	<?php comments_template();?>  
                	</div>
                </div>
              </div>
            </div>
          </div>
          <?php get_sidebar(); ?>
        </div>
      </div>
    </div>
    <?php get_footer(); ?>

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts

    Re: General WordPress Support Question?

    I've tested your codes specially the comments section and it works just fine though all the posts.
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Looking for a wordpress plugin
    By bili.ph in forum ClassiPress General Discussion
    Replies: 3
    Last Post: August 5th, 2011, 04:25 PM