zigx
Forum Replies Created
-
Forum: Plugins
In reply to: RSS: Replace Specific Text in Content with Variable?if anyone has ANY related info on this i would love to read it. i have searched the forums but couldn’t find anything on point with what im looking to do.
thank you.
Forum: Themes and Templates
In reply to: CSS prints on admin page – Admin > Presentation > Themes… help!im not sure why my links are broken, but these are the correct urls:
http://img90.imageshack.us/img90/8077/1im2.jpg
http://img390.imageshack.us/img390/5009/2am6.jpgbump
Forum: Themes and Templates
In reply to: Made some Themes…. Now what?!thanks… any other places would be great.
Forum: Fixing WordPress
In reply to: Stupid RSS Question — How do i list more than 15 items?told ya it was stupid!!
thank you resiny!! i totally over looked that.
Forum: Fixing WordPress
In reply to: yet another next-last questionThis will not help you, but i just wanted to say i love your domain!
Forum: Fixing WordPress
In reply to: Cannot turn comments onI was actually going to post this same question… My comments are on (from admin panel) but when someone clicks to comment on a blog, the message is that they are closed.
Anybody know of a fix? thanks!
Also, montyman, if you figure this out could you please post the answer. thanks man
Forum: Fixing WordPress
In reply to: Date does not show when i manually edit the Publish date.Yeah, if you cant figure it out from what i posted then start a new one… it will probably get more exposure from people who can help, than this one will.
Forum: Fixing WordPress
In reply to: Date does not show when i manually edit the Publish date.Barely_Sane, my template loops through the pages and just creates a new tab for each, here is an example of the code:
<div id="header"><h1><?php bloginfo('name');?></h1>
<p class="site_description"><?php bloginfo('description'); ?></p><ul id="nav">
<li <?php if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { echo "class=\"current_page_item\""; } ?> ><a href="<?php echo get_settings('home'); ?>" ><?php _e('Home'); ?></a></li>
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
</ul></div>
I think the important part is this:
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>it lists my pages.
Forum: Fixing WordPress
In reply to: Date does not show when i manually edit the Publish date.Kafkaesqui thank you!! i had no idea it was supposed to work that way BUT Thinkin about it, that makes a lot of sense….
Forum: Fixing WordPress
In reply to: Got a comment that looks like [..]Topic Title[..] what is it?ok great thank you!
Forum: Fixing WordPress
In reply to: Got a comment that looks like [..]Topic Title[..] what is it?hmmm…
my site is http://www.fatzz.comDoes this mean i pinged myself or something???
(thanks for the input hbalagh!)
Forum: Themes and Templates
In reply to: I am a Newbie and i cannot get my sidebar block to alignYes but i didnt know it even existed until a few days ago. No need to be a dick man. i read “WordPress Support” and figured this is where i could go to get help, not flamed.
Forum: Themes and Templates
In reply to: I am a Newbie and i cannot get my sidebar block to alignHere is the answer
SOME HOW an extra ‘<div align=”left”>’ was inserted as the FIRST text in my post’s html. Dont ask me why, but this was pushing the side bar down.I checked some of my other blogs and noticed that the entire post is always encapsulated by ‘ALL POST HTML AND DATA’ so basically all i did was strip off the div tags and replace them with P.
I found this out by running the w3 validator against my site, it said that div align = left is not allowed…
I think this is a bug in wordpress’ wysiwyg editor. Anyways, BLAM! Problem solved, thanks for pointing me in the right direction guys.
Forum: Themes and Templates
In reply to: I am a Newbie and i cannot get my sidebar block to alignWhat should i search for? When i said newbie, i was not kidding! LOL.
At the least, I have found out the cause for the push down is the yoga post “Yoga to Start Things”. I tried saving that as a draft and my sidebar came back up, so i know its something int hat post that is causing the problem, just not sure what it is.
Strangely when i goto the yoga post directly the side bar is not pushed down at all. .. but the content is the same! even less.
hmmmm…. maybe this is not a CSS question?