maggical
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Weird problem with image paths…Let’s see if this helps. The code for my index.php is as follows:
$paged = get_query_var('paged'); if(isset($paged) && !empty($paged)){ /* here's the archive.php code */ }else{ /* normal home page look. */ }It seems that if you want to access any file in the ftp, it takes you inside the first “if” and displays the archive.php page…
Any ideas now?
Thanks,
Javier
Forum: Fixing WordPress
In reply to: Weird problem with image paths…Any ideas?
Forum: Fixing WordPress
In reply to: Weird problem with image paths…Nope, with the default settings (links like ?p= if you go to this link:
http://www.moonward.net/uploads/adidas-star-wars-1.jpg/
It just goes to the homepage…
Any ideas now? 🙁 Is it a problem in the index.php?
Forum: Fixing WordPress
In reply to: Weird problem with image paths…They worked perfectly until I used this “fix”…
It seems as it gets every link as a post link and does not care about wheter it is one or not… :S
I’m really lost right now with this…
Forum: Fixing WordPress
In reply to: Weird problem with image paths…It’s all in default mode…
Could it be a problem of the index.php that this blog posts as the fix?
http://www.ryanyockey.com/146/wordpress-themes/magazeen-wp-theme-pagination-fix/
Thanks for the help and sorry to keep asking :S
Forum: Fixing WordPress
In reply to: Weird problem with image paths…The thing is that this link:
http://www.moonward.net/uploads/adidas-star-wars-1.jpg
Is a direct link to an image, and it’s not working as such…
So I had to use a “trick” for the images to display ok in the posts, and that is to call timthumb.php everytime I need to display an image, even when I want the users to just see the full image size…
That’s not convenient at all :S
Forum: Fixing WordPress
In reply to: Theme does not support permanent links, help please! :DThere, solved it using the files from that link and replacing everything 😀 Thanks!
Forum: Fixing WordPress
In reply to: Theme does not support permanent links, help please! :DIt seems that the “fix” has a lot of different add-ons to the theme, and since I’m already running it I wouldn’t like it to ovewrite my work…
Forum: Themes and Templates
In reply to: Theme does not support permanent links, help please! :DAny help?