mrbenn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 1.5.2 upgrade questionUPDATE 2!
Apologies everyone, I’ve solved my own problem by removing
if(! is_single()) {
return null;
}from the get_previous_post function in template-functions-links.php
Cheers.
Ben
Forum: Fixing WordPress
In reply to: 1.5.2 upgrade questionUPDATE!
My homepage (see above for link) now has the Previous link button on it but it refers to:
http://www.29twelve.com/blog/index.php/page/2/
instead of
http://www.29twelve.com/blog/index.php/20050903/180444/
The homepage uses index.php to create the page but when I use single.php (for the rest of the pages) it works fine?!
My permalinks are set to:
/index.php/%year%%monthnum%%day%/%hour%%minute%%second%/
I’m hoping one of you guys/girls has a nice simple explanation/fix for me as I can’t figure it out?!
Thanks.
Ben
Forum: Fixing WordPress
In reply to: Recent exerpts for Photoblog with ThumbnailsHi there,
Drop me a mail at ben(at)29twelve.com and I will try and explain how I’ve done it (after I’ve remembered myself!!).
Ben
Forum: Fixing WordPress
In reply to: Recent exerpts for Photoblog with ThumbnailsHi there,
Kafkaesqui is right, you just need to create the right <div></div> combination.
I’ve done the same thing using WordPress and my overall archive 29twelve archive
Drop me a line if you want some more help.
Ben
Forum: Fixing WordPress
In reply to: Undocumented “feature” work-around?Thanks very much robcorr, it worked a treat!
I had found the bit of code in the comment-functions.php file but I hadn’t realised that bit of code was the bit that needed changing.
Thanks again.
Ben
Forum: Fixing WordPress
In reply to: Undocumented “feature” work-around?Thanks for the reply macmanx.
I thought ‘permalink’ pages were generated from single.php as that’s what I have been changing so far? That is handy to know though as I’m sure that will come up as a problem in the future!
Single.php has
the_contentin it. I’ve even tried copying exactly what I have in my index.php to single.php but this still doesn’t show the comments.Thanks.
Ben
Forum: Fixing WordPress
In reply to: Undocumented “feature” work-around?there are 2 entries (both with the same picture but with different titles), the popup links work on the front page but not if you go to the previous page.
Thanks.
Ben
Forum: Fixing WordPress
In reply to: Undocumented “feature” work-around?This is also an issue for me and until I get it fixed I can’t use my blog!
Please, please, please could someone have a look, I’d be eternally grateful.
Thanks.
Ben
Forum: Fixing WordPress
In reply to: PermalinksThanks for such a quick response!!
I did think that so tried /%postname%/ but it still doesn’t work.
Update: I’ve found it’s defaulting to http://www.29twelve.com/blog/index.php/page/2/ as the link structure, surely I would need to set it to use /index.php/?? I’ve since deleted the .htaccess and re-done the permalinks to just /%postname%/ and that still doesn’t work, it defaults to the index.php structure above!! Joy!
Update 2!: I’ve got a blank .htaccess and set the permalinks to nothing and it’s using http://www.29twelve.com/blog/index.php?paged=2, there’s something fishy going on here but I can’t for the life of me figure out what it is!
Forum: Fixing WordPress
In reply to: PermalinksI’m having the same problem with my permalinks as discussed above, ie. mod_rewrite is definitely there, CHMOD set to 666, set permalinks to anything but the standard and I can see the default page but the Previous page is missing(the link is wrong if I hover over Previous).
My permalinks are set to /%year%%monthnum%%day%/%hour%%minute%%second%/
See it not working here! http://www.29twelve.com/blog/
My next step is to change httpd.conf, as it’s with a hosting company surely I can’t change this??
Thanks in advance for any help.
Ben