ifelse
Forum Replies Created
-
Forum: Themes and Templates
In reply to: PHP specific question.BTW, if anybody does have a good book, please comment here. I’m sure we’ll all want to know…
Forum: Themes and Templates
In reply to: PHP specific question.Not sure about an introductory book unfortunately:-( I tend to learn by doing (i.e. jumping straight in). A good thing to do is set up a little sandbox environment and just play around.
The web (esp. php.net) is actually a fantastic resource and one I use more than books. Kinda like web design really… Bowman, Meyer et al are better resources than any book:-)
Now if you were asking about Java or Oracle books, I have a few recommendations…
Forum: Themes and Templates
In reply to: PHP specific question.Via http://uk2.php.net/date, change “M” to “F”
Forum: Themes and Templates
In reply to: Gespaa 2 ColumnsTo be honest, I didn’t even know about multiple page posts. Learn something everyday:-) I’ll have to look into that one…
Forum: Themes and Templates
In reply to: Gespaa 2 ColumnsBTW, by default, the theme has been setup to not display the comments icon if there have been no comments:-)
Forum: Themes and Templates
In reply to: Gespaa 2 ColumnsApologies. The « and » arrows should be « and » respectively
Forum: Themes and Templates
In reply to: Gespaa 2 ColumnsSorry, I meant add the bit in bold to the index.php file.
Forum: Themes and Templates
In reply to: Gespaa 2 ColumnsFor number 2, add the following
<?php }?>
<div class="prev_next_nav">
<?php posts_nav_link('','','« Earlier entries'); ?> <?php posts_nav_link('','Later entries »',''); ?>
</div>
<?php } else { // end foreach, end if any posts ?>
Forum: Fixing WordPress
In reply to: 3 column, how to make it dynamic?Cross answering here:-)
That theme was never really designed for 3 columns. However, take a look at the css behind experimental test if you want a quick answer.
Forum: Your WordPress
In reply to: IfElse redesigned: 3col to 2 col and other experimentationsIraq,
That theme was never really designed for 3 columns. However, take a look at the css behind experimental test if you want a quick answer.Forum: Fixing WordPress
In reply to: Changing the date formatIf you remove just the two lines which Podz mentioned, i.e.
<!--
and
-->
(Those are HTML comments which ‘comment out’ everything in between them.) You should then see the date appearing above the posts. It should look something like thisBTW, and slightly OT, but that’s an useful page which Podz provided. I didn’t know about that one.
Forum: Themes and Templates
In reply to: IE bug questionIt’s like the antithesis of my site
I’m tempted to make that my tagline… “ifelse – the anti broken kode” 🙂Forum: Fixing WordPress
In reply to: mod_rewrite problem (my host is oneandone.co.uk)I don’t believe that phpinfo(); displays the status of mod_rewrite (at least it doesn’t in my setup where it is turned on).
BTW, after you resolve things, it’ll be a good idea to remove or at least protect files with phpinfo calls as it gives away a significant amount of info.
When you get WP to recreate the .htaccess file from scratch, does it get created and written with access rules?
Forum: Fixing WordPress
In reply to: mod_rewrite problem (my host is oneandone.co.uk)Do you mean
– You can verify that mod_rewrite is switched on with *my* account
or
– You can verify that mod_rewrite is switched on in general with a oneandone.co.uk account?I meant that as mod_rewrite is turned on with my account, and because I did no special configuration, it strongly suggests that it would be the case in general.
Giving the file 755 should be sufficient.
Forum: Themes and Templates
In reply to: IE bug questionGlad it worked! Now your site looks amazing in all the browsers:-)