Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the lowercased "p" for "WordPress" in a few places #283

Merged
merged 1 commit into from
Jan 29, 2024
Merged
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
titlecase fix for WordPress
  • Loading branch information
ckhicks authored Jan 25, 2024
commit 136c89f84db2bba3dea3d6308c190413e185ed4a
8 changes: 4 additions & 4 deletions deploy/tutorials/tutorial-wordpress-frontend.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Use Wordpress as a headless CMS
# Use WordPress as a headless CMS

Wordpress is the most popular CMS in the world, but is difficult to use in a
WordPress is the most popular CMS in the world, but is difficult to use in a
"headless" form, i.e. with a custom frontend.

In this tutorial, we show how to use Fresh, a modern web framework built on
Deno, to create a frontend for headless Wordpress.
Deno, to create a frontend for headless WordPress.

## **Step 1:** Clone the Fresh Wordpress theme
## **Step 1:** Clone the Fresh WordPress theme

Fresh offers two ready-to-go themes, one for a blog and one for shopfront.

Expand Down