Hello,
Is there a widget, or some way to have my authors shown on the page? For example, I want to show all my authors in a carousel in the bottom of my page.
How to do that?
Thanks
Hello Aram Shahinnyan!
If you want to show all my authors in a carousel at the bottom of my page. you can use plugin Authors: http://wordpress.org/plugins/authors/
Regards,
Dominic
Thanks, Dominic.
But it seems, that in News Carousel Widget I can show only news. There is no option to show authors in that widget. I want to have the same News Carousel design, I do love it, but I want to have authors scrolled there, not news.
Any ideas how to do that?
Hello Aram Shahinyan!
Our theme DW Focus does not support Widget author displayed in the form Carousel as you said.
you will need to write your own one. You can follow the instructions below.
Register new widget:
http://codex.wordpress.org/Function_Reference/register_widget
Use the function: ” wp_list_authors() ” to display the entire Author your site.
URL : http://codex.wordpress.org/Function_Reference/wp_list_authors
Use the Carousel Script Bootstrap to display look like our widget: News Carousel.
Regards
Dominic
Please login or Register to submit your answer