ColoredCow / ColoredCow/wordpress-bootcamp-2020

Day 3 – Taking your theme to the next level.

Open
#3 9 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

You’ll make your site content dynamic and will see why WordPress is the world’s best CMS.

### To Dos

- [ ] Start with a basic PHP page inside your theme, call it `page.php`
- [ ] Add external CSS and JS, use [Bootstrap](https://getbootstrap.com/docs/4.4/getting-started/introduction/#quick-start)
- [ ] Your page should have a cover image, content, and title.
- [ ] Use WP functions to make the content dynamic
- [ ] ~Add menu support~
- [ ] ~Add featured image support~

### See links

1. [Bootstrap starter template](https://getbootstrap.com/docs/4.4/getting-started/introduction/#starter-template)
1. https://developer.wordpress.org/reference/functions/the_title/
1. https://developer.wordpress.org/reference/functions/the_content/
1. https://developer.wordpress.org/reference/functions/the_post_thumbnail/
1. https://developer.wordpress.org/reference/functions/add_theme_support/

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the theme's basic PHP page, named page.php, and read the linked Bootstrap starter template plus the WordPress references for the_title, the_content, and the_post_thumbnail. Done means the page has a cover image, title, and content, uses external Bootstrap CSS and JS, and renders its content dynamically through WordPress functions.

Written by the indexing model from the issue text.

Assessment

Tech stack
bootstrap, php, wordpress
Domain
content, frontend, web-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.