diff --git a/inc/Block_Patterns.php b/inc/Block_Patterns.php index e82d7c9..47f82c2 100644 --- a/inc/Block_Patterns.php +++ b/inc/Block_Patterns.php @@ -77,50 +77,34 @@ private function setup_properties() { 'templates/archive-list', // layout patterns. - 'layout/cta-dark', - 'layout/full-width-columns-content-image', - 'layout/full-width-quote', - 'layout/page-cover-bg-image', - 'layout/page-cover-with-buttons', - 'layout/content-with-images', - 'layout/team-members-columns', - 'layout/columns-with-services', - 'layout/pricing-columns', - 'layout/columns-with-icons', - 'layout/boxed-features-1', - 'layout/boxed-features-2', - 'layout/columns-with-cards', - 'layout/columns-content-images', - 'layout/columns-testimonials', - 'layout/columns-text-image', - 'layout/columns-image-and-text', - 'layout/portfolio-columns', - 'layout/columns-image-and-text-inv', - 'layout/hero-with-feature-columns', - 'layout/columns-testimonials-inv', - 'layout/columns-with-services-text', - 'layout/contact-section', - 'layout/hero-with-text', - 'layout/map-section', - 'layout/faq-section', + 'layout/content-1', + 'layout/content-2', + 'layout/cta-1', + 'layout/cta-2', + 'layout/cta-3', + 'layout/events', + 'layout/faq', + 'layout/features-1', + 'layout/features-2', + 'layout/features-3', + 'layout/features-4', + 'layout/hero-1', + 'layout/ministries-1', + 'layout/ministries-2', + 'layout/sermons-1', + 'layout/sermons-2', + 'layout/testimonial', + 'layout/verse', // Post patterns. - 'loops/post-loop-1', - 'loops/post-loop-2', - 'loops/post-loop-3', - 'loops/post-loop-4', - 'loops/post-loop-5', - 'loops/post-loop-6', - 'loops/post-loop-7', - 'loops/post-loop-8', - 'loops/post-loop-9', + 'loops/posts-1', + 'loops/posts-2', + 'loops/posts-3', + 'loops/posts-4', // Page title patterns. 'page_titles/page-title-1', 'page_titles/page-title-2', - 'page_titles/page-title-3', - 'page_titles/page-title-4', - 'page_titles/page-title-5', ); $this->categories = apply_filters( 'church_fse_block_patterns_categories', $categories ); diff --git a/inc/patterns/layout/boxed-features-2.php b/inc/patterns/layout/boxed-features-2.php deleted file mode 100644 index bde1680..0000000 --- a/inc/patterns/layout/boxed-features-2.php +++ /dev/null @@ -1,110 +0,0 @@ - __( 'Columns with feature boxes', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Columns', 'cards', 'services', 'dark', 'inverted' ), - 'content' => ' - -
-
-

Add your title here

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit

-
- - - -
-
-
-

Feature Title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.

-
-
- - - -
-
-

Feature Title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit

-
-
- - - -
-
-

Feature Title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit

-
-
-
- - - -
-
-
-

Feature Title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit

-
-
- - - -
-
-

Feature Title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit

-
-
- - - -
-
-

Feature Title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit

-
-
-
-
- - ', -); diff --git a/inc/patterns/layout/columns-content-images.php b/inc/patterns/layout/columns-content-images.php deleted file mode 100644 index 045b0dc..0000000 --- a/inc/patterns/layout/columns-content-images.php +++ /dev/null @@ -1,71 +0,0 @@ - __( 'Columns with content and images', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Content', 'images', 'text', 'columns' ), - 'content' => ' - -
-
-
-
-

Subheader

-
- - - -

Add your title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

- - - - -
- - - -
- -
- -
- -
- - - -
- -
- -
- -
-
-
- - ', -); diff --git a/inc/patterns/layout/columns-image-and-text-inv.php b/inc/patterns/layout/columns-image-and-text-inv.php deleted file mode 100644 index 6c5c46c..0000000 --- a/inc/patterns/layout/columns-image-and-text-inv.php +++ /dev/null @@ -1,66 +0,0 @@ - __( 'Columns with image and text inverted', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Columns', 'content', 'text', 'dark', 'inverted' ), - 'content' => ' - - - - ', -); diff --git a/inc/patterns/layout/columns-image-and-text.php b/inc/patterns/layout/columns-image-and-text.php deleted file mode 100644 index 0d86420..0000000 --- a/inc/patterns/layout/columns-image-and-text.php +++ /dev/null @@ -1,62 +0,0 @@ - __( 'Columns with image and text', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Columns', 'content', 'image', 'text' ), - 'content' => ' - -
- -
- -
- -
- -
- -
- - - -
- -

Lean and simple design

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

- - - -
- - - -
- -
- -
- -
- - ', -); diff --git a/inc/patterns/layout/columns-testimonials-inv.php b/inc/patterns/layout/columns-testimonials-inv.php deleted file mode 100644 index d486563..0000000 --- a/inc/patterns/layout/columns-testimonials-inv.php +++ /dev/null @@ -1,104 +0,0 @@ - __( 'Three Columns with Testimonials Inverted', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Columns', 'testimonial', 'client', 'review' ), - 'content' => ' - -
- -
- -
- -
- -
- -
- -
- - - -

"...Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis..."

- - - -

JANE DOE

- -
- -
- - - -
- -
- -
- -
- - - -

"...Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis..."

- - - -

JOHN DOE

- -
- -
- - - -
- -
- -
- -
- - - -

"...Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis..."

- - - -

MARIA DOE

- -
- -
- -
- -
- -
- - ', -); diff --git a/inc/patterns/layout/columns-testimonials.php b/inc/patterns/layout/columns-testimonials.php deleted file mode 100644 index 81a3a60..0000000 --- a/inc/patterns/layout/columns-testimonials.php +++ /dev/null @@ -1,104 +0,0 @@ - __( 'Three Columns with Testimonials', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Columns', 'testimonial', 'client', 'review' ), - 'content' => ' - -
- -
- -
- -
- -
- -
- -
- - - -

"...Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis..."

- - - -

JANE DOE

- -
- -
- - - -
- -
- -
- -
- - - -

"...Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis..."

- - - -

JOHN DOE

- -
- -
- - - -
- -
- -
- -
- - - -

"...Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis..."

- - - -

MARIA DOE

- -
- -
- -
- -
- -
- - ', -); diff --git a/inc/patterns/layout/columns-text-image.php b/inc/patterns/layout/columns-text-image.php deleted file mode 100644 index 46c6afd..0000000 --- a/inc/patterns/layout/columns-text-image.php +++ /dev/null @@ -1,62 +0,0 @@ - __( 'Columns with text and image', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Columns', 'content', 'text', 'image' ), - 'content' => ' - -
- -
- -
- -

Style Variations

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

- - - -
- - - -
- -
- - - -
- -
- -
- -
- -
- -
- - ', -); diff --git a/inc/patterns/layout/columns-with-cards.php b/inc/patterns/layout/columns-with-cards.php deleted file mode 100644 index 8e8908f..0000000 --- a/inc/patterns/layout/columns-with-cards.php +++ /dev/null @@ -1,107 +0,0 @@ - __( 'Columns with cards', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Columns', 'cards', 'services' ), - 'content' => ' - -
-
-
-
- -
- -
- - - -
-

Lorem ipsum

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.

- - - - -
-
- - - -
- -
- -
- - - -
-

Lorem ipsum

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.

- - - - -
-
- - - -
- -
- -
- - - -
-

Lorem ipsum

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.

- - - - -
-
-
-
-
- - ', -); diff --git a/inc/patterns/layout/columns-with-icons.php b/inc/patterns/layout/columns-with-icons.php deleted file mode 100644 index 1de7461..0000000 --- a/inc/patterns/layout/columns-with-icons.php +++ /dev/null @@ -1,94 +0,0 @@ - __( 'Columns with icons', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Columns', 'icons', 'features' ), - 'content' => ' - -
-
-
-
-
- -
- -
- -
-
- - - -

Build your site

- - - -

The flexibility and creative control to design your pages exactly as you envision them

-
- - - -
-
-
- -
- -
-
-
- - - -

Style Variations

- - - -

Multiple Style Variations to give a completely different look and feel to your site.

-
- - - -
-
-
- -
- -
-
-
- - - -

Pattern-ready

- - - -

Add patterns quickly and easily create a site that looks amazing and help you make a great first impression

-
-
-
- - ', -); diff --git a/inc/patterns/layout/columns-with-services-text.php b/inc/patterns/layout/columns-with-services-text.php deleted file mode 100644 index bb9d4a6..0000000 --- a/inc/patterns/layout/columns-with-services-text.php +++ /dev/null @@ -1,73 +0,0 @@ - __( 'Columns with Services Text', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'columns', 'services', 'features', '3col' ), - 'content' => ' - -
-
-
-

Service Title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.

- - - - -
- - - -
-

Service Title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.

- - - - -
- - - -
-

Service Title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.

- - - - -
-
-
-', -); diff --git a/inc/patterns/layout/columns-with-services.php b/inc/patterns/layout/columns-with-services.php deleted file mode 100644 index 104fb21..0000000 --- a/inc/patterns/layout/columns-with-services.php +++ /dev/null @@ -1,109 +0,0 @@ - __( 'Columns with Services', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'columns', 'services', 'features', '3col' ), - 'content' => ' - -
-
-
-
-

Subheader

- - - -

Our Services

-
- - - -
- -
-
- - - -
-
-
- -
- -
- - - -

Service Title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.

-
-
- - - -
-
- -
- -
- - - -

Service Title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.

-
-
- - - -
-
- -
- -
- - - -

Service Title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore.

-
-
-
-
-
- - ', -); diff --git a/inc/patterns/layout/contact-section.php b/inc/patterns/layout/contact-section.php deleted file mode 100644 index d55255c..0000000 --- a/inc/patterns/layout/contact-section.php +++ /dev/null @@ -1,43 +0,0 @@ - __( 'Columns Section', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'contact' ), - 'content' => ' - -
- -
-', -); diff --git a/inc/patterns/layout/content-1.php b/inc/patterns/layout/content-1.php new file mode 100644 index 0000000..3d0ccbf --- /dev/null +++ b/inc/patterns/layout/content-1.php @@ -0,0 +1,54 @@ + __( 'Content', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'content', 'columns' ), + 'content' => ' + +
+
+
+
+ + + + +

Title goes here

+ + + +
+ + + +

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

+
+
+ + + +
+
+
+
+
+ + ', +); diff --git a/inc/patterns/layout/content-2.php b/inc/patterns/layout/content-2.php new file mode 100644 index 0000000..f0a4717 --- /dev/null +++ b/inc/patterns/layout/content-2.php @@ -0,0 +1,68 @@ + __( 'Content 2', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'content', 'columns', 'cover' ), + 'content' => ' + +
+
+
+
+ + + + +

Title goes here

+ + + +
+ + + +

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

+
+ + + + +
+ + + +
+
+
+ + + +
+
+
+
+
+ + ', +); diff --git a/inc/patterns/layout/content-with-images.php b/inc/patterns/layout/content-with-images.php deleted file mode 100644 index 776a5dd..0000000 --- a/inc/patterns/layout/content-with-images.php +++ /dev/null @@ -1,72 +0,0 @@ - __( 'Content with images', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Content', 'images', 'text' ), - 'content' => ' - -
-
-
-

Add your title

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

-
- - - -
-
-
- - - -
-
-
-
- - - -
-
-
-
- - - -
-

"...Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor ut labore et dolore magna aliqua..."

- - - - -
-
-
- -', -); diff --git a/inc/patterns/layout/cta-1.php b/inc/patterns/layout/cta-1.php new file mode 100644 index 0000000..787b75f --- /dev/null +++ b/inc/patterns/layout/cta-1.php @@ -0,0 +1,50 @@ + __( 'Call to Action 1', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'cta', 'social' ), + 'content' => ' + +
+
+ + + + +

Title goes here

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+ + + + +
+
+ + ', +); diff --git a/inc/patterns/layout/cta-2.php b/inc/patterns/layout/cta-2.php new file mode 100644 index 0000000..d649cf9 --- /dev/null +++ b/inc/patterns/layout/cta-2.php @@ -0,0 +1,48 @@ + __( 'Call to Action 2', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'donation', 'cta', 'cover' ), + 'content' => ' + +
+
+
+

Sanctus Ipsum

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+ + + + +
+
+
+ + ', +); diff --git a/inc/patterns/layout/cta-3.php b/inc/patterns/layout/cta-3.php new file mode 100644 index 0000000..5a134f7 --- /dev/null +++ b/inc/patterns/layout/cta-3.php @@ -0,0 +1,48 @@ + __( 'Call to Action 3', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'cta', 'cover', 'donation' ), + 'content' => ' + +
+
+ +
+
+ + ', +); diff --git a/inc/patterns/layout/cta-dark.php b/inc/patterns/layout/cta-dark.php deleted file mode 100644 index 1466184..0000000 --- a/inc/patterns/layout/cta-dark.php +++ /dev/null @@ -1,40 +0,0 @@ - __( 'Call to Action with Background Color', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'call to action', 'CTA', 'inverted', 'dark', 'centered', 'cover' ), - 'content' => ' - -
-
-

Let’s work together on your
next project

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

- - - - -
-
- -', -); diff --git a/inc/patterns/layout/events.php b/inc/patterns/layout/events.php new file mode 100644 index 0000000..9e9ceee --- /dev/null +++ b/inc/patterns/layout/events.php @@ -0,0 +1,154 @@ + __( 'Events', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'events', 'features' ), + 'content' => ' + +
+
+
+
+
+
+ + + +
+
+

Title goes here

+ + + +
+

event Date

+ + + +

event Location

+
+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+ + + + +
+
+
+
+ + + +
+
+
+
+
+ + + +
+
+

Title goes here

+ + + +
+

event Date

+ + + +

event Location

+
+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+ + + + +
+
+
+
+ + + +
+
+
+
+
+ + + +
+
+

Title goes here

+ + + +
+

event Date

+ + + +

event Location

+
+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+ + + + +
+
+
+
+
+ + ', +); diff --git a/inc/patterns/layout/faq-section.php b/inc/patterns/layout/faq-section.php deleted file mode 100644 index a62ec0d..0000000 --- a/inc/patterns/layout/faq-section.php +++ /dev/null @@ -1,66 +0,0 @@ - __( 'FAQ Section', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'faq', 'columns' ), - 'content' => ' -
-
-
-

Questions? We\'re here to help!

- - - -

Need more help? Contact us!

-
- - - -
-
-
What areas do you service? -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

-
-
- - - -
-
How do I schedule a consultation? -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

-
-
- - - -
-
What should I expect during the initial consultation? -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

-
-
- - - -
-
Do you offer customized garden designs? -

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

-
-
-
-
-
-', -); diff --git a/inc/patterns/layout/faq.php b/inc/patterns/layout/faq.php new file mode 100644 index 0000000..77066e2 --- /dev/null +++ b/inc/patterns/layout/faq.php @@ -0,0 +1,78 @@ + __( 'FAQ', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'FAQs', 'frequently asked questions', 'toggle' ), + 'content' => ' + +
+
+
+ + + + +

Title goes here

+ + + +
+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+ + + +
+
+
Title goes here +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+ + + +
+
Title goes here +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+ + + +
+
Title goes here +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+ + + +
+
Title goes here +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+
+
+
+ + ', +); diff --git a/inc/patterns/layout/features-1.php b/inc/patterns/layout/features-1.php new file mode 100644 index 0000000..10c3994 --- /dev/null +++ b/inc/patterns/layout/features-1.php @@ -0,0 +1,76 @@ + __( 'Features', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'features', 'cards', 'columns' ), + 'content' => ' + +
+
+ + + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+ + + +
+
+ + + +
+
+
+

Title goes here

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+
+
+ + + +
+
+

Title goes here

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+
+
+ + + +
+
+

Title goes here

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+
+
+
+
+ + ', +); diff --git a/inc/patterns/layout/boxed-features-1.php b/inc/patterns/layout/features-2.php similarity index 56% rename from inc/patterns/layout/boxed-features-1.php rename to inc/patterns/layout/features-2.php index 33e3092..81b720e 100644 --- a/inc/patterns/layout/boxed-features-1.php +++ b/inc/patterns/layout/features-2.php @@ -6,63 +6,72 @@ * @package church-fse * @since 1.0.0 * - * slug: boxed-features-1 - * title: Columns with feature boxes + * slug: features-2 + * title: Features 2 * categories: ChurchFSE - * keywords: Columns, cards, services + * keywords: features, cards, columns */ use ChurchFSE\Assets_Manager; return array( - 'title' => __( 'Columns with feature boxes', 'church-fse' ), + 'title' => __( 'Features', 'church-fse' ), 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Columns', 'cards', 'services' ), + 'keywords' => array( 'features', 'cards', 'columns' ), 'content' => ' - -
-
-

Add your title here

+ +
+
+ + + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+ +
+ + -

Lorem ipsum dolor sit amet, consectetur adipiscing elit

+

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

- + +
-
-
-

Feature

+
+
+

Title goes here

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.

+

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

-
-
-

Feature

+
+
+

Title goes here

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.

+

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

-
-
-

Feature

+
+
+

Title goes here

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.

+

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

@@ -70,41 +79,42 @@
-
-
-

Feature

+
+
+

Title goes here

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.

+

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

- -
-
-

Feature

+ +
+
+

Title goes here

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.

+

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

- -
-
-

Feature

+ +
+
+

Title goes here

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.

+

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+
', ); diff --git a/inc/patterns/layout/features-3.php b/inc/patterns/layout/features-3.php new file mode 100644 index 0000000..0ea8455 --- /dev/null +++ b/inc/patterns/layout/features-3.php @@ -0,0 +1,62 @@ + __( 'Features 3', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'features', 'columns' ), + 'content' => ' + + + + ', +); diff --git a/inc/patterns/layout/features-4.php b/inc/patterns/layout/features-4.php new file mode 100644 index 0000000..84b4bd7 --- /dev/null +++ b/inc/patterns/layout/features-4.php @@ -0,0 +1,96 @@ + __( 'Features 4', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'features', 'columns' ), + 'content' => ' + +
+
+ + + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+
+ + + +
+
+
+

Title goes here

+ + + +
+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+ + + +
+

Title goes here

+ + + +
+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+ + + +
+
+

Title goes here

+ + + +
+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+ + + +
+

Title goes here

+ + + +
+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+
+
+ + ', +); diff --git a/inc/patterns/layout/full-width-columns-content-image.php b/inc/patterns/layout/full-width-columns-content-image.php deleted file mode 100644 index 0a86b64..0000000 --- a/inc/patterns/layout/full-width-columns-content-image.php +++ /dev/null @@ -1,100 +0,0 @@ - __( 'Full-width columns with image and content', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Full-width', 'columns', 'image', 'inverted', 'dark' ), - 'content' => ' - -
- - -
- -', -); diff --git a/inc/patterns/layout/full-width-quote.php b/inc/patterns/layout/full-width-quote.php deleted file mode 100644 index 22fe145..0000000 --- a/inc/patterns/layout/full-width-quote.php +++ /dev/null @@ -1,34 +0,0 @@ - __( 'Full-width columns with image and content', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Full-width', 'quote', 'text', 'inverted', 'dark' ), - 'content' => ' - -
-
-

"...Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua..."

- - - -

SEAN FISHER

-
-
- -', -); diff --git a/inc/patterns/layout/hero-1.php b/inc/patterns/layout/hero-1.php new file mode 100644 index 0000000..934708e --- /dev/null +++ b/inc/patterns/layout/hero-1.php @@ -0,0 +1,48 @@ + __( 'Hero Section', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'hero', 'cover' ), + 'content' => ' + +
+
+
+

Sanctus Ipsum

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+ + + + +
+
+
+ + ', +); diff --git a/inc/patterns/layout/hero-with-feature-columns.php b/inc/patterns/layout/hero-with-feature-columns.php deleted file mode 100644 index dbcd388..0000000 --- a/inc/patterns/layout/hero-with-feature-columns.php +++ /dev/null @@ -1,59 +0,0 @@ - __( 'Hero section with feature columns', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'columns', 'hero' ), - 'content' => ' - -
- -
- -
- -

Create and grow your
unique website today

- - - -

Build a website for your business or brand, with Church FSE

- - - -
- - - -
- -
- - - -
- -
- -
- -
- -
- -
-', -); diff --git a/inc/patterns/layout/hero-with-text.php b/inc/patterns/layout/hero-with-text.php deleted file mode 100644 index 7ce06ac..0000000 --- a/inc/patterns/layout/hero-with-text.php +++ /dev/null @@ -1,43 +0,0 @@ - __( 'Hero section with text', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'hero' ), - 'content' => ' - -
-
-
-
-

Create and grow your
unique website today

- - - -

Build a website for your business or brand, with Church FSE

- - - - -
-
-
-
-', -); diff --git a/inc/patterns/layout/map-section.php b/inc/patterns/layout/map-section.php deleted file mode 100644 index cebb7f0..0000000 --- a/inc/patterns/layout/map-section.php +++ /dev/null @@ -1,29 +0,0 @@ - __( 'Map Section', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'contact' ), - 'content' => ' - -
-
-
-', -); diff --git a/inc/patterns/layout/ministries-1.php b/inc/patterns/layout/ministries-1.php new file mode 100644 index 0000000..e2b04bb --- /dev/null +++ b/inc/patterns/layout/ministries-1.php @@ -0,0 +1,124 @@ + __( 'Ministries', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'ministries', 'features', 'cards' ), + 'content' => ' + +
+
+ + + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+ + + +
+ + + +
+
+
+

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

+
+ + + +
+
+
+
+ + + +
+
+
+
+ + + +
+

Title goes here

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+
+ + + +
+
+
+ + + +
+

Title goes here

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+
+ + + +
+
+
+ + + +
+

Title goes here

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+
+
+ + + +
+

Title goes here

+ + + + +
+
+ + ', +); diff --git a/inc/patterns/layout/ministries-2.php b/inc/patterns/layout/ministries-2.php new file mode 100644 index 0000000..b23352b --- /dev/null +++ b/inc/patterns/layout/ministries-2.php @@ -0,0 +1,116 @@ + __( 'Ministries 2', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'ministries', 'features', 'cards' ), + 'content' => ' + +
+
+ + + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+ + + +
+ + + +
+

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+ + + +
+
+
+
+
+
+
+ + + +
+
+

Children\'s Ministry

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+
+ + + +
+
+
+

Youth & Young Adults

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+ + + +
+
+
+
+
+
+ + + +
+
+
+
+
+
+ + + +
+
+

Worship & Music Team

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+
+
+
+ + ', +); diff --git a/inc/patterns/layout/page-cover-bg-image.php b/inc/patterns/layout/page-cover-bg-image.php deleted file mode 100644 index ae62278..0000000 --- a/inc/patterns/layout/page-cover-bg-image.php +++ /dev/null @@ -1,52 +0,0 @@ - __( 'Page Cover with background image', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'call to action', 'page cover', 'inverted', 'dark' ), - 'content' => ' - -
- - -
- -
- -

Let’s work together on your next project

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

- - - -
- - - -
- -
- -
-
- -', -); diff --git a/inc/patterns/layout/page-cover-with-buttons.php b/inc/patterns/layout/page-cover-with-buttons.php deleted file mode 100644 index 8dc4a55..0000000 --- a/inc/patterns/layout/page-cover-with-buttons.php +++ /dev/null @@ -1,56 +0,0 @@ - __( 'Page Cover with Buttons', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Hero', 'Page Hero', 'Cover' ), - 'content' => ' - -
- - -
- -
- -

Create and grow your
unique website today

- - - -

Build a website for your business or brand, with Church FSE

- - - -
- - - - - - - -
- -
- -
-
- -', -); diff --git a/inc/patterns/layout/portfolio-columns.php b/inc/patterns/layout/portfolio-columns.php deleted file mode 100644 index 16991b7..0000000 --- a/inc/patterns/layout/portfolio-columns.php +++ /dev/null @@ -1,77 +0,0 @@ - __( 'Columns with portfolio items', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Columns', 'portfolio', 'cover' ), - 'content' => ' - -
- -

Featured Work

- - - -
- -
- -
- - -
- -
- - - -
- -
-
- -
- - - -
- -
- - -
- -
- - - -
- -
-
- -
- -
- -
- - ', -); diff --git a/inc/patterns/layout/pricing-columns.php b/inc/patterns/layout/pricing-columns.php deleted file mode 100644 index a2133b4..0000000 --- a/inc/patterns/layout/pricing-columns.php +++ /dev/null @@ -1,146 +0,0 @@ - __( 'Columns with Pricing', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Pricing', 'plans', 'columns' ), - 'content' => ' - -
-

Pricing Plans

- - - -
-
-
-
-

Starter

- - - -

$69

-
- - - - - - - -
-

Lorem Ipsum

- - - -

Lorem Ipsum

- - - -

Lorem Ipsum

- - - -

Lorem Ipsum

-
-
- - - -
-
-

Pro

- - - -

$89

-
- - - - - - - -
-

Lorem Ipsum

- - - -

Lorem Ipsum

- - - -

Lorem Ipsum

- - - -

Lorem Ipsum

-
-
- - - -
-
-

Expert

- - - -

$199

-
- - - - - - - -
-

Lorem Ipsum

- - - -

Lorem Ipsum

- - - -

Lorem Ipsum

- - - -

Lorem Ipsum

-
-
-
-
- - - -
-

All plans come with a 14-day money-back guarantee

-
-
- - ', -); diff --git a/inc/patterns/layout/sermons-1.php b/inc/patterns/layout/sermons-1.php new file mode 100644 index 0000000..1f8e456 --- /dev/null +++ b/inc/patterns/layout/sermons-1.php @@ -0,0 +1,169 @@ + __( 'Sermons', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'sermons', 'features', 'cards' ), + 'content' => ' + +
+
+ + + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+ + + +
+ + + +

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt.

+
+ + + +
+
+
+ + + +
+

Title goes here

+ + + +

Benedictus qui venit in nomine Domini

+
+ + + +

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

+ + + + +
+ + + +
+
+ + + +
+

Title goes here

+ + + +

Benedictus qui venit in nomine Domini

+
+ + + +

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

+ + + + +
+ + + +
+
+ + + +
+

Title goes here

+ + + +

Benedictus qui venit in nomine Domini

+
+ + + +

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

+ + + + +
+ + + +
+
+ + + +
+

Title goes here

+ + + +

Benedictus qui venit in nomine Domini

+
+ + + +

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

+ + + + +
+
+
+ + ', +); diff --git a/inc/patterns/layout/sermons-2.php b/inc/patterns/layout/sermons-2.php new file mode 100644 index 0000000..c0064af --- /dev/null +++ b/inc/patterns/layout/sermons-2.php @@ -0,0 +1,174 @@ + __( 'Sermons 2', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'sermons', 'features', 'cards' ), + 'content' => ' + +
+
+ + + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+ + + +
+ + + +
+
+
+

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

+
+ + + +
+
+
+
+ + + +
+
+
+

Title goes here

+ + + +

Benedictus qui venit in nomine Domini

+
+ + + +

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

+ + + + +
+ + + +
+
+

Title goes here

+ + + +

Benedictus qui venit in nomine Domini

+
+ + + +

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

+ + + + +
+ + + +
+
+

Title goes here

+ + + +

Benedictus qui venit in nomine Domini

+
+ + + +

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

+ + + + +
+ + + +
+
+

Title goes here

+ + + +

Benedictus qui venit in nomine Domini

+
+ + + +

Verbum Dei lucet in tenebris, et tenebrae eam non comprehenderunt. Dominus pastor meus est, nihil mihi deerit; in pascuis virentibus me collocavit, ad aquas quietis me duxit.

+ + + + +
+
+
+ + ', +); diff --git a/inc/patterns/layout/team-members-columns.php b/inc/patterns/layout/team-members-columns.php deleted file mode 100644 index 6aefa31..0000000 --- a/inc/patterns/layout/team-members-columns.php +++ /dev/null @@ -1,139 +0,0 @@ - __( 'Columns with Team members', 'church-fse' ), - 'categories' => array( 'church-fse' ), - 'keywords' => array( 'Columns', 'team members' ), - 'content' => ' - -
-
-

Our Team

- - - -

Lorem ipsum dolor sit amet, consectetur.

-
- - - -
-
-
-
- -
- -
- - - -

Jake Austin

- - - -

CEO

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

- - - - -
-
- - - -
-
-
- -
- -
- - - -

Jake Austin

- - - -

CEO

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

- - - - -
-
-
- - - -
-
-
- -
- -
- - - -

Jane Spears

- - - -

Client Service

- - - -

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

- - - - -
-
-
-
-
-
- - ', -); diff --git a/inc/patterns/layout/testimonial.php b/inc/patterns/layout/testimonial.php new file mode 100644 index 0000000..fe0f3eb --- /dev/null +++ b/inc/patterns/layout/testimonial.php @@ -0,0 +1,48 @@ + __( 'Testimonial', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'testimonials' ), + 'content' => ' + +
+
+
+

Title goes here

+
+ + + +
+

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+
+
+ + + +
+

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+ + + +

Sanctus Ipsum

+
+
+ + ', +); diff --git a/inc/patterns/layout/verse.php b/inc/patterns/layout/verse.php new file mode 100644 index 0000000..bd53400 --- /dev/null +++ b/inc/patterns/layout/verse.php @@ -0,0 +1,36 @@ + __( 'Verse', 'church-fse' ), + 'categories' => array( 'church-fse' ), + 'keywords' => array( 'verse', 'cta', 'quote' ), + 'content' => ' + +
+

Sanctus Ipsum

+ + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis. Benediximus te, adoramus te, glorificamus nomen tuum in saecula saeculorum. Amen.

+ + + +

CITE

+
+ + ', +); diff --git a/inc/patterns/loops/post-loop-1.php b/inc/patterns/loops/post-loop-1.php deleted file mode 100644 index d69b097..0000000 --- a/inc/patterns/loops/post-loop-1.php +++ /dev/null @@ -1,42 +0,0 @@ - __( 'Posts loop grid simple', 'church-fse' ), - 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'posts', 'loop', 'blog', 'feed' ), - 'content' => ' - -
-

From the blog

- - - -
- - - - - - - - - -

No Posts were found

- -
-
- - ', -); diff --git a/inc/patterns/loops/post-loop-2.php b/inc/patterns/loops/post-loop-2.php deleted file mode 100644 index 2eaf929..0000000 --- a/inc/patterns/loops/post-loop-2.php +++ /dev/null @@ -1,42 +0,0 @@ - __( 'Posts loop grid inverted', 'church-fse' ), - 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'posts', 'loop', 'blog', 'feed', 'dark', 'inverted' ), - 'content' => ' - - - - ', -); diff --git a/inc/patterns/loops/post-loop-3.php b/inc/patterns/loops/post-loop-3.php deleted file mode 100644 index 93cd370..0000000 --- a/inc/patterns/loops/post-loop-3.php +++ /dev/null @@ -1,46 +0,0 @@ - __( 'Post cards', 'church-fse' ), - 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'posts', 'loop', 'blog', 'feed', 'cards' ), - 'content' => ' - -
-

From the blog

- - - -
- -
- - -
- -
-
- - - - - -

No Posts were found

- -
-
- - ', -); diff --git a/inc/patterns/loops/post-loop-4.php b/inc/patterns/loops/post-loop-4.php deleted file mode 100644 index 360c27b..0000000 --- a/inc/patterns/loops/post-loop-4.php +++ /dev/null @@ -1,46 +0,0 @@ - __( 'Post rows', 'church-fse' ), - 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'posts', 'loop', 'blog', 'feed', 'rows' ), - 'content' => ' - -
-
- -
-
- - - -
- - - -
-
- - - - - -

No Posts were found

- -
-
- - ', -); diff --git a/inc/patterns/loops/post-loop-5.php b/inc/patterns/loops/post-loop-5.php deleted file mode 100644 index 357eb0f..0000000 --- a/inc/patterns/loops/post-loop-5.php +++ /dev/null @@ -1,52 +0,0 @@ - __( 'Post rows', 'church-fse' ), - 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'posts', 'loop', 'blog', 'feed', 'rows', 'cards' ), - 'content' => ' - -
-
- -
-
- - - -
- - - -
-
- - - - - -

No Posts were found

- - - - - - - -
-
- -', -); diff --git a/inc/patterns/loops/post-loop-6.php b/inc/patterns/loops/post-loop-6.php deleted file mode 100644 index 010974e..0000000 --- a/inc/patterns/loops/post-loop-6.php +++ /dev/null @@ -1,52 +0,0 @@ - __( 'Posts loop grid simple', 'church-fse' ), - 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'posts', 'loop', 'blog', 'feed', 'rows', 'list' ), - 'content' => ' - -
-
- -
-
- - - -
- - - -
-
- - - - - -

No Posts were found

- - - - - - - -
-
- - ', -); diff --git a/inc/patterns/loops/post-loop-7.php b/inc/patterns/loops/post-loop-7.php deleted file mode 100644 index 69e3b3d..0000000 --- a/inc/patterns/loops/post-loop-7.php +++ /dev/null @@ -1,50 +0,0 @@ - __( 'Post cards 2', 'church-fse' ), - 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'posts', 'loop', 'blog', 'feed', 'grid', 'cards', 'excerpt' ), - 'content' => ' - -
-
- -
- - -
- - - -
-
- - - - - -

No Posts were found

- - - - - - - -
-
- - ', -); diff --git a/inc/patterns/loops/post-loop-8.php b/inc/patterns/loops/post-loop-8.php deleted file mode 100644 index 41b316b..0000000 --- a/inc/patterns/loops/post-loop-8.php +++ /dev/null @@ -1,54 +0,0 @@ - __( 'Posts', 'church-fse' ), - 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'posts', 'loop', 'blog', 'feed', '1 col' ), - 'content' => ' - -
-
- -
- - -
- - - - - -
-
- - - - - -

No Posts were found

- - - - -
- - - -
-
-
- -', -); diff --git a/inc/patterns/loops/post-loop-9.php b/inc/patterns/loops/post-loop-9.php deleted file mode 100644 index c13da41..0000000 --- a/inc/patterns/loops/post-loop-9.php +++ /dev/null @@ -1,44 +0,0 @@ - __( 'Post Covers', 'church-fse' ), - 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'posts', 'loop', 'blog', 'feed', '1 col', 'covers', 'tile' ), - 'content' => ' - -
-
- -
- -
- - - - - -

No Posts were found

- - - - - - - -
-
- - ', -); diff --git a/inc/patterns/loops/posts-1.php b/inc/patterns/loops/posts-1.php new file mode 100644 index 0000000..4521017 --- /dev/null +++ b/inc/patterns/loops/posts-1.php @@ -0,0 +1,60 @@ + __( 'Posts', 'church-fse' ), + 'categories' => array( 'church-fse', 'posts' ), + 'keywords' => array( 'posts', 'loop', 'blog' ), + 'content' => ' + +
+
+ + + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+ + + +
+
+ + + +
+ + + +
+ + + +
+ + + + + + + + + +

Unfortunately no posts were found

+ +
+
+ + ', +); diff --git a/inc/patterns/loops/posts-2.php b/inc/patterns/loops/posts-2.php new file mode 100644 index 0000000..567e6d6 --- /dev/null +++ b/inc/patterns/loops/posts-2.php @@ -0,0 +1,56 @@ + __( 'Posts 2', 'church-fse' ), + 'categories' => array( 'church-fse', 'posts' ), + 'keywords' => array( 'posts', 'loop', 'blog' ), + 'content' => ' + +
+
+ + + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+ + + +
+
+ + + +
+ + + +
+ + + +
+ + + + + +

No Posts were found

+ +
+
+ + ', +); diff --git a/inc/patterns/loops/posts-3.php b/inc/patterns/loops/posts-3.php new file mode 100644 index 0000000..d6e447b --- /dev/null +++ b/inc/patterns/loops/posts-3.php @@ -0,0 +1,42 @@ + __( 'Posts 3', 'church-fse' ), + 'categories' => array( 'church-fse', 'posts' ), + 'keywords' => array( 'posts', 'loop', 'blog' ), + 'content' => ' + + + + ', +); diff --git a/inc/patterns/loops/posts-4.php b/inc/patterns/loops/posts-4.php new file mode 100644 index 0000000..96df51b --- /dev/null +++ b/inc/patterns/loops/posts-4.php @@ -0,0 +1,54 @@ + __( 'Posts 4', 'church-fse' ), + 'categories' => array( 'church-fse', 'posts' ), + 'keywords' => array( 'posts', 'loop', 'blog' ), + 'content' => ' + +
+
+ + + + +

Gloria in excelsis Deo, et pax hominibus bonae voluntatis.

+ + + +
+
+ + + +
+ + + +
+ +
+ + + + + +

No Posts were found

+ +
+
+ + ', +); diff --git a/inc/patterns/page_titles/page-title-1.php b/inc/patterns/page_titles/page-title-1.php index ddb5c90..c9a90d1 100644 --- a/inc/patterns/page_titles/page-title-1.php +++ b/inc/patterns/page_titles/page-title-1.php @@ -7,18 +7,22 @@ * @since 1.0.0 * * slug: page-title-1 - * title: Page Title - Simple + * title: Page Title * categories: ChurchFSE - * keywords: Page Title, Post title + * keywords: page title */ +use ChurchFSE\Assets_Manager; + return array( - 'title' => __( 'Page Title - Simple', 'church-fse' ), + 'title' => __( 'Page Title', 'church-fse' ), 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'Page Title', 'Post title' ), + 'keywords' => array( 'page title' ), 'content' => ' - -
+ + ', ); diff --git a/inc/patterns/page_titles/page-title-2.php b/inc/patterns/page_titles/page-title-2.php index 8e409b3..af22ea5 100644 --- a/inc/patterns/page_titles/page-title-2.php +++ b/inc/patterns/page_titles/page-title-2.php @@ -7,22 +7,26 @@ * @since 1.0.0 * * slug: page-title-2 - * title: Page Title - Dark + * title: Page Title * categories: ChurchFSE - * keywords: Page Title, Post title, background, inverted, dark + * keywords: page title, cover */ +use ChurchFSE\Assets_Manager; + +$church_fse_img04 = Assets_Manager::get_image_url( 'church-fse-4.webp' ); + return array( - 'title' => __( 'Page Title - Dark', 'church-fse' ), + 'title' => __( 'Page Title', 'church-fse' ), 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'Page Title', 'Post title', 'background', 'inverted', 'dark' ), + 'keywords' => array( 'page title', 'cover' ), 'content' => ' - -
-
-
-
-
+ +
+
+

Title goes here

+
+
', ); diff --git a/inc/patterns/page_titles/page-title-3.php b/inc/patterns/page_titles/page-title-3.php deleted file mode 100644 index 828e737..0000000 --- a/inc/patterns/page_titles/page-title-3.php +++ /dev/null @@ -1,28 +0,0 @@ - __( 'Page Title - Light', 'church-fse' ), - 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'Page Title', 'Post title', 'background', 'light' ), - 'content' => ' - -
-
-
-
-
- - ', -); diff --git a/inc/patterns/page_titles/page-title-4.php b/inc/patterns/page_titles/page-title-4.php deleted file mode 100644 index 171d323..0000000 --- a/inc/patterns/page_titles/page-title-4.php +++ /dev/null @@ -1,42 +0,0 @@ - __( 'Page Title - Cover', 'church-fse' ), - 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'Page Title', 'Post title', 'background', 'cover' ), - 'content' => ' - -
- - -
- -
- -
- -
- -
- -
-
- - ', -); diff --git a/inc/patterns/page_titles/page-title-5.php b/inc/patterns/page_titles/page-title-5.php deleted file mode 100644 index 30405dd..0000000 --- a/inc/patterns/page_titles/page-title-5.php +++ /dev/null @@ -1,42 +0,0 @@ - __( 'Page Title - Cover Boxed', 'church-fse' ), - 'categories' => array( 'church-fse', 'posts' ), - 'keywords' => array( 'Page Title', 'Post title', 'background', 'cover', 'boxed' ), - 'content' => ' - -
- - -
- -
- -
- -
- -
- -
-
- - ', -);