DocEroc
Forum Replies Created
-
You would need to make sure you had the CSS and the HTML that matches that CSS and the right javascript framework.
Forum: Themes and Templates
In reply to: “Fancy” theme how do I change banner?Hello, is it this theme?
Forum: Fixing WordPress
In reply to: Adding Content To A Category Page????If I just have the first one in, I get that heading only on that page.
Forum: Fixing WordPress
In reply to: Adding Content To A Category Page????OMG I am getting aggravated! 😐
Ok,
<?php /* If this is a category archive */ if (is_category('creative-zone')) { ?> <h2>Highway To The CZone</h2> <?php /* If this is a category archive */ elseif (is_category()) { ?> <h2 class="pagetitle">Archive for the ‘<?php single_cat_title(); ?>’ Category</h2>I have done it with if and elseif on both conditions.
But I keep getting a parse error:
Parse error: syntax error, unexpected T_ELSEIFForum: Fixing WordPress
In reply to: Adding Content To A Category Page????OMG I am getting aggravated! 😐
Ok, ` <?php /* If this is a category archive */ if (is_category(‘creative-zone’)) { ?>
<h2>Highway To The CZone</h2>
<?php /* If this is a category archive */ elseif (is_category()) { ?>
<h2 class=”pagetitle”>Archive for the ‘<?php single_cat_title(); ?>’ Category</h2>`I have done it with if and elseif on both conditions.
But I keep getting a parse error:
Parse error: syntax error, unexpected T_ELSEIFForum: Fixing WordPress
In reply to: Adding Content To A Category Page????Could I leave out the condition inside my parentheses on the elseif?
so:
if (is_category('9') ) { //do cat 9 stuff } elseif (is_category()) { //do cat 239 stuff }Forum: Fixing WordPress
In reply to: Adding Content To A Category Page????Since the condition for my category will be determining if it is category FOO or category FOOTOO wouldn’t I throw in an elseif?
Right now it has `<?php /* If this is a category archive */ if (is_category()) { ?>
<h2 class=”pagetitle”>Archive for the ‘<?php single_cat_title(); ?>’ Category</h2>`SO should it be elseif is_category(‘XX’))?
Forum: Fixing WordPress
In reply to: Adding Content To A Category Page????AH Michael! Good deal, I was about to look for that page! I keep getting parse errors. I am trying to see if I use the slug or the ID.
Forum: Fixing WordPress
In reply to: Adding Content To A Category Page????Ok, that plug in for Category Page made me think about something.
I went into the ARCHIVE.php file. For the if_category condition, I took out the H2 tag for the archive title and replace a bit of html that I wanted to show. Lo and behold it worked perfectly!!
But, obviously this is on every dang category now. 😉
So I just need to tweak the condition to show which category to show which content for the header.Now I just need to know how the conditional should be set up!
Forum: Fixing WordPress
In reply to: Adding Content To A Category Page????Hey Chris, I appreciate that. Everything is jumbled up here. I can’t figure out how this works.
Forum: Fixing WordPress
In reply to: Adding Content To A Category Page????http://codex.wordpress.org/Category_Templates
This might be what you are saying. I gotta read it all the way through 😉
Forum: Fixing WordPress
In reply to: Adding Content To A Category Page????Cool. You would think you could make there be some intro content on your category pages
Forum: Installing WordPress
In reply to: Hosted With 1&1 HELP!Oh, ok. I just went ahead and copied everything over into the root.
Forum: Plugins
In reply to: particular pluginDo you have an example from a site you can show?
Forum: Installing WordPress
In reply to: Hosted With 1&1 HELP!Ugh! That worked with main URL and the HOME button, but everything else still throwing an INTERNAL SERVER ERROR