Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you use WordPress 2.2 and enabled widgetized sidebar, it’s possible to hide pages easily.

    Go to Manage -> Pages and get the id number of the about page. Go to Presentation -> Widgets. Click on the options for the Pages widget and enter in the id number of the page you want to exclude.

    Hope that helps.

    Hey ganzua,

    I was trying to do the same thing as you, too. Here’s what I’ve figured out. Instead of doing ‘year=1234’ do “year=$year”

    Before that, add this:

    <?php
    	$year = (int)strip_tags(stripslashes($_GET['y']));
    ?>

    To get the archives of a specific year, add ?y=2000 to the url of the page you created. The default, when no y value is defined, is to show posts from all years. You can make it so it shows the current year, etc.

    Hope that helps.

    Thu

    Did you press Publish or Save? When I clicked Publish and chose the private option, the post showed. Then I learned that I should only use ‘save’.

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