cricketsoda
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can not get into wp-adminNot 100% sure but it seems like a mistake was made during install. Did you enter the correct URL during set up?
Forum: Fixing WordPress
In reply to: wp_list_bookmarks classes not working?I don’t have a problem with it myself. What is the exact code you are using?
Forum: Themes and Templates
In reply to: Checking Categories for PostsOr even if a category has 20 posts display this…
Forum: Fixing WordPress
In reply to: Exclude Future Categories from SidebarAnyone ever come up with a solution? I would like to know also.
Forum: Themes and Templates
In reply to: How to remove footer ads in Flowery theme?hmm…not 100% sure about that one. Try removing the code and see what happens. Make sure to note where the code is so that if it is something important to the theme then you can just paste it back in.
I don’t use anything like that in any of my themes.
Forum: Themes and Templates
In reply to: Moving home page link on navigation barThis is how I have my menu set up, with the home on the left side. Hope this helps:
<div id="nav"> <ul class="nav"> <li class="first"> <a href="<?php bloginfo('url'); ?>">Home</a> | </li> <?php wp_list_pages(); ?> </ul> </div>
??
Forum: Themes and Templates
In reply to: Checking Categories for PostsEven perhaps a check if a certain posts exists then print this.
Forum: Themes and Templates
In reply to: How to remove footer ads in Flowery theme?He might be pulling the ads using Javascript or something like that. Check the footer for any strange coding and try removing that. Back up your files first though!
Forum: Themes and Templates
In reply to: Post Pagenation on PostOk, read what I wrote and wanted to clarify.
I basically want to create the same output of my archive page on my post page. I tried the WP_Query method but couldn’t produce the same results.
Forum: Themes and Templates
In reply to: Post Pagenation on PostLet me know if I don’t make sense…I am kind of bad at explaining things.
Forum: Your WordPress
In reply to: Magazine Styleaww crap…I fixed it now!
Forum: Themes and Templates
In reply to: Design Looks Great for a Post But Nothing ElseOk great…it was a Div tag. Nevermind…those Div tags are sure a pain in the ass if you don’t keep track of them.
Forum: Themes and Templates
In reply to: Design Looks Great for a Post But Nothing ElseI thought it may be a problem with a DIV tag but it dosn’t say I have any open ones when I validate.