Atkinson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: A New WordPress Site Coming Soon! Still displayed after publishingIt’s in there in the root of public_html. It’s always been there since the install a couple of weeks ago.
This is the code:
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );Forum: Fixing WordPress
In reply to: A New WordPress Site Coming Soon! Still displayed after publishingThat didn’t work.
Forum: Plugins
In reply to: Playing a FLV movieNo, the path is correct. It works as an mpeg, but more people have flash players than mpeg, so I have to change it.
Forum: Themes and Templates
In reply to: CSS NOT CENTERINGI can’t find those characters at all. There’s nothing before the doctype. I’ve examined header.php, index.php and style.css with a fine-toothed comb. Any help would be greatly appreciated.
The styles seemed to help, but it’s still a little off. Thanks for the suggestion.
Forum: Themes and Templates
In reply to: Pics Not Floating ProperlySo specifically what do I need to do to fix ’em? I’m a bit of a noob with this.
Forum: Fixing WordPress
In reply to: Sidebar not showing up properlyI’m not sure if that helps. I just want my sidebar to show up on every page and it isn’t right now. OR I need a way to have only one category show up on the front page. I found one fix that deals with the home.php file, but this theme doesn’t have a home.php.