Load post-list styles in Elementor
This commit is contained in:
parent
9969c55ee2
commit
fb3e86e6f1
@ -890,7 +890,10 @@ function fictioneer_style_queue() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Shortcodes
|
// 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(
|
wp_enqueue_style(
|
||||||
'fictioneer-post-list',
|
'fictioneer-post-list',
|
||||||
get_template_directory_uri() . '/css/post-list.css',
|
get_template_directory_uri() . '/css/post-list.css',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user