WPIntell

Source evidence

Custom fields

Buckets · support · 2015-04-10T07:28:00+00:00

mixedsentiment
lowseverity
0.57relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 31 rows with source links

16.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
summatix resolved
While it hasn’t been updated in a while and isn’t actively maintained, it seems a lot better than the alternatives I’ve tried like Shortcoder. Unfortunately unlike Shortcoder, Buckets doesn’t have support for custom variables. I added the following two lines to the buckets_shortcode function in buckets.php to add support for custom variables (line 343): foreach ($arg as $key => $value) $return = str_replace("%%$key%%", $value, $return); This allows shortcodes to be called like [bucket id="1234" title="My Bucket" myvar="myvalue"] . Inside buckets you can use %%myvar%% to access the custom variable. https://wordpress.org/plugins/buckets/ Great suggestion, I updated buckets to include this in 0.3.3 and credited you in the change log! Thanks alot!

Comments

1 shown
matthewordie 2015-06-10T20:10:00+00:00

Great suggestion, I updated buckets to include this in 0.3.3 and credited you in the change log! Thanks alot!