A. Jones
Forum Replies Created
-
We had to disable the plugin. It’s working fine on other sites, so I have no idea why it was happening.
Forum: Plugins
In reply to: [(Simply) Guest Author Name] Feature Request: External Avatar URLIt will be taken under consideration. Thanks for your input!
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].