Digitald2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Theme renders as a blank pageOk, I have reviewed the theme development page and several sub links that are on that page and I haven’t found anything that would help me with my problem. Is there any way that I can find out what file might be causing my problem? I have moved all of the other pages I was trying to load except index.php and style.css into a different directory and nothing shows up, so I can’t believe its a coding error. I have disabled ALL plug-ins and still this theme I created still doesn’t want to show in wordpress. Other themes show up just fine and I thought I would use that but I have everything created that I want in my header.php, footer.php, sidebar.php files and everything works and looks good as long as they aren’t trying to be used in wordpress. What else can I do, I have researched white screen of death and non of the fixes there are my issue. What next, if my answer really is in the theme development page, please tell me what area that I need to go and focus on, I keep thinking that if I am able to load just one file at a time to see if that loads fine then keep adding one at a time until it breaks then I know what file is causing the problem.
Is there some lines of code not in the style.css that is needed like what might be found in the header area that might be causing the problem. I copied the basic header file that I found
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<title><?php wp_title(); ?> <?php bloginfo( ‘name’ ); ?></title>
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”stylesheet” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” type=”text/css” media=”screen” />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php if ( is_singular() && get_option( ‘thread_comments’ ) ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?>
</head>
and still nothing helps. It would be very helpful if wordpress had some kind of error.log that would then let you know where the problem might be, but I guess its just keep researching and Google and Google until you are 5 days into it and read everything out there and more confused that when you started out.Forum: Fixing WordPress
In reply to: Please Help UrgentCan you get to the folders for the wordpress files, if so download the plugin that you are wanting and then add it to the wp-content/plugins directory, then the dashboard will see it.