Advertisement
Guest User

Untitled

a guest
Jun 5th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Remove:
  2. $content .= '<h3 class="mp_product_name"><a href="' . $permalink . '">' . esc_attr($product->post_title) . '</a></h3>';
  3.  
  4. //Add in it's place:
  5. $content .= '<h3 class="mp_product_name"><a href="' . $permalink . '">' . esc_attr($product->post_title) . '</a> from ' . get_bloginfo( 'name' ) . '</h3>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement