WPIntell

Source evidence

[Plugin: hRecipe] Hook into plugin?

hRecipe · support · 2012-01-10T22:31:00+00:00

complaintsentiment
mediumseverity
0.74relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

8 / 34 rows with source links

23.5% 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
Carrie Dils unresolved
Hi, I’m using hRecipe in conjunction with the WP-Print plugin. I’d like to conditionally check to see if hRecipe is on a particular post and output the print link directly after the hRecipe output. Is there a way to hook into hRecipe or otherwise perform a conditional statement when outputting the post to see if hRecipe is being used? Thanks, Carrie http://wordpress.org/extend/plugins/hrecipe/ That would be in WP Print’s bailiwick, Carrie. Thanks, Dave D Hi Dave, Thanks for the superquick reply. I think I know how to manage it from WP Print’s side. The question is how to determine “when” in the post loop hRecipe is done doing it’s thing. Thanks, Carrie Carrie, you should be able to grab the hrecipe subtree DOM from the div or fieldset with the hrecipe class attribute set. That *should* put it into one object. If it doesn’t, ensure hrecipe is closing out the div or fieldset elements correctly (you can check this on the w3 validator: http://validator.w3.org/ ). Ah, good thought! Thank you!

Comments

4 shown
Dave Doolin 2012-01-10T22:34:00+00:00

That would be in WP Print’s bailiwick, Carrie. Thanks, Dave D

Carrie Dils 2012-01-10T22:37:00+00:00

Hi Dave, Thanks for the superquick reply. I think I know how to manage it from WP Print’s side. The question is how to determine “when” in the post loop hRecipe is done doing it’s thing. Thanks, Carrie

Dave Doolin 2012-01-10T22:43:00+00:00

Carrie, you should be able to grab the hrecipe subtree DOM from the div or fieldset with the hrecipe class attribute set. That *should* put it into one object. If it doesn’t, ensure hrecipe is closing out the div or fieldset elements correctly (you can check this on the w3 validator: http://validator.w3.org/ ).

Carrie Dils 2012-01-10T22:47:00+00:00

Ah, good thought! Thank you!