Hy there,
For now you only can use the editor button to add a campaign link into a page or a post.
You can even add that link to a text widget.
Maybe you can try work with your theme to placehold the widgets and the use a widget text to call the campaign link.
If you need anything please response back.
Thanks for use
Ok now works
$limit = get_option('posts_per_page');
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$my_query =new WP_query(($query_string . 'showposts=' . $limit . '&paged=' . $paged .'&orderby=numero_socio&order=asc');
But with this i must change the loop to this
<?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
Solved
Can you please post an example?