alanhughes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Homepage Different Than WordPress DIrectoryOkay I’m embarrassed now. But thank you for your help, everything is working fine now.
Forum: Fixing WordPress
In reply to: Homepage Different Than WordPress DIrectoryYa that doesn’t work, step 9 on that list is what I quoted in my first post up top there.
Forum: Fixing WordPress
In reply to: Homepage Different Than WordPress DIrectoryAnyone done this before?
Forum: Fixing WordPress
In reply to: Homepage Different Than WordPress DIrectoryYa, its just kind of implied. How do you go about doing this because the wordpress documentation obviously isn’t right.
Forum: Fixing WordPress
In reply to: My Images are being stretched …. What is wrongI had an image problem a while back and it turned out I had accidentally clicked the wordpress alignment option when posting, which comes with it’s own CSS styling that over ruled mine. That could be what is happening to yours, just manually type in the html yourself when posting and if this is what is giving you troubles you shouldn’t have any more problems.
Forum: Fixing WordPress
In reply to: My Images are being stretched …. What is wrongTry adding width=”300(or whatever the correct width is)” and height=”100″ after the img src=”yourwebsite.com/image.jpg” line.
Forum: Fixing WordPress
In reply to: Permalink Options Not WorkingOh ya, http://www.myliveportfolio.com/contradictions/ the front page shows up but if you click on any of the articles, you get the page not found stuff.
Forum: Plugins
In reply to: Single Post As Entire WebsiteNever mind, I have it going now, thanks anyways.
Forum: Plugins
In reply to: Single Post As Entire WebsiteThanks man, I’ve got it set up at http://www.parkersburgskateplaza.org/petition but now I’m hoping to use the other wordpress feature to redirect the /petition page to the front main page, so I don’t have to clutter my root folder all up.
But I was looking over wordpress’s how to do that page, and they say to change a line in the index.php file that I don’t have
<backticks>require(‘./wp-blog-header.php’);</backticks>
to
<backticks>require(‘./petition/wp-blog-header.php’);</backticks>
They also say to copy the index.php file and some .htaccess file (which I don’t seem to have any where) to the root folder. Anybody work with this before?
Forum: Plugins
In reply to: Single Post As Entire WebsiteIt seems like that is going to work mercime, accept I just completely replaced the page.php code with the post.php code. And so far the wordpress static front page seems to be keeping my url short, masking all the /?p=5 stuff. Thanks again everybody for your help, I will post the final product when complete if anyone is interested.
http://www.parkersburgskateplaza.org is where it will be eventually.
Forum: Plugins
In reply to: Single Post As Entire WebsiteHmmm, well thank you very much first off, but I don’t think that will work for me. Like I said the theme I am wanting to use is K2 because it has live (ajax I think) commenting, but they don’t have the function to comment on page posts. I could go with a different them, but I am hosted on a godaddy server, who provide the worst customer service and slowest servers, and least options like redirect, allot of basic stats, and the pretty permalinks option crashes wordpress databases on their servers. But they are dirt cheap and we are an under funded non-profit organization.
Any other ideas would be great, if not, no biggie. Thanks again for your help.
Forum: Plugins
In reply to: Single Post As Entire WebsiteI guess I was hoping there would be a large chunk of code or couple chunks that I could just copy and paste into the index.php file. Or am I completely over simplifying what would be a very complex process?