Title: A. Jones's Replies - page 3 | WordPress.org

---

# A. Jones

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 510 total)

[←](https://wordpress.org/support/users/nomadcoder/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/nomadcoder/replies/?output_format=md) [2](https://wordpress.org/support/users/nomadcoder/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/nomadcoder/replies/page/4/?output_format=md)…
[32](https://wordpress.org/support/users/nomadcoder/replies/page/32/?output_format=md)
[33](https://wordpress.org/support/users/nomadcoder/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/nomadcoder/replies/page/34/?output_format=md)
[→](https://wordpress.org/support/users/nomadcoder/replies/page/4/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[(Simply) Guest Author Name] Fetching Guest Author Meta](https://wordpress.org/support/topic/fetching-guest-author-meta/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/fetching-guest-author-meta/#post-17446346)
 * Hello,
 * The guest author meta is stored in the post meta. From first glance, your code
   looks ok.
 * You need to use the guest author email address in order to retrieve the avatar.
   Something like this:
 *     ```wp-block-code
       $imageWidth = '150'; //The image size
   
       $imgUrl = 'http://www.gravatar.com/avatar/'.md5($userMail).'?size='.$imageWidth;
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[(Simply) Guest Author Name] Fetching Guest Author Meta](https://wordpress.org/support/topic/fetching-guest-author-meta/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/fetching-guest-author-meta/#post-17441283)
 * You are very welcome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[(Simply) Guest Author Name] Fetching Guest Author Meta](https://wordpress.org/support/topic/fetching-guest-author-meta/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/fetching-guest-author-meta/#post-17440356)
 * Here you go:
 * Authorname
 * get_post_meta( $post->ID, ‘sfly_guest_author_names’, true ));
 * Email Address
 * get_post_meta( $id, ‘sfly_guest_author_email’, true );
 * URL
 * get_post_meta( $id, ‘sfly_guest_link’, true );
 * Description/Bio
 * get_post_meta( $id, ‘sfly_guest_author_description’, true )
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FakerPress] Unlicensed content](https://wordpress.org/support/topic/unlicensed-content/)
 *  Thread Starter [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/unlicensed-content/#post-17433200)
 * I agree that placing it below the image or at the bottom of the post would be
   a great idea. I would consider adding it as a metadata field also.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Featured Image Pro Post Grid] Shortcode not working on custom taxonomy archives](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/#post-17423092)
 * Great! Thank you for letting me know!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Featured Image Pro Post Grid] Shortcode not working on custom taxonomy archives](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/#post-17423086)
 * Where are you entering the shortcode? Are you entering the shortcode in the description
   field of the category? I notice that this plugin doesn’t seem to work in the 
   description field of a custom taxonomy at all.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Featured Image Pro Post Grid] Shortcode not working on custom taxonomy archives](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/#post-17423027)
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Featured Image Pro Post Grid] Shortcode not working on custom taxonomy archives](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/#post-17419963)
 * I have two quick questions before i proceed. How are you creating your custom
   archive pages? Are you using a page builder or the theme editor? What theme are
   you using?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Featured Image Pro Post Grid] Shortcode not working on custom taxonomy archives](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/#post-17414978)
 * Great! Thanks. That narrows the issue down. I get that error a lot in the block
   builder. I don’t know why it happens but I don’t think that it’s related to this
   plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Featured Image Pro Post Grid] Shortcode not working on custom taxonomy archives](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/#post-17414041)
 * Can you try this shortcode on a page? You can make it a private page. I suspect
   that the query is being overriden.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Featured Image Pro Post Grid] Shortcode not working on custom taxonomy archives](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-working-on-custom-taxonomy-archives/#post-17413113)
 * Hello,
 * Thank you for letting me know. I will look into this. I seems like it should 
   work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[(Simply) Guest Author Name] PHP Deprecation Warning with PHP 8.2](https://wordpress.org/support/topic/php-deprecation-warning-with-php-8-2/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/php-deprecation-warning-with-php-8-2/#post-17406484)
 * thank you for letting me know! I will resolve this in the next release. Dynamic
   fields are deprecated but should still function for now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[(Simply) Guest Author Name] “This plugin has been closed”??](https://wordpress.org/support/topic/this-plugin-has-been-closed-12/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/this-plugin-has-been-closed-12/#post-17396126)
 * This should be fixed. If you want to email me, I will send you a copy of the 
   report. [shooflysolutions@gmail.com](https://wordpress.org/support/users/nomadcoder/replies/page/3/shooflysolutions@gmail.com?output_format=md).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[(Simply) Guest Author Name] “This plugin has been closed”??](https://wordpress.org/support/topic/this-plugin-has-been-closed-12/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/this-plugin-has-been-closed-12/#post-17396106)
 * Thank you for letting me know. I will look into this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[(Simply) Guest Author Name] “This plugin has been closed”??](https://wordpress.org/support/topic/this-plugin-has-been-closed-12/)
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/this-plugin-has-been-closed-12/#post-17394284)
 * Hello. I apologize for any inconvenience. Although there are no future enhancements
   planned to the plugin, we do want to keep it updated and secure for current uses
   and have no intention of abandoning the plugin without notifying users here in
   the support forum. 
   The plugin has not been abandoned and should be back online
   today. There has been a push by volunteers to identify potential security issues
   which get reported to security apps like Wordfence. The issue has been fixed.
   While it’s inconvenient, It is entirely for your benefit! We do not think that
   the vulnerability was critical but it related to a feature added that allowed
   html to be used in the description field. This would have allowed bad actors 
   to inject scripts. Please update your plugin. If you wish to switch to another
   free plugin, we should be able help you to convert.

Viewing 15 replies - 31 through 45 (of 510 total)

[←](https://wordpress.org/support/users/nomadcoder/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/nomadcoder/replies/?output_format=md) [2](https://wordpress.org/support/users/nomadcoder/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/nomadcoder/replies/page/4/?output_format=md)…
[32](https://wordpress.org/support/users/nomadcoder/replies/page/32/?output_format=md)
[33](https://wordpress.org/support/users/nomadcoder/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/nomadcoder/replies/page/34/?output_format=md)
[→](https://wordpress.org/support/users/nomadcoder/replies/page/4/?output_format=md)