schikowski
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images uploaded into different folderUpdate: I found a workaround by uploading an image as a featured image. This will put it into the accurate, older folder.
It doesn’t solve the mystery though.
Forum: Fixing WordPress
In reply to: Images uploaded into different folder@howdy_mcgee that is indeed a typo in my original question.
Forum: Fixing WordPress
In reply to: Images uploaded into different folderHere’s what I found so far:
When media is uploaded to a post, the upload directory is set according to the date of the post, so that the media URLs in the post match when the post was published. – Link 1
The issue I’ve found here is that if you go into a content type (e.g posts / custom post type) and select a featured image and upload a new image, it’s file name will use the year/month of the post type content and not todays date. e.g if you edit an old article from 2017/12, the media attached will have it’s path changed to use the 2017/12 directory. – Link 2
I thought it was strange that it only happened on pages, while posts were still putting images in the post date folder. – Link 3
When I uploaded an image to a post published several years ago, it went into the uploads folder corresponding to the month/year that the post was published. – Link 4
Looking at all the above, while this seems to have changed for pages (see link 1), it seems that uploading an image when editing an older post, the image is indeed supposed to go into the corresponding old folder.
I’m curious if others can confirm this.
- This reply was modified 6 years, 5 months ago by schikowski. Reason: formatting
Forum: Fixing WordPress
In reply to: Images uploaded into different folder@joyously are you aware of any documentation?
Forum: Plugins
In reply to: [Youtube Channel Gallery] More than 50 videos causes fatal errorIs there any way to increase the number of videos we can show? According to documentation the limitation is set by YouTube, I was just wondering whether you have any ideas for working around that.
Appreciate your help!
Forum: Plugins
In reply to: [OZ Canonical] ?pagename=typo, the URL i get is http://www.site.com/url2?pagename=url2
Forum: Plugins
In reply to: [Slideshow] Responsive designThat’s great news Stefan! Looking forward to that. I’ll build it in and replace it with the 2.2.0 release once it’s ready. Cheers!
This fixed the same issue with 2.8.6 on 1and1 hosting as well.
Created php.ini with a single line of code in it:memory=20MBplaced it into /wp-admin/
Forum: Fixing WordPress
In reply to: Display rss feeds on pages. Any recommendation?That Perishable Press article has been really helpful, dakranii.
Forum: Fixing WordPress
In reply to: Your attempt to edit this post: “abc” has failed !!!This is what I meant:
//wp_enqueue_script('autosave');Forum: Fixing WordPress
In reply to: Your attempt to edit this post: “abc” has failed !!!I’ve done this to disable autosave and it solved the problem for me:
uncomment the line
wp_enqueue_script('autosave');
in post-new.phpForum: Installing WordPress
In reply to: No More Page Template Option in WP 2.7.1Sweet!
Forum: Fixing WordPress
In reply to: Separate RSS feeds for CategoriesDon’t be lazy and do your homework
It’s all about Love, don’t forget 🙂
Cheers,
schikowskiForum: Fixing WordPress
In reply to: can i display rss feed from another blog?Works perfectly for me.
Like this:<?php require_once(ABSPATH . WPINC . '/rss-functions.php'); echo '<ol>'; get_rss('http://www.ayudh.eu/feed/', $num = 8); echo '</ol>'; ?>Greetings,
schikowskiForum: Plugins
In reply to: Category-specific sidebarKafkaesqui,
You rock.
Thank you.