pluralsight / pluralsight-wordpress-widget

Wordpress plugin
GNU General Public License v3.0
0 stars 0 forks source link

related courses #8

Open jazzsequence opened 10 years ago

jazzsequence commented 10 years ago

just tossing an idea out there...

what if the courses that get listed are based on the tags of the current post? This could be used on blog.pluralsight.com, for example, so in the sidebar there'd be a list of courses relevant to the tags in the post.

Would require #2 to be complete first, and I think there'd also need to be something on the API side where if a tag search returns no results, there's a fallback -- like list all courses by tag first but if no tags are found, fall back to author. But maybe that won't be an issue because there will be enough tags in the Pluralsight library?

@topfunky thoughts?

topfunky commented 10 years ago

Great idea. I also want to implement "Top 10" most popular courses for a specific tag, which would be useful for the blog (maybe this has to do with #4 order_by).

jazzsequence commented 10 years ago

Yeah, that was one of the things I was thinking of for the order_by list. I'll add that in so I don't forget (again) ;)