Show value of select dropdown in meta box
Your meta option is post_options_select. You are using wrong meta key options-select in function display_content. But main point is that, you cannot control the sidebar layout from the_content filter. If selected option is ‘No Sidebar’ then you need to hide sidebar in your template. the_content only contains the content of the post. How it should … Read more