Jay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal Error: wp-blog-header.phpI tried re-installing the wp-admin wp-blog-header and wp-includes with no luck
Forum: Fixing WordPress
In reply to: Fatal Error: wp-blog-header.phpIm having the same problem, but fortunately I backed-up. Check with your hosting service.. They should have a backup on file for you. I also am receiving this message in the admin section.
Call to undefined function get_option() in /home/***/public_html/wp-admin/admin.php on line 32
Forum: Fixing WordPress
In reply to: archives page only collapsing in IE8However, thinking about it further. Its strange that specific page only collapsed in IE8.
Forum: Fixing WordPress
In reply to: archives page only collapsing in IE8I had a div in the wrong spot. Sometimes its the simplest things that defeat us. π
Forum: Fixing WordPress
In reply to: Listing page missing on AdRotate.π no prob.
Forum: Fixing WordPress
In reply to: Admin plugin/component ???If it is a plugin you can just upload it here but I thought you said it was not a plugin. In that case it is theme specific. There is a custom post type plugin available.
Forum: Fixing WordPress
In reply to: Admin plugin/component ???Those features are probably unique to that theme.
Forum: Fixing WordPress
In reply to: Listing page missing on AdRotate.Did you uninstall and re install the plugin?
Thanks for the input.
How did you fix this? I am getting a javascript error as well.
Forum: Themes and Templates
In reply to: Register a new widget sidebar is destroying meThanks for the tip. I should have been a little more descriptive in my question. Firebug is a given. I needed to remove the default containers. I was able to figure it out..
Thanks
Forum: Fixing WordPress
In reply to: 2011 Theme…Header Image clicks back to home pageYour welcome. π
Forum: Fixing WordPress
In reply to: Categories pageYou can check this out and there is tons of training online.. Google is your friend.
good luck.
Forum: Fixing WordPress
In reply to: Categories pageYou would need to be familiar with wordpress, php and css to do this.
Forum: Fixing WordPress
In reply to: 2011 Theme…Header Image clicks back to home pageIm going to recommend you not do this, but to answer your question. You need to go into appearance -> editor. Then select the header.php file and find this line of code.
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
remove it and click update. Again, I will recommend you not do this especially if you are just starting out.Good luck