steyr_commando
Forum Replies Created
-
Forum: Themes and Templates
In reply to: All in One SEO not working with themeIt 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.
Forum: Fixing WordPress
In reply to: Spacing Between Header and Post ProblemI 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.
Forum: Fixing WordPress
In reply to: how to erase a logo in my page template?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.Forum: Fixing WordPress
In reply to: Can’t reset to default themecheck your cache, I can view your site in default theme.
Forum: Fixing WordPress
In reply to: Post is not full text publishedI see it.
no problem on your site, I can read entire your article. Delete your browser cache and check again.
Forum: Fixing WordPress
In reply to: Importing to wordpress on localhostyou should check your permission of your upload folder, set it to 777 and try again.