Molongui
Forum Replies Created
-
Hi Nawaz,
We have checked the provided links, but there is no trace of our plugin on your web. I guess it has been activated, otherwise you couldn’t be able to create guest authors… but is it active now?
The plugin does not require of any other plugin to work, so the issue must come from another side.
Could you make some screenshots so we can see what you see?
Thanks
Hi Nawaz,
could you provide a link to your site so we can check it, please?
Is the bio showing up? What about registered authors, are their images being displayed?
Hi chauhanheena,
About how to link the author name to the URL provided in the registered/guest author edit page, please, make sure guest author link is correct. If not, use this code:
if ( $author_id = get_post_meta( get_the_ID(), 'molongui_guest_author_id', true ) ) { $author_link = get_post_meta( $author_id, 'molongui_guest_author_link', true ); } else { $author_link = ( get_the_author_meta( 'molongui_author_link' ) ? get_the_author_meta( 'molongui_author_link' ) : get_the_author_link() ); }Use “$author_link” as the value of your “href” parameter.
Happy to know the plugin is useful for you.
Please, consider rating our plugin: https://wordpress.org/support/view/plugin-reviews/molongui-authorship
Hi chauhanheena,
Now I see what you mean. It is a template related issue, nothing to do with our plugin. Anyway, I will try to help because what you are asking can be done.
First of all, you need to install and activate our Molongui Authorship plugin. It will modify the author name to be shown as per your backend configuration. If you don’t want the author box to be displayed, just go to the plugin settings and set “Show box by default” to “No”.
Then, you need to configure/edit your theme to make it display the name of the author. If you are using a commercial theme, please, ask the theme author how you should proceed. If it is a custom theme you have developed, edit your single template (the template you use to display the contents of a single post) and comment the line of code that displays the category (if you don’t want it to be shown) and add the code to display the author name (something like: <?php the_author(); ?>).
Hope this helps!
Hi kalookalei,
there is a “Featured Image” metabox on the right sidebar of the edit page. It is placed on the last position, just below the “Job profile” metabox. Please, scroll down the page to find it.
If you need further assistance, please, come back to us and we will try to help.
Thank you.
Hi chauhanheena,
I’m not sure to fully understand what you mean…
If the template you are using on your site displays the author name, the plugin will make it show the name of the author you set, regardless it is a guest author or a registered one. So I think what you are asking for is already implemented.
Not sure to having answered what you needed. If not, please, include a link to your site or to some screenshot where I can have a look at what you mean.
Glad you like our plugin.
Thank you very much.
Hi enventa,
thank you for your review. We are glad you like the plugin.
We have implemented what you pointed out and now you can configure to show or hide the authorship box on each post. Please, update the plugin to the latest version to get this option.
Thank you for your suggestion.