Title: john0514's Replies | WordPress.org

---

# john0514

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to get title using page slug?](https://wordpress.org/support/topic/how-to-get-title-using-page-slug/)
 *  [john0514](https://wordpress.org/support/users/john0514/)
 * (@john0514)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/how-to-get-title-using-page-slug/#post-2453668)
 * Here you go:
 *     ```
       $page = get_page_by_path($slug);
       $title = get_the_title($page->ID);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] [Plugin: Advanced Custom Fields] Edit post interface not working after upgrade](https://wordpress.org/support/topic/plugin-advanced-custom-fields-edit-post-interface-not-working-after-upgrade/)
 *  [john0514](https://wordpress.org/support/users/john0514/)
 * (@john0514)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-advanced-custom-fields-edit-post-interface-not-working-after-upgrade/#post-2393394)
 * I really hope this get resolved. This plug-in is such a time saver. When working
   correctly I would **happily** pay for this plug-in.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] [Plugin: Advanced Custom Fields] Breaks 'Insert Link' option on content editor](https://wordpress.org/support/topic/plugin-advanced-custom-fields-breaks-insert-link-option-on-content-editor/)
 *  Thread Starter [john0514](https://wordpress.org/support/users/john0514/)
 * (@john0514)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-advanced-custom-fields-breaks-insert-link-option-on-content-editor/#post-2397611)
 * Ah, it does seem to be the same issue. I didn’t have time to do a thorough test,
   or even check the forum for existing threads, but though I should log a brief
   report just in case.
 * I’ve marked this as resolved, anyone landing here should check the aforementioned
   thread for updates to this issue.

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