« Return to Thread: execution of shortcode

Re: execution of shortcode

by Jake McMurchie-2 :: Rate this Message:

Reply to Author | View in Thread

Excellent. Thanks Simon.

2009/6/11 Simon Wheatley <simon@...>:

> On Thu, Jun 11, 2009 at 9:48 AM, Jake
> McMurchie<jake.mcmurchie@...> wrote:
>> I have this in my functions.php:
>>
>> add_shortcode('ataglance', 'ataglance_function');
>> function ataglance_function() {
>> ?>
>> <table>
>> <!-- // generate table from xml file -->
>> </table>
>> <?php
>> }
>>
>
> Your function needs to *return* not echo the HTML.
>
> S
>
>
> ---
> Sweet Interaction Ltd is Registered in England/Wales, no. 6610741
> Registered office: 7 Malton Av, Manchester, M21 8AT
> _______________________________________________
> wp-hackers mailing list
> wp-hackers@...
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>
_______________________________________________
wp-hackers mailing list
wp-hackers@...
http://lists.automattic.com/mailman/listinfo/wp-hackers

 « Return to Thread: execution of shortcode