Conversation
supportHi there! I was wondering if it’s possible to select multiple custom type for the front page? It works like a dream for one, but I’d love to select multiple ones (f.e. the ‘normal’ posts and a custom type one). Is that possible at all? Thanks!
This would be possible by forking the plugin and adjusting the code. You could also do it with a custom theme, but a plugin would be better. It may be possible with this plugin to set the front_page_post_type option to include both post types with a | separator. You could do that in the database or potentially in wp-admin/options.php , although the customizer may unset this setting.
This would be possible by forking the plugin and adjusting the code. You could also do it with a custom theme, but a plugin would be better. It may be possible with this plugin to set the front_page_post_type option to include both post types with a | separator. You could do that in the database or potentially in wp-admin/options.php , although the customizer may unset this setting.