SEjack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Optimize CSS DeliveryForum: Fixing WordPress
In reply to: Optimize CSS DeliveryIts advancedhearingtechnologies.com
Forum: Fixing WordPress
In reply to: Properly linking an image from sidebarThank you. I used the image widget plugin. It was great
Forum: Plugins
In reply to: [Testimonials Widget] Not working on 3.5.1@michael Cannon I tried the free version 2.12 and I got a 404 page as soon as I activated it. I tried deactivating all other plugins first, and it still exhibits the same behavior.
Forum: Plugins
In reply to: [Testimonials Widget] Not working on 3.5.1@johncleary FTP, at least on Filezilla which is the only FTP client I ever use, displays the contents of a folder the same as when that folder was first opened during that session. You have to right-click refresh if you to view any changes to the contents of that folder.
Forum: Plugins
In reply to: [Testimonials Widget] Not working on 3.5.1@johncleary via FTP, go to wp-content/plugins and find the testimonials-widget folder. Rename the folder to “.testimonials-widget”. This will disable the plugin and let you regain control of your site
Forum: Fixing WordPress
In reply to: Adding a custom headerI figured it out.
I copied the contents of header.php to the custom homepage template and deleted get_header();
Forum: Hacks
In reply to: Display post author on blogrollI was not clear about this. WordPress uses the word blogroll for something else. I meant the blog itself.
I know it is controlled by the index.php page and then you get to the actual loop
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, get_post_format() ); ?>
<?php endwhile; ?>
So, where does it go from there?
I figured it out. I had to change permissions on my htdocs folder