wescht
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Start an Immediate Backup Manually“backup monitor” … there you can start.
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Works with 4.1 (as far as I can tell)Sorry for the late reply.
I had and have v1.0 installed, currently WordPress 4.1.1. But I see the Plugin Page now says that 🙂
got the same problem, the patch is not working for me.
I think you could weed out 99% of the problems by just clearing the caption-shortcode. I guess the caption-shortcode is most common since it will just pop up by inserting an Image and filling out the “Caption” Field.
I built a really bad regex which could be used to clear it:
https://regex101.com/r/cA4dO8/1For the record:
\[caption(.*)\]\<a(.*)\<\/a\>(.*)\[\/caption\]
Forum: Plugins
In reply to: [Category Posts in Custom Menu] List all posts of CPT vs CPT Taxonomy.Just from the GUI Point of View – how would you do that? Right now, the Plugin works that you pick a Category, put it in the Menu (as a single menu item), check the Box, and it magically “expands” that Category.
Which Item would you put in the Menu in the first place? There’s no such Item as “every Post Category” or something like that.
I don’t think that your request is possible or reasonable.
And then … there are many workarounds readily available.
Do you have only a few posts (less than 10)? Then, maintaining the list manually would be your best bet.
And if you have more than 10 … then I don’t think stuffing them all in the Menu is a good idea in the first place. You’re better off with an Archive with excerpts, or any other mechanism (Sidebar, …) that WordPress already provides.
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Order Posts by Custom FieldHi Amyra,
I had the same issue, and I found a way:
I am using a custom post type. If you also do, you have the option to change the “Menu Order” via “Quick Edit” in the Post List. (Unfortunately, this field is left out for the default “post” type).
“Menu Order” shows up in the list of “Order By” in the Menu Item. So at least for me, Problem solved 🙂