urbanwhore
Forum Replies Created
-
Forum: Your WordPress
In reply to: BlogrollAdded you too.. ??
Forum: Fixing WordPress
In reply to: Having problem with dateAfter looking through the WordPress Documents I found the problem.
“The date of the post. example: 03.07.01 (default is dd.mm.yy).
The date is displayed only on new days. For example, if you write 10 posts on the same day, the date is displayed only once.
[…]
If you want all your posts to bear the date, you’ll have to use the_time() instead, with a date format string”Forum: Your WordPress
In reply to: Stuff! And, Things!Looks very nice, would you be interested in exchanging links?
UrbanWhore.comForum: Fixing WordPress
In reply to: Having problem with date
<?php if ($posts) { foreach ($posts as $post) { start_wp(); ?>
<div style="border-bottom: 1px #4f4f4f solid;">
<span class="title" id="post-<?php the_ID(); ?>">" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></span>
<div style="width: 500px;">
<div style="float: left;"><span class="small">Posted on <?php the_date('F jS, Y'); ?></span></div>
<div style="float: right;"><span class="small"> <img src="https://urbanwhore.com/comment.jpg" border="0" alt="comment arrow" /> <?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)'); ?></span></div>
</div>
</div>
<?php the_content(); ?>
<?php link_pages('
Pages: ', '
', 'number'); ?><?php trackback_rdf(); ?>
<?php include(ABSPATH . 'wp-comments.php'); ?>
<?php } } else { // end foreach, end if any posts ?>
Sorry, no posts matched your criteria.
<?php } ?>Any idea where?
Forum: Fixing WordPress
In reply to: Having problem with dateYes they were, now I know what is causing the problem now. Anyway to make the posts that were made on the same day, for the date to appear.
Forum: Fixing WordPress
In reply to: the_date formattingCheck out the Wiki Date/Time tags page.
Forum: Everything else WordPress
In reply to: New WordPress Support Forums! (Unofficial)This website offers all the support anyone needs and in addition developers themselves hang around.
Forum: Your WordPress
In reply to: UrbanWhore.comFixed all of those. ??
Forum: Your WordPress
In reply to: I Guess its ready ….Love the design. ??
Forum: Your WordPress
In reply to: Reinier.bizSweet design, too bad it’s dutch. ??
Forum: Your WordPress
In reply to: UrbanWhore.comAh, MtDewVirus, now I see. Will fix it. ??
wantmoore, yeah I know, I am having some minor problems with it (will fix it with the IE problem). ??Forum: Your WordPress
In reply to: UrbanWhore.comWhat do you mean it overlaps?
https://urbanwhore.com/ub.jpg – that’s how it looks for me. As far as I know the only problem with that layout is that it’s not IE friendly (which I plan to fix the day Ill care about IE). ??Forum: Your WordPress
In reply to: UrbanWhore.comI changed the look again, not sure which once you guys see. Today in the morning it was a light one, now a darker one. Thank’s for the comments. ??
Forum: Fixing WordPress
In reply to: Mail on Windows ServerI really do not see you having any problems if the windows server is working right now…
Forum: Installing WordPress
In reply to: How do I setup the tablesDo you mean MySQL tables? If so the install script does it for you.