Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author acosmin

    (@acosmin)

    Open ‘sidebar-browse.php’ and replace:

    <div class="side-box larger">
        		<h3 class="sidebar-heading"><?php _e( 'Calendar', 'acosmin' ); ?></h3>
                <div class="sb-content clearfix">
                	<?php get_calendar(true); ?>
    		</div><!-- END .sb-content -->
    	</div><!-- END .sidebox -->

    with:

    <div class="side-box larger">
        		<h3 class="sidebar-heading"><?php _e( 'A Title Goes Here', 'acosmin' ); ?></h3>
                <div class="sb-content clearfix">
                	 YOUR VIDEO IMAGE CODE GOES HERE
    		</div><!-- END .sb-content -->
    	</div><!-- END .sidebox -->

    Sorry buy I won’t help you more with this request because it’s a modification query…

    You can use jobs.wordpress.net

    Thread Starter fewfewfew

    (@fewfewfew)

    Thank you this worked! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove calendar from dropdown menu’ is closed to new replies.