azurewolf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New Page QuestionThanks for the help folks … clear things right up. I used the permalinks to solve the naming problem and just commented out the sidebar reference to the pages:
<!– <?php wp_list_pages(‘title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?> Commented out the pages, since I have a navbar–>
Cheers!
-BrianForum: Fixing WordPress
In reply to: Static pages off root / main directoryThanks TG …
I’m pretty sure you’re right. It seems like I remember it being about the includes, and I tried to play with them to fix ’em … but alas, I am only soooo smart.
Just figured I’d throw it out there for those more brilliant than I ??
Cheers for all your help (in more places than just on this thread!)Forum: Themes and Templates
In reply to: My unoriginal hacked designI imagine the reason the post is so far down on the page has to do with the either the image being too wide to fit with the class or your margin/padding may need some adjusting. I have a a site with several boxes within boxes (to support a fixed-though fluid vertically, centered design). I know that when I set up my content and navigation boxes, I had to do a IE Hack as well as adjust them a couple of times, so that they aligned up side by side.
BTW … I have to agree that I think divs would be better than classes IMHO.Forum: Your WordPress
In reply to: New website …LOL … I just noticed allusion! What a dope …
Thanks for the nod … I hope everyone enjoys the new forum topic.Forum: Your WordPress
In reply to: New website …I understand the policy, and don’t have a problem with it on the Wiki site. Just a thought on having a place to showcase new WP websites …
Forum: Installing WordPress
In reply to: Have no idea what i’ve done …Thanks for asking and helping NuclearMoose. Sadly, yes, I did both. I put the proper DB info in my config file and did upload it. I ran through the install, with NO errors.
Forum: Fixing WordPress
In reply to: The look of some of the listsI’m using the following tag:
<?php list_cats(option_all, 'text', 'col', 'sort', 'file', list, dates, count, hide_empty); ?>
It is currently set to the default (I believe) of:
<?php list_cats(0, 'all', 'name'); ?>
Since this either presents a list (which for presentation I don’t want) or a loop that that doesn’t seem to allow for anything inbetween each run … so I’m a little stuck. I’ve formatted it as a list and not as a list. The funny thing is, all I really want to do is insert a “p” tag around each run of the loop.
I know I’m not being very articulate, but hopefully this clarifies it a littleForum: Installing WordPress
In reply to: Reducing Hacks?Appreciate the comments … they all sound like good ideas. Wonder if some of them should be official, and included in the readme.html?
Cheers!
AW