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

Scss not transpiling & Recent Post filter not working for Custom Post Types #372

Open
bluecollarcoders opened this issue Dec 26, 2022 · 0 comments

Comments

@bluecollarcoders
Copy link

Understrap child theme scss is not transpiling. I'm not seeing any changes when I make them in scss. Also this piece of code =>>

add_filter('widget_posts_args', 'widget_posts_args_add_custom_type');
function widget_posts_args_add_custom_type($params) {
$params['post_type'] = array('post','custom_type');
return $params;
}

Usually works to enable custom post types to display in the recent post widget. It is not working. My Understrap parent theme is up to date as well as my WordPress version. I did notice however that my child theme is on "version": "1.1.0". Is this an issue?

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

No branches or pull requests

1 participant