Kalon
Forum Replies Created
-
Forum: Your WordPress
In reply to: Can someone check this out on I.E.?Contact the person who made Lightroom Plus and tell him what is hapening. Other people will get the same problem too, so im sure he’ll (or she’ll) want to help you out.
Forum: Fixing WordPress
In reply to: Intro and main postYou need to put a “more” tag into your posts. Also, make sure your index.php (or whatever) displays post content in the loop like this (or similar):
<?php the_content('Continue reading »'); ?>
The text in the brackets is what is used for the link to the rest of the post.
Forum: Themes and Templates
In reply to: Problem with posts_nav_link()Note this will only show up if there are previous/future posts etc to display… I can only see one post on your site.
Forum: Themes and Templates
In reply to: WordPress 2.5 Themes : Where are they ?The new 2.5 gallery thing has added a few new template tags for navigation and image display.
Forum: Themes and Templates
In reply to: latest new from diff categoryYou should check this out:
Forum: Themes and Templates
In reply to: How can I do this PLEASE ?Hello coolman.
In your header.php, you should find something similar to wp_list_pages(). (There might be something in the brackets).
Replace that with the links you want shown.
Forum: Themes and Templates
In reply to: where can I find the default theme to re-download?Just download wordpress here:
https://www.ads-software.com/download/
The deafult theme is in \wp-content\themes\default
Forum: Your WordPress
In reply to: Tell me what you thinkYour blog looks good. Hope you get your ticket to Cuba soon.
Forum: Themes and Templates
In reply to: Problem with sidebar in IEI liked to see it… and for me, it looks the same in firefox as in ie6.
Forum: Themes and Templates
In reply to: Date hides on double post same day entry’s.Now thats confusing… is vud0013 the same person as Axxie?
Anyway, glad I could help.
Forum: Themes and Templates
In reply to: Weird Layout ProblemHaven’t thay made that browser illegal yet? I guess that its a good tool to see if your code is slightly wrong; the browser will mess up completley if so.
Forum: Fixing WordPress
In reply to: posts in wrong orderLol the wrong order… depends how you see it.
Your situation is strange;
Normally, sorted by id means that they are sorted by date; each new post has an ID one digit higher than the last.
Make sure your loop in the index.php is set up correctly (or to how you want it). You will find a good guide to that here .
And make sure on this page of your blog wp-admin/options-reading.php your front page is set to display the latest posts.
Hope I helped.
Kalon.Forum: Themes and Templates
In reply to: Date hides on double post same day entry’s.Axxie,
In your index.php (or whatever page you are using to display posts), use
<?php the_time('F jS, Y') ?>
instead of
<?php the_date('','',''); ?>
(will be something similar)Kalon.
Forum: Installing WordPress
In reply to: How to Delete old databaseYou’ll probrably need to contact your host and ask them to drop the required tables for you. Or, find a host that isn’t pants like 1&1.
Forum: Fixing WordPress
In reply to: <br />s don’t workI always use the html one