Title: Minor suggestions
Last modified: August 19, 2016

---

# Minor suggestions

 *  [radiok](https://wordpress.org/support/users/radiok/)
 * (@radiok)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/minor-suggestions/)
 * Love this theme! My only problem was that some meta div’s were showing up blank
   when they were neccesary at all. Here are the changes I made, hopefully if the
   author ever feels the need to update this theme they can bake these changes in,
   as I see no reason why they wouldn’t benefit everyone.
 * On the index, post, and pages templates, I changed
 * `<div class="post_meta"><?php comments_popup_link('No Comments', 'Comment (1)','
   Comments (%)'); ?></div>`
    to `<?php if ( comments_open() || get_comments_number()
   > 0 ) : ?><div class="post_meta"><?php comments_popup_link('No Comments', 'Comment(
   1)', 'Comments (%)'); ?></div><?php endif; ?>`
 * On the index and post templates, I changed
    `<div class="post_meta"><?php edit_post_link('
   Edit',''); ?></div>` to `<?php if ( current_user_can('edit_posts') ) : ?><div
   class="post_meta"><?php edit_post_link('Edit',''); ?></div><?php endif; ?>`
 * And finally, on the page template, I changed
    On the index and post templates,
   I changed `<div class="post_meta"><?php edit_post_link('Edit',''); ?></div>` 
   to `<?php if ( current_user_can('edit_pages') ) : ?><div class="post_meta"><?
   php edit_post_link('Edit',''); ?></div><?php endif; ?>`

The topic ‘Minor suggestions’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [radiok](https://wordpress.org/support/users/radiok/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/minor-suggestions/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
