wolfkin
Forum Replies Created
-
Forum: Hacks
In reply to: How to retrieve WP information outside of WPhm… actually I think i see a way to make it work thought the wording there seems a bit contrary.
*bit more digging*
it seems like this post form 2005 seems to cover the topic succinctly.
http://moshublog.com/2005/07/05/integrate/2/
I can more or less copy from that and update the technique to wordpress 3.0.that actually solves the issue. thanks.
Forum: Themes and Templates
In reply to: the_content is not showingalright I tried to do that and some tweeking to fix “unexpected ;” errors I end up with this code
http://wordpress.pastebin.com/m1c062919which doesn’t show any posts.
line 14 seems to be my problem. I thought since it was in the same PHP statement I should change the ; to a : but then I kept getting unexpected : errors on line 15. So i deleted it and that gave me an error. So I put in the original ; and that gives me no errors but also no posts.
from what I see it should just go in your template folder so for instance
…/wp-content/themes/LightWord/favicon.ico
Forum: Fixing WordPress
In reply to: the loop exclusion not working. all posts being excludedunexpected ‘;’ in line 14 – http://wordpress.pastebin.com/d5b821b1d
trying something else.. but still not working
Forum: Themes and Templates
In reply to: separating categories on different pagesWell seems like what i need to do is create a custom page theme
http://codex.ww.wp.xz.cn/Pages#Creating_Your_Own_Page_Templates
then manipulate the loop like you said
http://blogulate.com/content/exclude-categories-from-wordpress-frontpage/a tad convoluted but it seems like it’ll work for that you have my thanks.
Forum: Themes and Templates
In reply to: Theme is broken when creating a static front pagewell I found part of the problem in the course of other cleanup.
Turns out I had two body tags which Chrome handles by completely falling apart. It looks perfectly ok on Firefox.
I’m still not sure why it only happened when changing to static but I fixed it and it works fine now. Thanks for the help.