I work for the CarQuest Auto Parts Network and Manage 3 company Wordpress Sites. Each site had a link to an external Blog on Wordpress.com. I have now taken away the external link and am in the process of creating 3 new internal blogs on these websites.
1. Create a New Page on The WP Site called Blog
2. Create the Menu Link within Appearance > Menus Editor
3. Create a New Category for Each of my New Blog Posts - Posts > Categories (I created a new one called Articles)
4. Create a New Test Post and assign it the to the new Category - Articles.
5. Under Settings > Reading I have set my (Posts Page : Blog)
Problem is my CSS is all messed up? When I do not set my Reading setting to go to the Blog Page the style looks fine. But if I set the Posts to go to the target page "Blog" it looses the CSS style for some reason.
Correct me if I am wrong but I thought the style for this page would be pulled from "archive.php" Which Has the following code within it:
and other elements at the end of the page to move the page around into the proper DIV's? I don't know why the css is not being called into the Blog - Post Article when I can see it in the Editor under Archives, but it is not getting through to the front end display. This is the second one I create and not too sure if this is the right template page to edit or if some other setting is not being called.
I am using Ultimate Blog Roll on the other sites for my Wordpress Plugin, but I have not installed it yet on this second site until I can figure out the CSS problem.
thanks for your help!!!
Signed, "Bad Motor Finger."
WordPress
Last Comment
Chris Labbate
8/22/2022 - Mon
Robert Granlund
The Wordpress engine normally pulls from the style.css file that is in your theme folder, in the same folder where your index.php file is. Unless of course you have referenced another style sheet in the head. Also, is that style sheet referenced in the head. The archive file is for older posts on your site.
Chris Labbate
ASKER
This is standard information, if you read the above code I am looking for the right Theme Page to Edit to get this into the code:
Place something like <?php echo "Hello World"; ?> in each of the templates until you find it. Also check the header.php to make sure it is not controlling the template output of those few divs. Also outside chance, look at the sidebar.php
Thanks Guys, after comparing the two blogs from the 2 websites I was able to find the missing DIVs and place them into page.php, index.php ect...as labeled above.