Scott@adszoom
Forum Replies Created
-
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…
“populated backup” SORRY populated data bases.. not “back up
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…
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?Hi
I did we did not change any url or permalinks and such; did i miss something?we did not change any url? we unzipped the file like it was in our home directory at Hg …
yes full back up included all connections and data base; it was unpacked from the zip at the same time as well
yes it was a full cpan back up we are unpacking
Forum: Fixing WordPress
In reply to: cant getok 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 gethm I tried about 3 plug ins.. all with the same results. let me test the settings here domain/wp-admin/options-media.php
Forum: Fixing WordPress
In reply to: Title Google search seo and meta settingsTo 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>
Forum: Themes and Templates
In reply to: how do you make an entry title searchable on google?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>
Forum: Fixing WordPress
In reply to: post not indexing correctly,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>
Forum: Fixing WordPress
In reply to: post not indexing correctly,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?
Forum: Themes and Templates
In reply to: how do you make an entry title searchable on google?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?