- Attended a Community Meetup
- Australia
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 100 and 499 items
- Contributed a Blog Post
- Exclusive Author
Wich plugins do you guys use?
As i said, shoot over an email will share my system 
- Attended a Community Meetup
- Australia
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 100 and 499 items
- Contributed a Blog Post
- Exclusive Author
wpCanyonThemes said
As i said, shoot over an email will share my system![]()
Do you have skype or MSN ?
- Author was Featured
- Has been a member for 4-5 years
- Author had a Free File of the Month
- Sold between 100 000 and 250 000 dollars
- Bought between 10 and 49 items
- Europe
- Exclusive Author
- Referred between 200 and 499 users
Now I want it too 
turkhitbox said
Now I want it too![]()
+1 on that 
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 1 and 9 items
- Europe
- Exclusive Author
- Has been a member for 2-3 years
- Item was Featured
- Referred between 100 and 199 users
lazy :))
pastebin? 
- Has been a member for 4-5 years
- Item was Featured
- Author was Featured
- Bought between 100 and 499 items
- Referred between 200 and 499 users
- Exclusive Author
- Microlancer Beta Tester
- Author had a Free File of the Month
if (get_option('pp_sidebars')):
$pp_sidebars = get_option('pp_sidebars');
foreach ($pp_sidebars as $k => $pp_sidebar) {
$sb_id = str_replace(" ","", $pp_sidebar["name"]);
register_sidebar( array(
'name' => $pp_sidebar["name"],
'id' => strtolower($sb_id),
'before_widget' => '<div class="widget column %2$s" id="%1$s">',
'after_widget' => '</div>',
'before_title' => '<h2>',
'after_title' => '</h2>',
) );
}
endif;
?>
I’ve created simple form in options panel where user can add sidebars names, as many as they want, and then I run that loop to create sidebar for each of stored name.
- Author was Featured
- Has been a member for 4-5 years
- Author had a Free File of the Month
- Sold between 100 000 and 250 000 dollars
- Bought between 10 and 49 items
- Europe
- Exclusive Author
- Referred between 200 and 499 users
Thats what I guessed, but how do you assign them to different pages, posts, etc?
Using my own script for that. Email me if you would like to get it 
dynamic_sidebar( get_post_meta($post->ID, 'sidebar', true) );
