dawg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to display current month on index pageSweet the last worked like a charm. I will just make sure that at the beginning of month that I have some posts. Thanks again.
Forum: Fixing WordPress
In reply to: Loginout not displaying properlyDon’t hold me to this as my eyes are almost shut, but I would not add any class and just put the link in your footer but it is hard to say without visualizing
a href=”http://your domain/blog/wp-login.php?action=logout”>Logout
apply correct link tags
Forum: Themes and Templates
In reply to: Cross browser friendly yes but nowIt is 5:58 am and I got this figured out. The css was fine and it did validate html wise but I ended up playing around with adding an extra closing div that did the trick. It now shows the same in both IE and FF. Not sure if I care to try and float it again.
Forum: Themes and Templates
In reply to: Cross browser friendly yes but nowAny ideas, my mind is drawing a blank. I took the float:right; out and positioned it absolute, looks right in FF but having an IE issue which I do not recall having before, I am gonna have to start using IE to check more. Never seemed to have an issue with static pages.
Forum: Themes and Templates
In reply to: Cross browser friendly yes but nowIt’s because they are no doubt all using the same rendering engine — Internet Explorer — and viewing your site in IE shows the same layout issues.
You are absolutly right, I never checked IE since I decided to float the sidebar I had never checked it in IE but IE has an issue with it, I quess I will go back to absolute positioning as there are probably not too many users with a larger than 1024x 768 resolution, I am sure a whole lot less than all the IE users or readers based on the frame network.
Forum: Themes and Templates
In reply to: Links in floating div don’t work in FirefoxEither you got a fix just that quick or my mind is playing tricks on me but all your links worked fine in FF, cool site BTW
Forum: Fixing WordPress
In reply to: How to display current month on index page<?php
$post_month = get_the_time(‘m’);
if($post_month == $current_month) {
— insert regular post loop here —
}
?> This is the part I am having trouble get right because I do not know exactly where to implement in this line of code, tried four times each time with an error<?php if (have_posts()) : while (have_posts()) : the_post(); ?> If you could show me the combined I would greatly appreciate it, I know I am still learning.
Forum: Fixing WordPress
In reply to: How to display current month on index pageThanks Ming, I trust it will work my server seems slow so I will add it later.
Forum: Fixing WordPress
In reply to: How to display current month on index pageEither this has not been seen, is too easy, but no response?
Forum: Fixing WordPress
In reply to: Building a better idiotCookies, I want lunch, Your fresh install is awaiting you!
Forum: Fixing WordPress
In reply to: How to display current month on index pageYes I have several march items but below the Feb kicks in.
Forum: Installing WordPress
In reply to: Tweaking the InstallVery nice page Podz! good useful info well documented with instructions on how to manuver within phpmyadmin.
PS It is bookmarked.
Forum: Installing WordPress
In reply to: 5 Minute Install: Day 3Thought it was resolved, try this link and then check your chmod attributes
http://babygotbooks.com/wp-admin/ This should bring you to your dashboard but in your case it does not.
To be honest I would start from scratch, delete everything make sure you have a clean fresh new upload and then upload it. This maybe a much quicker resolve but still check chmod.
Forum: Themes and Templates
In reply to: IE center! FF Left alignno problem
Forum: Installing WordPress
In reply to: 5 Minute Install: Day 3No problem, glad it helped.