Open pokhiii opened 4 years ago
Version control
Push your code to GitHub
Theme completion
Your site should have at least the following the pages
Below is the link to the repositories that I've created https://github.com/Sam23599/Sketching
Version control
[x] Download and install git
[x] Initialize git on your WordPress project
[x] Set a .gitignore for your project. Docs - Here's one for a WordPress project
[x] Make your first commit
Theme completion
[x] Set page.php
[ ] Set frontpage.php
[ ] Set header.php
[ ] Set footer.php
[x] Set functions.php
[x] Set style.css
Your site should have at least the following the pages
[ ] A landing page
[ ] About page
[ ] Gallery page
[ ] Contact page
Below is the link to the repositories that I've created https://github.com/gaurish-saini/begin1
Version control
Below is the link to the repositories that I've created https://github.com/bj293/begin1
[x] Download and install git
[x] Initialize git on your WordPress project
[x] Set a .gitignore for your project. Docs - Here's one for a WordPress project
[x] Make your first commit
Theme completion
[x] Set page.php
[ ] Set frontpage.php
[ ] Set header.php
[ ] Set footer.php
[x] Set functions.php
[x] Set style.css
Your site should have at least the following the pages
[ ] A landing page
[ ] About page
[ ] Gallery page
[ ] Contact page
[x] Download and install git
[x] Initialize git on your WordPress project
[x] Set a .gitignore for your project. Docs - Here's one for a WordPress project
[x] Make your first commit
Theme completion
[ ] Set page.php
[ ] Set frontpage.php
[ ] Set header.php
[ ] Set footer.php
[ ] Set functions.php
[ ] Set style.css
Your site should have at least the following the pages
[ ] A landing page
[x] About page
[ ] Gallery page
[x] Contact page
Below is the link to the repositories that I've created https://github.com/junaid1010/WordPress-Project
Version control
[x] Download and install git
[x] Initialize git on your WordPress project
[x] Set a .gitignore for your project. Docs - Here's one for a WordPress project
[x] Make your first commit
Theme completion
[x] Set page.php
[ ] Set frontpage.php
[ ] Set header.php
[ ] Set footer.php
[ ] Set functions.php
[x] Set style.css
Your site should have at least the following the pages
[ ] A landing page
[ ] About page
[ ] Gallery page
[ ] Contact page
Below is the link to the repositories that I've created https://github.com/abhinav80066/wordpress
version control
[x] Download and install git
[x] Initialize git on your WordPress project
[x] Set a .gitignore for your project.
[x] Make your first commit
Theme completion
[x] Set page.php
[ ] Set frontpage.php
[x] Set header.php
[x] Set footer.php
[x] Set functions.php
[x] Set style.css
Your site should have at least the following the pages
[x] A landing page
[x] About page
[x] Contact page
[x] Gallery page
Below is the link to the repositories that I've created https://github.com/Riya2903/mywork_
We are going to add support for the following thing in the theme:
functions.php
in your theme.[ ] Add the following code in your functions.php
(replace mytheme
with the name of your theme):
<?php
function mytheme_setup() {
/*
* Enable support for Post Thumbnails on posts and pages.
*/
add_theme_support( 'post-thumbnails' );
// This theme uses wp_nav_menu() in two locations.
register_nav_menus(
array(
'menu-1' => 'Primary',
'footer' => 'Footer Menu',
'social' => 'Social Links Menu',
)
);
/**
* Add support for core custom logo.
*/
add_theme_support(
'custom-logo',
array(
'height' => 190,
'width' => 190,
'flex-width' => false,
'flex-height' => false,
)
);
}
add_action( 'after_setup_theme', 'mytheme_setup' );
Version control
[x] Download and install git
[x] Initialize git on your WordPress project
[x] Set a .gitignore for your project. Docs - Here's one for a WordPress project
[x] Make your first commit
Theme completion
[x] Set page.php
[ ] Set frontpage.php
[ ] Set header.php
[ ] Set footer.php
[x] Set functions.php
[x] Set style.css
Your site should have at least the following the pages
[ ] A landing page
[x] About page
[x] Gallery page
[x] Contact page
Below is the link to the repositories that I've created https://github.com/swati999-bhatt/swati_bhatt.git
[x] Download and install git
[x] Initialize git on your WordPress project
[x] Set a .gitignore for your project. Docs - Here's one for a WordPress project
[x] Make your first commit
[ ] Theme completion
[ ] Set page.php
[ ] Set frontpage.php
[ ] Set header.php
[ ] Set footer.php
[ ] Set functions.php
[ ] Set style.css
Your site should have at least the following the pages
[ ] A landing page
[ ] About page
[ ] Gallery page
[ ] Contact page
header.php
footer.php
front-page.php
functions.php
- https://developer.wordpress.org/reference/functions/wp_enqueue_style/#comment-340Version control
[x] Download and install git
[x] Initialize git on your WordPress project
[x] Set a .gitignore for your project. Docs - Here's one for a WordPress project
[x] Make your first commit
[x] Push your code to GitHub
[x] Create a new repository for your WordPress site
[x] Add remote in your local repository and push to GitHub
[x] Theme completion
[x] Create a file functions.php in your theme.
[x] Add the following code in your functions.php (replace mytheme with the name of your theme):
[x] Set page.php
[x] Set frontpage.php
[x] Set header.php
[x] Set footer.php
[x] Set functions.php
[x] Set style.css
Version control
[x] Download and install git
[x] Initialize git on your WordPress project
[x] Set a .gitignore for your project. Docs - Here's one for a WordPress project
[x] Make your first commit Push your code to GitHub
[x] Create a new repository for your WordPress site
[x] Add remote in your local repository and push to GitHub Theme completion
[x] Create a file functions.php in your theme.
[x] Add the following code in your functions.php (replace mytheme with the name of your theme):
[x] Set page.php
[x] Set frontpage.php
[x] Set header.php
[ ] Set footer.php
[ ] Set functions.php
[ ] Set style.css Your site should have at least the following the pages
[ ] A landing page
[ ] About page
[ ] Gallery page
[ ] Contact page
Version control
[ ] Download and install git
[ ] Initialize git on your WordPress project
[ ] Set a
.gitignore
for your project. Docs - Here's one for a WordPress project[ ] Make your first commit
Push your code to GitHub
[ ] Create a new repository for your WordPress site
[ ] Add remote in your local repository and push to GitHub
Additional
If you liked git or would want to dig further, here is a tutorial that I found helpful: https://www.youtube.com/watch?v=duqBHik7nRo
Theme completion
page.php
frontpage.php
header.php
footer.php
functions.php
style.css
Read about these files: https://developer.wordpress.org/themes/basics/template-files/#common-wordpress-template-files
Your site should have at least the following the pages