Open pokhiii opened 4 years ago
<?php echo get_the_title(); ?>
<?php
while ( have_posts() ) {
the_post();
the_content();
}
?>
[x] Start with a basic PHP page inside your theme, call it page.php
[x] Add external CSS and JS, use Bootstrap
[x] Your page should have a cover image, content, and title.
[x] Use WP functions to make the content dynamic
[ ] Add menu support
[ ] Add featured image support
[x] Start with a basic PHP page inside your theme, call it page.php
[x] Add external CSS and JS, use Bootstrap
[x] Your page should have a cover image, content, and title.
[x] Use WP functions to make the content dynamic
[ ] Add menu support
[ ] Add featured image support
[x] Start with a basic PHP page inside your theme, call it page.php
[x] Add external CSS and JS, use Bootstrap
[x] Your page should have a cover image, content, and title.
[x] Use WP functions to make the content dynamic
[ ] Add menu support
[ ] Add featured image support
[x] Start with a basic PHP page inside your theme, call it page.php
[x] Add external CSS and JS, use Bootstrap
[x] 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
You’ll make your site content dynamic and will see why WordPress is the world’s best CMS.
To Dos
page.php
See links