Christopher Roberts
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Homepage number of postsDone thanks 🙂
Forum: Fixing WordPress
In reply to: Upload images error HTTP errorNew uploader now gets almost there, (usually in the 90%’s) and then returns a HTTP error…
Browser uploader times out.
Both upload images, but they are 0px in size…
Forum: Fixing WordPress
In reply to: Homepage number of postsvtxyzzy thank you ever so much, it worked!!!
We already use a child theme – called twentyten-custom so were the theme to update, our changes would be safe 🙂
Thanks for all your help, truly appreciated.
ChristopherForum: Fixing WordPress
In reply to: Homepage number of postsOkay, I have created a loop-home.php file, which is identical to loop.php does it need to be different in any way?
I have also created home.php and added in the code from this page http://wordpress.mcdspot.com/2010/04/01/short-first-page/
Is this code on the home.php correct?
<?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-index.php and that will be used instead. */ get_template_part( 'loop', 'index', 'home'); ?>What now? Sorry I am not 100% sure!
Forum: Fixing WordPress
In reply to: Homepage number of postsHere is the current code: http://pastebin.com/aLSsVfxA
Here is the code with the addition of the new code: http://pastebin.com/iNACWh1J
In the new version, the following code was replaced with the new code:
<?php if( is_home() && !is_paged() ) : global $query_string; query_posts( $query_string . '&posts_per_page=3' ); endif; ?>Any ideas what’s wrong?
Forum: Fixing WordPress
In reply to: Homepage number of postsI have tried putting it on the index page, where the old code was, but the homepage just showed a blank page. I have tried putting it in the loop, but am not sure where.
Where exactly does the code go? Does it replace existing code?
The code below is right yeah?
[code moderated - please use the pastebin for any code over the forum limit of 10 lines]
Thanks again for your help.
Forum: Fixing WordPress
In reply to: Upload images error HTTP errorCould enabling CGI (Perl, Python) improve the situation?
Forum: Fixing WordPress
In reply to: Upload images error HTTP errorMoved serves from an Apache 1.3 to an Apache 2.2 server. The site seems quicker, but still has some upload errors. When doing browser upload, I get the error ‘Operation timed out after 25 seconds with 0 bytes received’.
As far as I can see we still have Server API: CGI/FastCGI… can’t see how I can upgrade or change that.
Any more ideas?
Forum: Fixing WordPress
In reply to: WordPress running slow and 500 Internal Server ErrorThanks for the assistance. What is WAF configuration and is that me or the host that controls that?
Thanks again.
Forum: Fixing WordPress
In reply to: Upload images error HTTP errorThanks, will do 🙂
Forum: Fixing WordPress
In reply to: Upload images error HTTP errorWhere I to contact the host, as a complete novice, what would I ask them to do?
Thanks both for the help 🙂
ChristopherForum: Fixing WordPress
In reply to: Upload images error HTTP errorServer API: CGI/FastCGI – is that bad?
Also check your wp-content folder for permission-issues.
What does that mean? What sort of errors? Sorry, not too clued up on server side of stuff, and only understand basic PHP!Yeah shared hosting – Fasthosts
Forum: Fixing WordPress
In reply to: Homepage number of postsThanks, will check it out 🙂
Forum: Fixing WordPress
In reply to: Categories and TopicsUsing using a plugin called ‘AVH Extended Categories Widgets’ which allows us to do this to some extent. Check out the blog to see our ‘Types Of Post’ and ‘Topics’ categories in action.
Are there any fixes for the admin console?
Forum: Fixing WordPress
In reply to: Blog design width alteredIt seems to have seems to have fixed itself, no extra width now 🙂