dfmillington 0 Report post Posted January 14, 2010 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 207 Report post Posted January 14, 2010 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 pageYou'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 subcatrgoriesTough 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 redNeed 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 hoveredmore custom css. Use firebug to identify the elements and add `.element:hover{text-decoration:underline}` 7) have header/logo designed for sitesend 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