pepperpod
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Custom Date RangeYou’re a star, Nick. Looking forward to the update. Many thanks.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Custom Date RangeExcellent! Thanks for looking into this Nick.
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Filenames containing spacesSorry, this is apparently WordPress itself sanitizing filenames. I’ve modified wp-includes/formatting.php to ignore the replacement of whitespace with dashes. All’s well now, problem solved!
Thanks very much for checking into this for me. It’s much appreciated and I look forward to the next release.
P
That’s what I was expecting but it didn’t work for me so I suspect I must be doing something wrong. In the form I’m using:
[file* dpi1 filetypes:jpg limit:2mb]
In the file attachment section I’ve added:
[dpi1]
In the email section I’m using:
File1: [dpi1]
However, when the form sends the email, the file is attached but the email message body simply says:
File1: [dpi1]
Any idea what I’m doing wrong?
Many thanks.
P
Forum: Fixing WordPress
In reply to: ArchiveOK Moshu, I think I understand what you’re saying. If, for example, I remove the next/prev code from the index and set the reading option to 3 months, that will display all postings up to 3 months old, and nothing older, in the main page, right? Anything older than 3 months wont show, but will still be viewable from the Archives, correct?
That will achieve what I want in a slightly different way from what I was expecting. I thought maybe there was something in the code which calculated the age of a post, and if the age was greater than a certain value, the post wouldn’t be displayed in the main page, even though it was still in the database, and would be viewable in the Archive.
Thanks again, and apologies for my naivety!
Forum: Fixing WordPress
In reply to: ArchiveThanks for the suggestion. I’d already looked at that reading option and found that it broke up the main page into chunks of “Next” pages, but that’s not really what I had in mind. I was hoping there might be some way of not displaying postings in the main page(s) which were flagged as older than, say, 3 months, but retaining the option of still seeing them in the Archive section. If that’s not possible, can posts be moved manually out of the main page into the Archive section?
Thanks.