Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?php
  2. $queried_post = get_post($post_id);
  3. $user_info = get_userdata($post->post_author);
  4. $first = $user_info->first_name;
  5. $last = $user_info->last_name;
  6. //create the main category
  7. wp_insert_term('Jainam','category',array('slug' => 'jainam-patel',));
  8. echo "<a href='$first $last'>$first $last </a>";
  9. ?>
  10.  
  11. year/month/articlePOSTEDbyAUTHOR/authorFirstName%20authorLastName
  12. Error 404 - Not Found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement