Klemens Starybrat
Klemens Starybrat
I have a single harvester and 2 plotters capable of 8TB/day. The harvester has 4GbE, plotters 1GbE each so no need to worry about network saturation. The current version of...
The solution I suggest is to add a shortcode parameter `excerpt_shortcodes` that if set to `yes` would render the shortcodes. The code would **have to** include a check for the...
> The code would have to include a check for the [catlist] shortcode and strip it off, while allowing other shortcodes. Actually, now when I think of it I no...
I have this set up in the GUI repo, with automatic [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) checks in Travis and Vagrant, using [WPCS rules](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards). Most of the code can be automatically fixed...
I have a branch with some stuff that deals with it.
Yes I think that an internal standard is a good idea. We can just edit WPCS and adjust the rules we don't like. And then it can be automated with...
@picandocodigo Sure, I will update the test suite so that once it passes we will know this is working.
Haha, sure, take your time and don't sacrifice your rest for this 😉 So I guess it doesn't make sense to do it for `categorypage=other` but could be done for...
@EWSB-Chris Currently it's not possible to exclude categories while using the current category feature. When you use current category in the widget, or `categorypage=yes` in a shortcde, it grabs all...
Should pin this feature request for a future update.