Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
superherogeek
tagDiv Member

Thanks for the response!

I have a Custom Post Type for classified ad listings and events which are updated entirely once a week – automatically via a import script. Let’s say have a custom sidebar named “Classifieds Sidebar.” If I were to add into the post meta:
$td_theme_meta = array ( 'td_sidebar' => 'Classifieds Sidebar' );
add_post_meta ( $post_id, 'td_post_theme_settings', serialize( $td_theme_meta ) );

Would there be any other postmeta to change?

Viewing 1 post (of 1 total)