• http://www.fresh-industries.com

    when you go to the home page it doesn’t show the title of the blog but when you go to the About page or a post it shows the title at the top followed by | Fresh Industries. The theme is Modicus Remix” by Art Culture – http://artculture.com/wordpress-themes/modicus-wordpress-theme-remix.

    ` <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>
    <head profile=”http://gmpg.org/xfn/11″&gt;
    <title><?php wp_title() ?></title>
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <meta name=”keywords” content=”Fresh, Fresh Industries, FI, Prhime, creativity” />
    <link rel=”SHORTCUT ICON” href=”http://www.fresh-industries.com/images/favicon.ico&#8221; />
    <!– leave this for stats –>

    <style type=”text/css” media=”screen”>

    @import url( <?php bloginfo(‘stylesheet_url’);

    ?> );

    </style>

    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />

    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_head(); ?>

    </head>

    <body>

    and the index.php code is

    <?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(‘./words//wp-blog-header.php’);
    ?> `

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog title does not show up on the homepage’ is closed to new replies.