Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/video list to homepage #13

Merged
merged 5 commits into from
Aug 5, 2020
Merged

Conversation

StevenDufresne
Copy link
Contributor

Description

This PR adds in workshops into the homepage.

It addresses #1.

It also includes a lot of small css fixes to harmonize the padding/font-sizes, etc.

@StevenDufresne
Copy link
Contributor Author

This PR requires that we turn on thumbnails for the new cpt.

@StevenDufresne StevenDufresne merged commit 4bdeaa6 into trunk Aug 5, 2020

$args = array(
'post_type' => 'wporg_workshop',
'category_name' => 'featured',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The label for the section is "Recent" workshops, but this is specifically grabbing ones in the featured category. Once there are a lot of workshops, it'll definitely make sense to curate these a bit with a category, but for now, it might be better to just grab the most recently published ones.

@coreymckrill coreymckrill deleted the add/video-list-to-homepage branch October 8, 2021 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants