vasherai
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Header textHere is some additional information:
<div id=”page”>
<div id=”header” class=”png”>
<div id=”headerimg”>
<?php if (!get_option(‘mandigo_hide_blogname’)): ?>
<<?php echo $tag_blogname; ?> class=”blogname” id=”blogname”>/”><?php bloginfo(‘name’); ?></<?php echo $tag_blogname; ?>>
<?php endif; ?>
<?php if (!get_option(‘mandigo_hide_blogdesc’) && get_bloginfo(‘description’)): ?>
<<?php echo $tag_blogdesc; ?> class=”blogdesc” id=”blogdesc”><?php bloginfo(‘description’); ?></<?php echo $tag_blogdesc; ?>>
<?php endif; ?>
<ul class=”pages png<?php echo (get_option(‘mandigo_headoverlay’) ? ‘ head_overlay’ : ”); ?>”>
<li class=”page_item”>/”><?php _e(‘Home’,’mandigo’); ?>
<?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=&exclude=’.get_option(‘mandigo_exclude_pages’)); ?></div>
I’m just going to download it from the main website and install it that way. I believe there are files missing from the Cpanel way. Thanks for your help.
What wp-config-sample file? My Cpanel created it all for me through the Pre-installed scripts. And I’m sorry I didn’t actually take in that I suppose, perhaps I read over it. But thanks for helping.
It seems that I am still getting errors. Perhaps I am typing it wrong? This is how I am typing it. Sorry for this everyone ??
—————
// ** MySQL settings ** //
define(‘DB_NAME’, ‘[% studiost_WordPress %]’); // The name of the database
define(‘DB_USER’, ‘[% studiost_Justin %]’); // Your MySQL username
define(‘DB_PASSWORD’, ‘[% ********* %]’); // …and password
define(‘DB_HOST’, ‘[% mysql.wp.sqlhost %]’); // 99% chance you won’t need to change this valueAh, alright, I’ll give that a try. Thanks