I agree this would be nice
Following the explanation by Alex above, I created the following snippet:
insertBlurb($imageCode);
where insertBlurb is a function defined in custom.php using the Thesis theme.
When I place the shortcode in a page as follows;
[wbcr_php_snippet id=”8931″ imageCode=”AA”]
the function does not execute properly — nothing appears,
HOWEVER, if I change the snippet like this:
insertBlurb(‘AA’);
and place this shortcode in a page:
[wbcr_php_snippet id=”8931″]
the function executes properly and places the appropriate text in the page.
What is the problem with the first method. I want to be able to define a single snippet that can accept parameters since the second method would require an inordinate number of snippets.
Timothy Binkley
The problem I’m having is that the Author field does not appear in the post after upload. Post–>ManageUGC shows the Title, Description and File, but not the Author.