Title: Meta data URL
Last modified: August 20, 2016

---

# Meta data URL

 *  [webmasterobservatoriobioetica](https://wordpress.org/support/users/webmasterobservatoriobioetica/)
 * (@webmasterobservatoriobioetica)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/meta-data-url/)
 * Hi
 * I want I want to remove “the URL of the date and the category” of meta_data. 
   To date, I have done this:
 * I deleted the
 * `<a href = "'. get_month_link (get_the_time ('Y'), get_the_time ('m')). '" title
   = "'. sprintf (get_the_time (__ ('l, F jS, Y, g: i a 'MYSITE_TEXTDOMAIN))).' "
   >`
 * of this code
 *     ```
       post_date( $attr ) {
       		$attr = shortcode_atts(array(
       			'before' => '',
       			'after' => '',
       			'text' => __( '<em>Posted on: </em>', MYSITE_TEXTDOMAIN ),
       			'format' => 'd/m/Y'
       		), $attr);	
   
       		$published = '<span class="meta_date">' . $attr['before'] . $attr['text'] . sprintf( get_the_time( $attr['format'] ) ) . $attr['after'] . '</span>';
       		return $published;
       ```
   
 * but for categories not find where calls the url, I think it is here, but do not
   know
 *     ```
       $attr['before'] = '<span class="meta_' . $attr['taxonomy'] . '">' . $attr['before'] . $attr['text'];
       $attr['after'] = $attr['after'] . '</span>';
   
       return get_the_term_list( $attr['id'], $attr['taxonomy'], $attr['before'], $attr['separator'], $attr['after'] );
       ```
   
 * Thanks!

The topic ‘Meta data URL’ is closed to new replies.

## Tags

 * [meta_data](https://wordpress.org/support/topic-tag/meta_data/)
 * [url](https://wordpress.org/support/topic-tag/url/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [webmasterobservatoriobioetica](https://wordpress.org/support/users/webmasterobservatoriobioetica/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/meta-data-url/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
