Forums
(@steyr_commando)
14 years, 9 months ago
It seem you put “<?php wp_head(); ?>” in wrong file or tag.
You should put it inside <head>…</head> tag, if it missing you should create your own.
You can create your custom category template by create new file category-(category-id).php
or
use condition if in category.php such as
<?php if (is_category(‘Category A’)) { ?>
to custom your ads in specific category.
I think you should wrap your single post content inside one div tag (as you do in homepage). That’s easier to align content.
Check your file permission on your Architect theme (and subfolders) to 777 and try again.
Logo appear outside any div (both sidebar and main) but is in “class=logo”. I think a problem is on your theme, or you should see your sidebar script.
check your cache, I can view your site in default theme.
I see it.
no problem on your site, I can read entire your article. Delete your browser cache and check again.
you should check your permission of your upload folder, set it to 777 and try again.