I think this is what I’m looking for as well. I have a shortcode to display the current date. I’m looking for a way to be able to pass the month “M” and day “j” from that shortcode to the catlist shortcode. Is this possible?
Basically, I want a user to be able to click on a date in the calendar and the code will show all posts from that date.
I have found that when importing, if an entry has certain characters, it’ll cause WP to fail on that record.
For instance… I first tried importing all my records, over 2,000 of them. That was before I read up on this WP issue. So instead, I made multiple XML files, each with 100 records. After just the first one, WP only imported 92 of the 100. So I went through each record of the XML file, matching up and removing the ones it imported ok. The eight remaining were ones with special characters. The characters that were causing errors were: degrees (°), minuscule (Æ), and acute e (é).
Unfortunately, 4 others didn’t have any special characters that I could see, but I still had to enter them in manually as new records.
Hope this helps! 🙂