candid
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Thank you note after submitting comentsi think I kinda fixed it..
Forum: Fixing WordPress
In reply to: Comments page needs formatingwhen I look at the comments in the ‘Control panel’ there are paragraphs seen on the editor. I agree when they are submitted and published on the blog, the <P> disappears.
Forum: Fixing WordPress
In reply to: Comments page needs formatingyep, done that…and it didn’t make any difference…
Forum: Themes and Templates
In reply to: get_category_link returns nothingI have the following code on my home page where by ‘get_category_link’ used to work before I updated the WP to 2.9. Any idea where do I have to make changes? any help please?
<p>Feel free to visit our <a href="<?php echo get_category_link(6)?>">blog</a> or take a closer look at our <a href="<?php echo get_category_link(5)?>">portfolio</a>.</p>Forum: Fixing WordPress
In reply to: Get_category_link Not returning full urlplease explain in detail mate I have the similar problem and driving me crazy….
Forum: Fixing WordPress
In reply to: WordPress 2.7 Visual Editor has Vanished on some Postsdeactivating Kimilli flash plugin did the job…trust me
Forum: Installing WordPress
In reply to: I Can’t see plugins & themes icon in wordpress 2.7deactivate your Fluency Admin plug-in..
Forum: Installing WordPress
In reply to: HELP ME…..after the WP2.7 upgradecool..tried resetting permalinks…and it worked..but it doesn’t seem to like my custom setting e.g. /%year%/%monthnum%/%postname%/
any suggestions mate?
Forum: Fixing WordPress
In reply to: Import problem – where’s it getting this date?there was a loop at the beginning and forgot to include that…
Forum: Fixing WordPress
In reply to: Import problem – where’s it getting this date?if you checkout the following URL
I have two difeerent publish date showing up on the homepage. 15/01/2008 and @ the footer its the correct date that is 30/06/2008I am using following code…any help would be much appreciated
<?php the_time(‘F jS, Y’) ?>