goverticalcreative
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Blank Page or add text to category page<?php if (is_category('Category A')) : ?> <p>This is the text to describe category A</p> <?php elseif (is_category('Category B')) : ?> <p>This is the text to describe category B</p> <?php else : ?> <p>This is some generic text to describe all other category pages, I could be left blank</p> <?php endif; ?>[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
that is what it said to insert on the category templates page you send me
Forum: Fixing WordPress
In reply to: Remove Blank Page or add text to category pageI did look at that, but it really just confused me. I understand that I need to insert the “if else” statement into the category.php page. But I do not understand where.
Forum: Fixing WordPress
In reply to: Remove Blank Page or add text to category pageOk so the menu items link is a category. I used the category to list the menu options. But if you click on the link, a page comes out. On this page is just says “Menu”. I tried adding text to the page and using html to make some of the text smaller so i could fill in the blank space but the text size would not change.
So basically what I’m trying to do is add text to the menu page that is an appropriate size or have no page open when “menu items” is clicked.Forum: Fixing WordPress
In reply to: Moved WordPress, Now Pages Won't LoadI will also say that I’m using 3.5.1 not 3.0, that was my mistake
Forum: Fixing WordPress
In reply to: Moved WordPress, Now Pages Won't LoadI used the search and replace tool. To my best knowledge I did everything correctly