<?php
/**
* Template Name: Test Activity System
*/
get_header();
?>

<div class=”content-area”>
<div class=”site-content” role=”main”>
<h1>Activity Stream Post Form (Phase 1)</h1>
<?php include get_stylesheet_directory() . ‘/activity-system/phase-1-post-form.php’; ?>
</div>
</div>

<?php get_footer(); ?>

}
?>


‘textarea_rows’ => 10,
‘editor_height’ => 300,
‘tinymce’ => array(
‘toolbar1’ => ‘bold italic underline bullist numlist blockquote link unlink’,
‘menubar’ => false
),
‘quicktags’ => false,
‘media_buttons’ => false // We’ll add media buttons in phase 2
));
?>