groups

Link to this snippet:


Download to Code Collector

language: PHP
licence: Other

Add Multiple Sidebars

options: send to code collectorview all maeghan's snippets
<?php $sidebar = get_post_meta($post->ID, "sidebar", true);
get_sidebar($sidebar);
?>