My CSS, footer and header don’t show up!

This is how your index.php and other public facing pages should be.. Don’t forget to add get_header() and get_footer() <?php get_header(); ?> <!– Row for main content area –> <div id=”content”> <div> <!– Main Content Loop HERE, or just use while have posts and get the content;..–> <?php get_template_part(‘loop’, ‘index’); ?> </div> </div><!– End Content … Read more

Custom Header won’t Repeat

You are targeting #header img(incorrect) and using repeat-x without any background-image property. Use this CSS code: #header { background: rgba(0, 0, 0, 0) url(“http://playfulsstudio.com/wp-content/uploads/2015/05/cropped-playful-logo.jpg”) repeat-x scroll 0 0; }

How change the header color?

(1) In your twentyten theme’s style.css file, find this rule: #access { background: #000; display: block; float: left; margin: 0 auto; width: 940px; } the black color comes from this property ang change it to your liking: background: #000; (2) In your twentyten theme’s style.css file, find this rule: #access a { color: #aaa; display: … Read more

wp_redirect() is not working

Add ob_start(); at the top of functions.php file and remove from your code. As WP is a combination of plugin and core files and we don’t know which code sends the throws the header sent warning. And we know that functions.php is called every time we made a request to server, so this is the … Read more

change headline of page

I’m still somewhat unclear as to the question, hope I got it. You can change the menu item text without changing the post name right from the admin.

After being hacked Fatal error: Call to undefined function get_header() in 404.php on line 1

“Generally this happens when someone has mistakenly put index.php from a theme in the WP install folder, where it overwrites the index.php that is the main WordPress file. Download WordPress again, and take the one file, index.php from its root folder, replacing the file you now have as index.php It sometimes means someone has loaded … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)