• Hi, I’m really new and very ignorant to intricacies of wordpress. I was wondering if anybody could instruct me as to how it can be done? I searched, and found that I have to look for the calender code (<?php get_calendar(); ?>), but
    I have absolutely no idea how to edit the html of the front page. If any of you could help me, I would greatly appreciate it. Thanks in advance.

    The site is: http://hunglikehuang.com

    -Eric

Viewing 4 replies - 1 through 4 (of 4 total)
  • Depending on theme, the calendar is generally called/included in the sidebar using a line like this:

    <?php get_calendar(); ?>

    Remove that…. and you might also need to remove some surrounding <li> and <ul> tagsets as well.

    Thread Starter hunglikehuang

    (@hunglikehuang)

    Thanks for the really quick reply, I edited my comment as my real problem is accessing the main page’s html code. I have no clue how to find it.

    The themes are constructed of several files: header.php, index.php, sidebar.php, footer.php (generally, and this can vary – but as basics that’s where to start).

    So you’ll find the calendar line usually in sidebar.php. Thing is, you can whack away at the files, as long as you keep pristine backups so that if you ding something beyond redemption, you just upload a clean backup….

    Maybe start here: Blog_Design_and_Layout

    Thread Starter hunglikehuang

    (@hunglikehuang)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Calender’ is closed to new replies.