lexmedia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 403 Permissions Error with PostingOdd, ok. I’ll re-type the whole article then. Thanks for your help.
Forum: Fixing WordPress
In reply to: 403 Permissions Error with PostingThe thing is, I reccomended this host to my clients based on the fact that I’d never had any problems with them before, and the deals they give are amazing.
But it seems that I’ve isolated the problem (read my previos post), do you have any thoughts on that?
Forum: Fixing WordPress
In reply to: 403 Permissions Error with PostingI did some more testing… It seems that I only recieve the error when copying and pasting out of a word document. Any thoughts?
Forum: Fixing WordPress
In reply to: 403 Permissions Error with PostingThis is the reply I just recieved from a technician:
Hi,
not sure there, would need to check with the WordPress Support team on that issue.
Useful, eh?
Forum: Fixing WordPress
In reply to: 403 Permissions Error with PostingI have not yet gotten around to it, I was waiting for a response here. Is there anything specific I should ask them?
Forum: Fixing WordPress
In reply to: 403 Permissions Error with PostingBump
Forum: Fixing WordPress
In reply to: 403 Permissions Error with PostingI have tried updating the siteurl values and there is still no change… I am unable to edit or post long articles.
Forum: Fixing WordPress
In reply to: 403 Permissions Error with PostingI am using wordpress version 1.5, and I am hosted using http://www.webhostingbuzz.com/
The website involved is http://www.valleyridgegolf.com/
These problems have existed since the initial installation of wordpress.
Forum: Fixing WordPress
In reply to: Templates and PHP IncludesBump
Forum: Fixing WordPress
In reply to: Templates and PHP IncludesThis DOES NOT WORK. Could anyone revise this code to work? Thanks a lot. For reference:
http://lexmedia.dnsalias.com/Forum: Fixing WordPress
In reply to: Templates and PHP IncludesHere’s what I have so far…
<div id=”wrapper”>
<?php
include(“heading.php”);
?>
<?php
##I WANT SINGLE ARTICLES HERE if ($single)
{
include(“single.php”);
}##I WANT THE HOME PAGE HERE
{
include(“main.php”);
}##I WANT ALL OTHER BLOG-RELATED PAGES HERE##
else{
include(“articles.php”);
}
?>
</div>Forum: Fixing WordPress
In reply to: Templates and PHP IncludesI’m actually only using version 1.2… Ok, so what you’re saying is I can have is_single go to a single post template, is_home to go to the home page, or else to go to all other catagory pages, etc?
Forum: Fixing WordPress
In reply to: Permalink Help?I was mistaken… I am in fact using wordpress 1.2… Should I upgrade? Would that be the easiest way to go?
If so, where can I find a stable version?
If I should not upgrade, what options do I have avaliable to me?Forum: Fixing WordPress
In reply to: Permalink Help?I tried creating a single.php template and it doesn’t appear to be working… Is there any modifications I have to do to the permalink setup? Currently I have it set as:
/articles/%year%/%month%/%date%/%post_number%/
and it shows as:
/articles/2004/10/09/1/
For reference: http://lexmedia.dnsalias.com/
Thanks again!!!Forum: Fixing WordPress
In reply to: Permalink Help?This is all automatic?