Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Removing "Template" from template file title and add "Business" to page templates #644

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion patterns/page-01-business-home.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Home Page
* Title: Business Home Page
* Slug: twentytwentyfour/home
* Categories: page
* Keywords: starter
Expand Down
2 changes: 1 addition & 1 deletion patterns/page-02-business-about.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: About Page
* Title: Business About Page
* Slug: twentytwentyfour/business-about
* Categories: page
* Keywords: starter
Expand Down
2 changes: 1 addition & 1 deletion patterns/template-archive-portfolio.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Portfolio Archive Template
* Title: Portfolio Archive
* Slug: twentytwentyfour/template-archive-portfolio
* Template Types: archive
* Viewport width: 1400
Expand Down
2 changes: 1 addition & 1 deletion patterns/template-archive-writer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Writer Archive Template
* Title: Writer Archive
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We renamed the writer one for another pattern, are we keeping the name for these ones?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we merge this in before the other PR it's fine, then it will be overwritten by the following PR.

* Slug: twentytwentyfour/template-archive-writer
* Template Types: archive, category, tag, author, date
* Viewport width: 1400
Expand Down
2 changes: 1 addition & 1 deletion patterns/template-home-business.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Business Home Template
* Title: Business Home
* Slug: twentytwentyfour/template-home
* Template Types: front-page, index, home
* Viewport width: 1400
Expand Down
2 changes: 1 addition & 1 deletion patterns/template-home-portfolio.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Portfolio Home Template
* Title: Portfolio Home
* Slug: twentytwentyfour/template-home-portfolio
* Template Types: front-page, index, home, page
* Viewport width: 1400
Expand Down
2 changes: 1 addition & 1 deletion patterns/template-home-writer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Writer Home Template
* Title: Writer Home
* Slug: twentytwentyfour/template-home-writer
* Template Types: front-page, index, home, page
* Viewport width: 1400
Expand Down
2 changes: 1 addition & 1 deletion patterns/template-index-portfolio.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Portfolio Index Template
* Title: Portfolio Index
* Slug: twentytwentyfour/template-index-portfolio
* Template Types: index
* Viewport width: 1400
Expand Down
2 changes: 1 addition & 1 deletion patterns/template-index-writer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Writer Index Template
* Title: Writer Index
* Slug: twentytwentyfour/template-index-writer
* Template Types: index, home
* Viewport width: 1400
Expand Down
2 changes: 1 addition & 1 deletion patterns/template-search-portfolio.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Portfolio Search Template
* Title: Portfolio Search
* Slug: twentytwentyfour/template-search-portfolio
* Template Types: search
* Viewport width: 1400
Expand Down
2 changes: 1 addition & 1 deletion patterns/template-search-writer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Writer Search Results Template
* Title: Writer Search Results
* Slug: twentytwentyfour/template-search-writer
* Template Types: search
* Viewport width: 1400
Expand Down
2 changes: 1 addition & 1 deletion patterns/template-single-portfolio.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Portfolio Single post Template
* Title: Portfolio Single post
* Slug: twentytwentyfour/template-single-portfolio
* Template Types: posts, single
* Viewport width: 1400
Expand Down
Loading