A. Jones
Forum Replies Created
-
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Fetching Guest Author MetaHello,
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:
$imageWidth = '150'; //The image size $imgUrl = 'http://www.gravatar.com/avatar/'.md5($userMail).'?size='.$imageWidth;Forum: Plugins
In reply to: [(Simply) Guest Author Name] Fetching Guest Author MetaYou are very welcome!
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Fetching Guest Author MetaHere 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
In reply to: [FakerPress] Unlicensed contentI 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.
Great! Thank you for letting me know!
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.
Thank you!
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?
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.
Can you try this shortcode on a page? You can make it a private page. I suspect that the query is being overriden.
Hello,
Thank you for letting me know. I will look into this. I seems like it should work.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] PHP Deprecation Warning with PHP 8.2thank 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
In reply to: [(Simply) Guest Author Name] “This plugin has been closed”??This should be fixed. If you want to email me, I will send you a copy of the report. [email protected].
Forum: Plugins
In reply to: [(Simply) Guest Author Name] “This plugin has been closed”??Thank you for letting me know. I will look into this.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] “This plugin has been closed”??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.