Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Its easy.

    1- Activated the featured post slider.
    2- Dont matter which category are u gonna use because you want it static.
    3- Go to yourdomain.com/wp-content/themes/blast/images/bg-slider.png and download the image.
    4- Edit this image in photoshop or any other software. Put in the gray area shape the image that you want to show (Note just in the gray shape area, because if you put the image in the whole space you going to lose the shadow effect in the website). Save it.
    5-Overwrite the image using the one that you just edited. upload to http://yourdomain.com/wp-content/themes/blast/images/bg-slider.png using a FTP software.

    That all I hope works for you.

    Thread Starter jarquinz

    (@jarquinz)

    Yes I am using SEO plugins…

    this is the part above:

    <?php
    /**
     * The Header for our theme.
     *
     * Displays all of the <head> section and everything up till <div id="main">
     *
     * @package WordPress
     * @subpackage Twenty_Ten
     * @since Twenty Ten 1.0
     */
    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    c
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    <?php
    	/* We add some JavaScript to pages with the comment form
    	 * to support sites with threaded comments (when in use).
    	 */
    	if ( is_singular() && get_option( 'thread_comments' ) )
    		wp_enqueue_script( 'comment-reply' );
    
    	/* Always have wp_head() just before the closing </head>
    	 * tag of your theme, or you will break many plugins, which
    	 * generally use this hook to add elements to <head> such
    	 * as styles, scripts, and meta tags.
    	 */
    	wp_head();
    ?>
    </head>
    Thread Starter jarquinz

    (@jarquinz)

    Yes I was looking in the header.php but I cant find a double <title>

    look this is part of my header:

    </head>
    
    <body <?php body_class(); ?>>
    <div id="wrapper" class="hfeed">
    	<div id="header">
    		<div id="masthead">
    			<div id="branding" role="banner">
    				<?php $heading_tag = ( is_home() || is_front_page() ) ? 'h1' : 'div'; ?>
    				<<?php echo $heading_tag; ?> id="site-title">
    					<span>
    						<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'nal' ); ?></a>
    					</span>
    				</<?php echo $heading_tag; ?>>
    				<div id="site-description"><?php bloginfo( 'description' ); ?></div>
    
    				<?php

    Thanks for you help 🙂

    Thread Starter jarquinz

    (@jarquinz)

    Thats rare I have been testing this in firefox, safari, and iE8 also iphone or any phone browser and I can see in all those the <title> part.

    Thread Starter jarquinz

    (@jarquinz)

    the website is:

    http://soloparatiradio.com

    the template that I am using is: Twenty Ten 1.2 by the WordPress team

    And yes the last webmaster modified the template.

Viewing 5 replies - 1 through 5 (of 5 total)