Title: beakid's Replies | WordPress.org

---

# beakid

  [  ](https://wordpress.org/support/users/beakid/)

 *   [Profile](https://wordpress.org/support/users/beakid/)
 *   [Topics Started](https://wordpress.org/support/users/beakid/topics/)
 *   [Replies Created](https://wordpress.org/support/users/beakid/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/beakid/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/beakid/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/beakid/engagements/)
 *   [Favorites](https://wordpress.org/support/users/beakid/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fundify Crowdfunding (Moved)] Add category field to Edit/Submit Campaign?](https://wordpress.org/support/topic/add-category-field-to-editsubmit-campaign/)
 *  [beakid](https://wordpress.org/support/users/beakid/)
 * (@beakid)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/add-category-field-to-editsubmit-campaign/#post-4374925)
 * Also interested in how this was solved. [@dlt0rre](https://wordpress.org/support/users/dlt0rre/)?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Assigned co-author cannot edit post](https://wordpress.org/support/topic/assigned-co-author-cannot-edit-post/)
 *  [beakid](https://wordpress.org/support/users/beakid/)
 * (@beakid)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/assigned-co-author-cannot-edit-post/#post-4684067)
 * Same problem here. Seems a lot of us have this problem. Daniel Bachhuber and 
   his people should really take a look at this imo.
 * Using WP 3.9.1 here with Co-Authors Plus 3.1.1.
 * EDIT: Only the first person in the author list is able to view the post in the
   dashboard. It is however possible to edit the post if you have the url to it (
   like [http://mysite.com/wp-admin/post.php?post=263&action=edit](http://mysite.com/wp-admin/post.php?post=263&action=edit))
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Member Access] [Plugin: Member Access] Cannot access the settings page](https://wordpress.org/support/topic/plugin-member-access-cannot-access-the-settings-page/)
 *  [beakid](https://wordpress.org/support/users/beakid/)
 * (@beakid)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-member-access-cannot-access-the-settings-page/#post-1978006)
 * Have the same issue. Quite ironic 😀
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to return the basic url of a thumbnail?](https://wordpress.org/support/topic/how-to-return-the-basic-url-of-a-thumbnail/)
 *  [beakid](https://wordpress.org/support/users/beakid/)
 * (@beakid)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/how-to-return-the-basic-url-of-a-thumbnail/#post-1426320)
 * $thumbail_id in row 2 is obviously a misprint btw 😛
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to return the basic url of a thumbnail?](https://wordpress.org/support/topic/how-to-return-the-basic-url-of-a-thumbnail/)
 *  [beakid](https://wordpress.org/support/users/beakid/)
 * (@beakid)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/how-to-return-the-basic-url-of-a-thumbnail/#post-1426319)
 * There is already a built-in function to do what you want. No need for regexp 
   and other dirty solutions.
 * >  $thumbnail_id = get_post_thumbnail_id($post->ID);
   >  $thumbnail_object = get_post(
   > $thumbail_id);
 * After that you can just call things like **$thumbnail_object->guid** (this is
   the src to the image) and $thumbnail_object->post_title. Try running an print_r(
   $thumbnail_object) and you’ll see what other goodies are stored there 🙂

Viewing 5 replies - 1 through 5 (of 5 total)