steampunk heart
Uncategorized

Vertical Rhythm. Typography Based WordPress Themes. UPDATE – important.

Project on GitHub

A simple, but beautiful wordpress theme by VerticalRythm, based on the “Neue Grafik” pubblication which was designed with a strong sense of hierarchy.

The themes doesn’t work anymore…missing admin bar

UPDATE – IMPORTANT

Fixing the Missing Admin Bar

The most common culprit causing this problem is a missing <?php wp_footer(); ?> line in your theme. This function is usually found in a theme’s footer.php file just before the </body> tag.

Before you do anything to fix it, make sure you create complete WordPress backup or at least backup your theme files.

Connect to your website using an FTP program like Filezilla, or use the File Manager in your web hosting account’s cPanel dashboard.

Next, go to your theme folder which is located inside /wp-content/theme/ folder and download a copy of your theme’s folder to your Desktop as backup.

You would need to locate the footer.php file inside your theme folder and scroll down to the end of the file to see if you have <?php wp_footer(); ?> line before the </body> tag.

If you do not have this line, then you need to add it and then upload the changed file back to your server.