Forum Replies Created

Viewing 15 replies - 1 through 15 (of 103 total)
  • Thread Starter Scott@adszoom

    (@scottadszoom)

    ah so I have to create a new data base then import the unzipped one? where would I create that data base ; in what directory…

    Thread Starter Scott@adszoom

    (@scottadszoom)

    “populated backup” SORRY populated data bases.. not “back up

    Thread Starter Scott@adszoom

    (@scottadszoom)

    hmm ya but the cpan back up included the “populated backup” still connected or am i crazy? This is what they said at Host G…

    Thread Starter Scott@adszoom

    (@scottadszoom)

    ok this part of the article you sent me” thanks by the way ”

    ” ( i copied this and pasted here )
    if you are changing to a new server but same domain, all you need to do is edit wp-config.php with your new database/user information and upload everything as it is to your new server.


    if i unzip my cpan full back up that includes ALL data base and config files; can i just leave them alone or do i have to change anything if we kept the urls and data connections the same? can I just leave them in the places they unzip to?

    Thread Starter Scott@adszoom

    (@scottadszoom)

    Hi
    I did we did not change any url or permalinks and such; did i miss something?

    Thread Starter Scott@adszoom

    (@scottadszoom)

    we did not change any url? we unzipped the file like it was in our home directory at Hg …

    Thread Starter Scott@adszoom

    (@scottadszoom)

    yes full back up included all connections and data base; it was unpacked from the zip at the same time as well

    Thread Starter Scott@adszoom

    (@scottadszoom)

    yes it was a full cpan back up we are unpacking

    Forum: Fixing WordPress
    In reply to: cant get
    Thread Starter Scott@adszoom

    (@scottadszoom)

    ok so the form looks like its rendering the image to the exact dem… as specified under domain/wp-admin/options-media.php but will not work with any of the light box plug ins for images. On any pages in the default 2012 theme

    Need help anyone please….

    Forum: Fixing WordPress
    In reply to: cant get
    Thread Starter Scott@adszoom

    (@scottadszoom)

    hm I tried about 3 plug ins.. all with the same results. let me test the settings here domain/wp-admin/options-media.php

    Thread Starter Scott@adszoom

    (@scottadszoom)

    To correct the duplicate issue for the title / post’s not indexing. This is the config your header.php needs, so the title dose not duplicate and your posts index properly.

    make sure your <title> between </title> looks like this then check the page source. It should be the post title then | then blog name. This is the new and only way Google will index a post title correctly so if you copy your post title into the browser it will pull up the post in the search.
    aFTER you change the header to the correct config. Log into Google web master tools.
    Under ” health ” click ” fetch as Google ” leaving just your primary domain in the fetch tool. Click fetch then click ” submit for index ” MAKE SURE YOU PICK OPION 2. This will reindex the entire site.

    <?php
    /**
     * The Header for our theme.
     *
     * Displays all of the <head> section and everything up till <div id="main">
     *
     * @package WordPress
     * @subpackage Twenty_Eleven
     * @since Twenty Eleven 1.0
     */
    ?><!DOCTYPE html>
    <!--[if IE 6]>
    <html id="ie6" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 7]>
    <html id="ie7" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 8]>
    <html id="ie8" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
    <html <?php language_attributes(); ?>>
    <!--<![endif]-->
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta name="viewport" content="width=device-width" />
    <title><?php
    	/*
    	 * Print the <title> tag based on what is being viewed.
    	 */
    	global $page, $paged;
    
    	wp_title( '|', true, 'right' );
    
    	// Add the blog name.
    	bloginfo( 'name' );
    
    	// Add the blog description for the home/front page.
    	$site_description = get_bloginfo( 'description', 'display' );
    	if ( $site_description && ( is_home() || is_front_page() ) )
    		echo " | $site_description";
    
    	// Add a page number if necessary:
    	if ( $paged >= 2 || $page >= 2 )
    		echo ' | ' . sprintf( __( 'Page %s', 'twentyeleven' ), max( $paged, $page ) );?></title>
    Thread Starter Scott@adszoom

    (@scottadszoom)

    To correct the duplicate issue for the title / post’s not indexing. This is the config your header.php needs, so the title dose not duplicate and your posts index properly.

    make sure your <title> between </title> looks like this then check the page source. It should be the post title then | then blog name. This is the new and only way Google will index a post title correctly so if you copy your post title into the browser it will pull up the post in the search.
    aFTER you change the header to the correct config. Log into Google web master tools.
    Under ” health ” click ” fetch as Google ” leaving just your primary domain in the fetch tool. Click fetch then click ” submit for index ” MAKE SURE YOU PICK OPION 2. This will reindex the entire site.

    <?php
    /**
     * The Header for our theme.
     *
     * Displays all of the <head> section and everything up till <div id="main">
     *
     * @package WordPress
     * @subpackage Twenty_Eleven
     * @since Twenty Eleven 1.0
     */
    ?><!DOCTYPE html>
    <!--[if IE 6]>
    <html id="ie6" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 7]>
    <html id="ie7" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 8]>
    <html id="ie8" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
    <html <?php language_attributes(); ?>>
    <!--<![endif]-->
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta name="viewport" content="width=device-width" />
    <title><?php
    	/*
    	 * Print the <title> tag based on what is being viewed.
    	 */
    	global $page, $paged;
    
    	wp_title( '|', true, 'right' );
    
    	// Add the blog name.
    	bloginfo( 'name' );
    
    	// Add the blog description for the home/front page.
    	$site_description = get_bloginfo( 'description', 'display' );
    	if ( $site_description && ( is_home() || is_front_page() ) )
    		echo " | $site_description";
    
    	// Add a page number if necessary:
    	if ( $paged >= 2 || $page >= 2 )
    		echo ' | ' . sprintf( __( 'Page %s', 'twentyeleven' ), max( $paged, $page ) );?></title>
    Thread Starter Scott@adszoom

    (@scottadszoom)

    To correct the duplicate issue for the title / post’s not indexing. This is the config your header.php needs, so the title dose not duplicate and your posts index properly.

    make sure your <title> between </title> looks like this then check the page source. It should be the post title then | then blog name. This is the new and only way Google will index a post title correctly so if you copy your post title into the browser it will pull up the post in the search.
    aFTER you change the header to the correct config. Log into Google web master tools.
    Under ” health ” click ” fetch as Google ” leaving just your primary domain in the fetch tool. Click fetch then click ” submit for index ” MAKE SURE YOU PICK OPION 2. This will reindex the entire site.

    <?php
    /**
     * The Header for our theme.
     *
     * Displays all of the <head> section and everything up till <div id="main">
     *
     * @package WordPress
     * @subpackage Twenty_Eleven
     * @since Twenty Eleven 1.0
     */
    ?><!DOCTYPE html>
    <!--[if IE 6]>
    <html id="ie6" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 7]>
    <html id="ie7" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 8]>
    <html id="ie8" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
    <html <?php language_attributes(); ?>>
    <!--<![endif]-->
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta name="viewport" content="width=device-width" />
    <title><?php
    	/*
    	 * Print the <title> tag based on what is being viewed.
    	 */
    	global $page, $paged;
    
    	wp_title( '|', true, 'right' );
    
    	// Add the blog name.
    	bloginfo( 'name' );
    
    	// Add the blog description for the home/front page.
    	$site_description = get_bloginfo( 'description', 'display' );
    	if ( $site_description && ( is_home() || is_front_page() ) )
    		echo " | $site_description";
    
    	// Add a page number if necessary:
    	if ( $paged >= 2 || $page >= 2 )
    		echo ' | ' . sprintf( __( 'Page %s', 'twentyeleven' ), max( $paged, $page ) );?></title>
    Thread Starter Scott@adszoom

    (@scottadszoom)

    In my header.php the page source looks like this

    <title>House to share Ca United States | www.adszoom.com   House to share Ca United States —www.adszoom.com    </title>

    not sure if this is correct if title is to be searchable via copy and past into Google bar?

    Thread Starter Scott@adszoom

    (@scottadszoom)

    Hi

    Ya Thank you so much iv bin there… The issue is i need to know where to enter a <meta> tag for the titles of the entry’s,,, That is the missing link in this mess.. Any idea?

Viewing 15 replies - 1 through 15 (of 103 total)