الوصف
Guest Author plugin allow you to add authors to posts without registering them as users.
Sometimes we have blogs of different authors, but we are not interested to register them as wordpress users. In this case usually we will create some custom fields and add those details.
With this plugin we are implementing a common way to do that.
Here we listing all authors together at one place using a custom post type. We can add full details of those authors, like bio, social media links, job details, contact details and photo.
Then we need to check where we want to(custom post types, pages) display those authors, then we can select those authors from each post type easily.
Working
You can add details of all authors in the author listing section(custom post type) and select those author in posts, post types and pages.
To display the author box two options are available, automatically display after the post contents(the_content()) and using shortcode.
Once you selected posts type in which you want to display authors, a list of dropdown with authors will be listed on the respective post types.
Then you can select authors for those posts. So after contents those authors will be displayed as a box.
To display it automatically, check the option on the plugins settings page, so it will display after page contents or post contents.
To use the shortcode use : [guest_author]
Using this shortcode [guest_author] in widgets or sidebar, of single post types or pages, it will display the author of that post there.
التنصيب
Admin Installer via search
- Visit the Add New plugin screen and search for “Unregistered (Guest) Authors for post types”.
- Click the “Install Now” button.
- Activate the plugin.
- Navigate to the settings >> “Guest Author Settings” Menu.
Install via FTP
- First unzip the plugin file
- Using FTP go to your server’s wp-content/plugins directory
- Upload the unzipped plugin here
- Once finished login into your WP Admin and go to Admin > Plugins
- Activate the plugin.
After installation and activation of plugin go to settings >> “Guest Author Settings” Menu .
Select the post types , in which you want to display the authors.
Then Go to “Guest Author” post types and add authors details here.
الأسئلة المتكررّة
-
How to add Authors Details
Go To Admin Dashbaord >> Guest Author
Click on Add New and add all details of authors. -
Is it possible to upload author images
Yes, You can upload author image from the author details page
-
How to display the author details on right side bar of the page?
Use shortcode [guest_author], to display author details.
-
Can we style the author box based on our theme?
Yes, we have done only some basic styles, you can style it based on theme, we have provided proper ids, and classes for every details.
المراجعات
لا توجد مراجعات لهذه الإضافة.
المساهمون والمطوّرون
“Unregistered (Guest) Authors for post types” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.
المساهمونترجمة ”Unregistered (Guest) Authors for post types“ إلى لغتك.
مُهتم بالتطوير؟
تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.
سجل التغييرات
= 1.0 – 2019-10-24
- First version