diff --git a/template-parts/content-ofisuport-ajut.php b/template-parts/content-ofisuport-ajut.php new file mode 100644 index 0000000..0720007 --- /dev/null +++ b/template-parts/content-ofisuport-ajut.php @@ -0,0 +1,51 @@ + + +
> +
+ ', '' ); ?> + + + + +
+ +
+ "%s"', 'ofisuport' ), + array( + 'span' => array( + 'class' => array(), + ), + ) + ), + wp_kses_post( get_the_title() ) + ) + ); + + wp_link_pages( + array( + 'before' => '', + ) + ); + ?> +
+ + +
diff --git a/template-parts/content-post.php b/template-parts/content-post.php new file mode 100644 index 0000000..6d8389b --- /dev/null +++ b/template-parts/content-post.php @@ -0,0 +1,57 @@ + + +
> +
+ ', '' ); + + if ( 'post' === get_post_type() ) : + ?> + + +
+ +
+ "%s"', 'ofisuport' ), + array( + 'span' => array( + 'class' => array(), + ), + ) + ), + wp_kses_post( get_the_title() ) + ) + ); + + wp_link_pages( + array( + 'before' => '', + ) + ); + ?> +
+ + +
diff --git a/template-parts/section-featured.php b/template-parts/section-featured.php index 40ca83d..9acc75a 100644 --- a/template-parts/section-featured.php +++ b/template-parts/section-featured.php @@ -56,12 +56,12 @@