ravZen
Forum Replies Created
-
Here is the directions to do that – http://codex.wordpress.org/Function_Reference/get_header
Forum: Fixing WordPress
In reply to: Graphical Navigation using current_page_itemIt’s an illusion. ie., current_page_item a { background-image: url(images/menu-selected.png) or just another color if you don’t use an image.
Forum: Fixing WordPress
In reply to: External Links Not WorkingI’m not having any problem with your external links. Did this get resolved?
Forum: Fixing WordPress
In reply to: Theme CustomizationIf you didn’t change the image’s file name, just replace in the correct image folder by dragging over via your FTP
Forum: Fixing WordPress
In reply to: Website Hacked…helpFrom you cPanel go to your phpMyAdmin (this is the interface for your MySql database – where your wp content files live – & if your host doesn’t have you need a new host). In the sidebar, find your wordpress install – if you only have 1 site, it’s the only one there. Click on it. In the top menu click IMPORT. You will get a screen with a browse upload box – upload your backup. Click Go. Done. Good luck
Forum: Themes and Templates
In reply to: Getting footer links (images) to line up horizontallyYou’re not using your footer’s divs. You have all but the theme link in span-6 small then 2 empty column span-6 smalls and 1 empty small last. Move your content to these boxes.
Forum: Fixing WordPress
In reply to: overriding break tag for image excerpts on category pagesThis is done with CSS – your style.css. Appears that your 3 columns are styled with the <div class=”entry-content”> but your Acting Technique page is using all <div id=”content” role=”main”>