How do I style new page?
-
Hello guys.
I’m new to WordPress, so I guess this is basic problem and you could help me without any problem.
I’m building my website with Bootstrap and ?_s? theme on MAMP right now.
This is how my ?Home? page looks like. OK, let’s say, that this is how I want it to look like.
Then this is how my ?About? page looks like.
Somehow it gets only Bootstrap CDN’s styles, but not my own styles from ?style.css?.
How do I fix it?To not to start another thread, another question:
How do I then set this page? For example, I want to have main page, it will have it’s own structure (not blog), then I need ?About? page and there will be only text obviously, ?Gallery? page with photos and so on. But since they will all look different, how do I set these pages? And how do I put content on these pages? With ?Posts? or should I do it manually?
I have page.php in my site’s folder, but it doesn’t do anything. It has this basic code inside:<?php get_header(); ?> <?php /* Template Name: New Page */ ?> <?php get_footer(); ?>
That second screenshot is how it looks like if I choose this template.
I could do it just by creating new .php’s for new pages and then fill it with code and add to wordpress, but is there a way to do so?
Huge thank you in advance.
- The topic ‘How do I style new page?’ is closed to new replies.