anthonyr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help with adding a banner in header and footerIf the banner ad your adding is just an image then the simplest way to do this is to just and an image/link tag to the header.php file and the footer.php file of the theme you are using.
So, more than likely near the bottom of the header.php file you are going to add something like:
<a href="http://siteyourlinkingto.com"><img src="http://imagefolder/image.jpg" alt="ad" /></a>and you would put the same code in the footer.php file as well
… hope this helps
Forum: Installing WordPress
In reply to: Why is ‘index.php’ needed – .htaccess problem maybe?crap i actually thought I was in the mu forums…. whoops.
Forum: Fixing WordPress
In reply to: Some categories are brokenIt seems to be working fine. I followed the link and there was a ‘burning man’ youtube video.
Forum: Themes and Templates
In reply to: Can someone please help with banner/imageOk, there are three quick solutions if you choose to stay with Kubrick as your theme.
1. In the default theme the link to the header image kubrickheader.jpg is the the Header file if your using the theme editor. You can just change the link to the image you would like. (be sure to pay attention tho the dimension constraints)
2. Kubrick also allows you to drop a file called ‘personalheader.jpg’ in the ‘images’ folder and it will use this image instead. More info on that is in the same Header file.
3.Make your own image called kubrickheader.jpg and override the existing one.
Hope this helps.
Forum: Fixing WordPress
In reply to: Side bar at bottom of page?!?!?!??!Check to see if there is an unclosed <div> tag floating around in something you did recently.
Forum: Fixing WordPress
In reply to: Order of the categorieshttp://codex.wordpress.org/Template_Tags/wp_list_cats
Here’s what I use:
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>Forum: Fixing WordPress
In reply to: How can a group of people manage WP?In terms of publishing articles, you’ll need to set up appropriate user roles. There are also a bunch of email notification plugins you’ll have to dig around and see which one works best for you.
There’s a write up in the codex about doing exactly that.
slick site by the way.
Forum: Everything else WordPress
In reply to: the best (free) text editor to edit code files?I’m gonna go Notepad++ on this one.
Forum: Themes and Templates
In reply to: Help!!! My template just spreadIt looks fine in firefox, I can only assume you ran into an Internet Explorer bug. I don’t have IE on this machine to look at it.
Looking at the layout.css on line 484 under subcontent there’s:
width:3000px;
Maybe a case of too many zeros.Forum: Themes and Templates
In reply to: IE problemLooks fine in IE7.
Forum: Fixing WordPress
In reply to: Side bar went to bottom of pageThis problem is usually theme related, could you post a link to the site?
Forum: Fixing WordPress
In reply to: Does search not look through pages?Here’s a page search plugin randomfrequency.net/wordpress/search-pages/
Forum: Themes and Templates
In reply to: All themes are messed upI noticed that your style sheet is corrupted…
What ftp program are you using?
Forum: Fixing WordPress
In reply to: Linked TitlesInteresting, I tried it and got the same problem.
A quick fix is to change the post id in the browser nav bar.
(root folder)/wp-admin/post.php?action=edit&post=###.Change the ### to the id of the draft.