Title: Need help please from someone with php Knowledge
Last modified: August 20, 2016

---

# Need help please from someone with php Knowledge

 *  [Dmitri](https://wordpress.org/support/users/leanlegion/)
 * (@leanlegion)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/need-help-please-from-someone-with-php-knowledge/)
 * I am still at the early stages of learning php and would like to modify my child
   theme by combining the following code:
 *     ```
       <div class="frontPageComment">
       <a href ="<?php the_permalink(); ?>#comments"><?php  comments_number('No Comments', '1 Comment', '% Comments'); ?></a>
       </div>
       ```
   
 * with
 *     ```
       <?php echo apply_atomic_shortcode( 'byline', '<div class="byline">' . __( '[entry-author] [entry-edit-link before=" | "]', hybrid_get_textdomain() ) . "| " . human_time_diff(get_the_time('U'), current_time('timestamp')) . ' ago'  . '</div>' )  ; ?>
       ```
   
 * what I am trying to do is to show the comments link right after the time posted
   text(human_time_diff) in the byline.
 * Thank you very much for any help.

Viewing 1 replies (of 1 total)

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/need-help-please-from-someone-with-php-knowledge/#post-2571209)
 * You should be able to place the additional lines directly after the line in the
   second box.
 * The style might need to be adjusted, but that cannot be determined without looking
   at the results.

Viewing 1 replies (of 1 total)

The topic ‘Need help please from someone with php Knowledge’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/need-help-please-from-someone-with-php-knowledge/#post-2571209)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
