diff --git a/content-title-date.php b/content-title-date.php new file mode 100644 index 0000000..8352e96 --- /dev/null +++ b/content-title-date.php @@ -0,0 +1,22 @@ + + +
> +
+ + ', esc_url( get_permalink() ) ), '' ); ?> + + + + +
+ + + + +
\ No newline at end of file diff --git a/content-title-excerpt-date-image.php b/content-title-excerpt-date-image.php new file mode 100644 index 0000000..8262a32 --- /dev/null +++ b/content-title-excerpt-date-image.php @@ -0,0 +1,32 @@ + + +
> +
+ + ', esc_url( get_permalink() ) ), '' ); ?> + + + + +
+ +
+ Read More » + '', + ) ); + ?> +
+ + + + +
\ No newline at end of file diff --git a/content-title-excerpt-date.php b/content-title-excerpt-date.php new file mode 100644 index 0000000..f0fa410 --- /dev/null +++ b/content-title-excerpt-date.php @@ -0,0 +1,32 @@ + + +
> +
+ + ', esc_url( get_permalink() ) ), '' ); ?> + + + + +
+ +
+ Read More » + '', + ) ); + ?> +
+ + + + +
\ No newline at end of file diff --git a/content-title.php b/content-title.php new file mode 100644 index 0000000..2a62d20 --- /dev/null +++ b/content-title.php @@ -0,0 +1,19 @@ + + +
> +
+ + ', esc_url( get_permalink() ) ), '' ); ?> + + + + +
+ + + +
\ No newline at end of file diff --git a/style.css b/style.css index 7eba777..fcdbd9e 100644 --- a/style.css +++ b/style.css @@ -2554,4 +2554,42 @@ blockquote { margin-bottom: 0; } +/* ================ Post Loop Templates ================ */ + +.widget_siteorigin-panels-postloop .read_more { + margin-bottom:40px; + display:block; +} + +.widget_siteorigin-panels-postloop a.read-more { + display:none; +} + +.widget_siteorigin-panels-postloop { + margin-bottom:30px; +} + +.widget_siteorigin-panels-postloop .entry-content p:nth-last-of-type(1):after{ + content: '...'; +} + +.widget_siteorigin-panels-postloop .entry-title { + font-size:18px; + line-height: 1.3em; +} + + .widget_siteorigin-panels-postloop .entry-title-single { + font-size:18px; + line-height: 1.3em; + margin-bottom: 5px; + } + +.widget_siteorigin-panels-postloop .entry-meta { + font-style:italic; + color:#666; + display:block; + margin-bottom:12px; + font-size:13px; +} + \ No newline at end of file