Load post-list styles in Elementor

This commit is contained in:
Tetrakern 2024-08-22 00:06:30 +02:00
parent 9969c55ee2
commit fb3e86e6f1

View File

@ -890,7 +890,10 @@ function fictioneer_style_queue() {
}
// Shortcodes
if ( preg_match( '/\[fictioneer_latest_[^\]]*type="list"[^\]]*\]/', $post->post_content ) ) {
if (
preg_match( '/\[fictioneer_latest_[^\]]*type="list"[^\]]*\]/', $post->post_content ) ||
is_admin()
) {
wp_enqueue_style(
'fictioneer-post-list',
get_template_directory_uri() . '/css/post-list.css',