Jump to content
Sign in to follow this  
dfmillington

Need a few tweaks to the iBlogPro theme

Recommended Posts

dfmillington

Here is what I need: 1) have the pages I created for Privacy, Diclaimer and Disclosure to NOT appear on the naviagation at the top of the page but only at the bottom of the page 2) add parent categories to the top page navigation with drop down navigation for subcatrgories 3) get the "more" feature to work at the end of excerpts on the front page (I have already spent countless hours searching for answers to no avail) 4) Have all links with the exception of headers to have the same color/features 5) have all headers in red 6) have all post headers to become underlined when hovered 7) have header/logo designed for site 8) have security beefed up (see notes below) Thanks.

Share this post


Link to post
Share on other sites
Andrew
1) have the pages I created for Privacy, Diclaimer and Disclosure to NOT appear on the naviagation at the top of the page but only at the bottom of the page
You'll need to edit the footer.php file. Add the links after you see the 'wp_list_pages() function' and put them in `
  • ` elements
    2) add parent categories to the top page navigation with drop down navigation for subcatrgories
    Tough customization, you'll have to emulate the functionality of the nav to get the drop down effect
    3) get the "more" feature to work at the end of excerpts on the front page (I have already spent countless hours searching for answers to no avail)
    The button? All you have to do is add a link to the feature setup.. is that what you mean?
    4) Have all links with the exception of headers to have the same color/features
    Custom css, you need to get Firefox, identify elements and add the CSS rule
    5) have all headers in red
    Need to add custom css. Something like `h1, h2, h3, h4, h5{color: red}` could be a start
    6) have all post headers to become underlined when hovered
    more custom css. Use firebug to identify the elements and add `.element:hover{text-decoration:underline}`
    7) have header/logo designed for site
    send an email to [email protected]. Adam can help you.
    8) have security beefed up (see notes below)
    Install the WP security scan plugin, and look around for others.

    Share this post


    Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

    Sign in to follow this  

    ×