2 wordpress questions

Discussion in 'WordPress' started by amiecn, Feb 24, 2008.

  1. #1
    My header is being called from the CSS rather than the header.php file and it looks like this:

    #content{
    background:#FFFFFA url(./images/main.jpg) no-repeat;
    float:left;
    padding:10px;
    padding-top:290px;
    width:480px;
    font-size:1em;

    }

    I would like to make the image click-able...can anyone tell me how I can make this happen?

    My blog is currently set to only show one post on the home page...where might I find the setting to make it show more than one?

    url is: enviro bama .com (minus spaces)

    Thank you in advance for the help...rep will be given. :D
     
    amiecn, Feb 24, 2008 IP
  2. Crynos

    Crynos Peon

    Messages:
    733
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Go to options-->reading. Then you can set how many posts show.
     
    Crynos, Feb 24, 2008 IP
  3. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #3
    Add something like:

    
    <div id="content" onclick="location.href='<?php echo get_settings('home'); ?>';" style="cursor: pointer;"></div>
    
    Code (markup):
    in your header.php or index.php ...
     
    mizaks, Feb 24, 2008 IP