Authors in a Tabbed Slider
-
What I’d like to achieve is this:
1) Place each author’s name in a slider tab, wrapped in <span class=”rsTmb”>First and Last names go here</span>
2) Then, wrapped in <div> </div>, is the content:
- author’s avatar
- custom field named “author_status”
- author’s latest post title
- latest post excerpt
- latest post meta
That’s ideal, but author_status and post meta are optional.
Thanks to @michaelh I got a lot of it to work with this code:
https://pastebin.com/uBreEGkgEverything that is in bold above is working.
The problems are:
- 3 author names show up in separate tabs just fine, but then the rest of them are bunched together on a 4th tab
- still need to show custom field for the author (‘author_status’ assigned using a custom field on the Author page)
- authors are listed in alphabetical order. I’d like to sort them by latest post, that is – whoever wrote the latest post should be first, then the guy before him etc.
Thank you in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Authors in a Tabbed Slider’ is closed to new replies.