Mirek2
Forum Replies Created
-
Forum: Hacks
In reply to: Custom post orderI should mention that I want the articles to appear among the events. (For example, say one event takes place on Jan. 5, another on Jan. 7, but both events were created on Jan. 2. If I create an article on Jan. 6, I want it to appear in between the two events.)
Is that possible with WP_Query?Forum: Networking WordPress
In reply to: Files don't get uploaded to the secondary site's folderPutting parentheses around “assets.*” in your tip seems to have done the trick. Thanks a ton for all your help! 🙂
Forum: Networking WordPress
In reply to: Files don't get uploaded to the secondary site's folderUnfortunately, adding this line to .htaccess doesn’t solve the problem.
Is there anything else I could do?As I said before, the non-standard /assets/ folder comes from the Roots theme, which I tried briefly and removed, but the changes it made were not reverted.
Forum: Networking WordPress
In reply to: Files don't get uploaded to the secondary site's folderIt’s a 404 WordPress-styled error.
Here is an example post I created: http://otevrioci.cz/otevrioci_new/wordpress/komunita/2013/11/15/test/
It’s supposed to have this image embedded: http://otevrioci.cz/otevrioci_new/wordpress/assets/sites/7/2013/11/Keep-calm-and-carry-on-scan.jpg
But instead embeds this (which doesn’t exist): http://otevrioci.cz/otevrioci_new/wordpress/komunita/assets/sites/7/2013/11/Keep-calm-and-carry-on-scan.jpgI may have caused this by trying out the Roots theme, which sets up its own permalinks, but I can’t say for certain. (It was a while ago, and since I wasn’t working on any of the secondary sites, I didn’t notice the issue until recently.)
Thanks a ton for your assistance so far! I’m happy there’s someone to help. 🙂
Forum: Networking WordPress
In reply to: Files don't get uploaded to the secondary site's folderNone of the media is displaying.
That’s because all embeds and links point to the file as if it was in the site’s subfolder, but, in reality, all files are stored in /assets, regardless of the site they’re uploaded from.
The correct behavior would be to upload files into subfolders based on what site they’re uploaded from.