Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter bizeesheri

    (@bizeesheri)

    Found it under Pages.

    Thread Starter bizeesheri

    (@bizeesheri)

    I checked header.php and its not there. If you do a view source, it is clearly there (even though it could be php generated).

    view sourse at iv-7sales.com/blog, the read news link.

    I didn’t create the blog, but due to help in this forum, I was able to remove the comment count and even the comment link via code mod.

    I can usually find my way around. I changed it once, when I added the words to the search! frustrating.

    Thread Starter bizeesheri

    (@bizeesheri)

    I got it, just kept pasting the code in different areas and it now sits below my menu where I wanted it!

    Thanks

    Thread Starter bizeesheri

    (@bizeesheri)

    I have tags, saw them in the database this morning.

    so where in here would it go (I remove the comment number when I remove comments)

    ‘content’ =>get_the_content(‘Click here to read more.. »’),
    ‘thumbnail’ =>the_post_thumbnail(‘thumbnail’),
    ‘the_permalink’ =>get_permalink(),
    ‘comments’=>get_comments_number(),
    ‘time’=>get_the_time(‘jS F Y’),
    ‘category’=>get_the_category_list($post->ID)
    );

    ?>
    <?php endwhile; ?>
    <?php endif; ?>
    <?php //echo $content_details[0][‘category’];?>

    Thread Starter bizeesheri

    (@bizeesheri)

    Ok, I may have that figured out, but not fully.

    I put the comments stuff back in so I can figure out where I am in the page looking at code. That’s the location I’d like the tags.

    So I pasted <p><?php the_tags(); ?></p> Just ABOVE the div class comment. nothing shows. I think it needs more than what I pasted.

    I assume that is in the loop area, but I see another area where the comment count, date etc are located in the code. Not sure exactly where I’d add this.

    Thread Starter bizeesheri

    (@bizeesheri)

    Ok great, got rid of the comments. thanks

    There are no tags currently as the only way I could tell you add them in the dashboard was through widgets and only then I could add to the left menu.

    I wanted them added elsewhere. When I removed the comments, my first column now only shows one item, the rest moved to the right, so under that first item would be great.

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