brochures
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Wierd IE bug, please have a lookPlease someone give me a hand with this, I have no idea why this is happening.
Forum: Fixing WordPress
In reply to: Firefox title overlapping date/textanyone??
Forum: Fixing WordPress
In reply to: Sidebar generated links questionLink to code.
Forum: Fixing WordPress
In reply to: Sidebar generated links questionHere is the code for sidebar.php. It is the only page that was modified.
[long code moderated]
Forum: Fixing WordPress
In reply to: Sidebar generated links questionO.K. sorry. =(
Any ideas on why the links are screwy?
Thanks,
DaveForum: Fixing WordPress
In reply to: Sidebar generated links questionYes there are two loops one in the middle section for the Main News and another loop in the left column for a seperate blog.
I wanted them to be completely seperate from each other, so that the “thoughts” blog and news would come up in seperate pages and archives.
Forum: Fixing WordPress
In reply to: Assigning ID #’s – URGENTOne more question.
In her tutorial, it says to copy the loop from:
<?php while (have_posts()) : the_post(); ?>
…
…
<?php endwhile;?>In my index.php file my loop starts with:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
…
…
<?php endwhile; else: ?>
…
<?php endif; ?>Should I be copying the if statement as well or just the while statement leaving the if out.
Because when I pasted into my sidebar.php file i’m getting a Parse error: syntax error, unexpected T_ENDIF in /home/brochures/public_html/wp2/wp-content/themes/cordobo-green-park-09-beta-09/sidebar.php on line 95
Thanks for all your help guys!!
DaveForum: Fixing WordPress
In reply to: Assigning ID #’s – URGENTThanks HandySolo, I think this would probably work for me if I can actually get this working.
Sorry for the “URGENT” But I just might lose a limb if I don’t get this done soon. =)
I have one question about this though, when it says to make a copy of index.php and call it home.php, then it says to add multiple loops to the file, is it saying to change the home.php file?
And would I have to point the index.php file to home.php? How would I do this?
Forum: Fixing WordPress
In reply to: Categories ID to display seperatlyAnyone? Sorry i’m in a bit of a rush.