Toutes mes réponses sur les forums
-
AuteurMessages
-
c’est bon j’ai résolu mon problème, il fallait aller dans le fichier page-home.php
en fait je voudrais un agenda comme celui de ce site, http://www.elegantthemes.com/preview/Event/,
mais je ne veux pas le relier au slider mais à une page, et je ne le veux pas au centre de la page mais dans la slidebar du cote droitc’est bon j’ai compris, je dois ajouter directement mes vidéos sur youtube avec mon pseudo!
Résolu!merci pour votre aide, la solution était effectivement dans les options du plugin All in one SEO, merci!
Voici ce que j’ai dans le plugin, mais je ne vois rien sur le titre … et dans les paramètres généraux c’est ok j’ai bien les bons titres
<?php
/*
Plugin Name: All in One SEO Pack
Plugin URI: http://semperfiwebdesign.com
Description: Out-of-the-box SEO for your WordPress blog. Options configuration panel | Upgrade to Pro Version | Donate | Support | Amazon Wishlist
Version: 1.6.15.3
Author: Michael Torbert
Author URI: http://michaeltorbert.com
*//*
Copyright (C) 2008-2012 Michael Torbert, semperfiwebdesign.com (michael AT semperfiwebdesign DOT com)
Original code by uberdose of uberdose.comThis program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
*///register_activation_hook(__FILE__,’aioseop_activate_pl’);
/**
* @package All-in-One-SEO-Pack
* @version 1.6.15.3
*/if ( ! defined( ‘AIOSEOP_VERSION’ ) )
define( ‘AIOSEOP_VERSION’, ‘1.6.15.3’ );if ( ! defined( ‘AIOSEOP_PLUGIN_DIR’ ) )
define( ‘AIOSEOP_PLUGIN_DIR’, plugin_dir_path( __FILE__ ) );if ( ! defined( ‘AIOSEOP_PLUGIN_BASENAME’ ) )
define( ‘AIOSEOP_PLUGIN_BASENAME’, plugin_basename( __FILE__ ) );if ( ! defined( ‘AIOSEOP_PLUGIN_DIRNAME’ ) )
define( ‘AIOSEOP_PLUGIN_DIRNAME’, dirname( AIOSEOP_PLUGIN_BASENAME ) );if ( ! defined( ‘AIOSEOP_PLUGIN_URL’ ) )
define( ‘AIOSEOP_PLUGIN_URL’, plugin_dir_url( __FILE__ ) );if ( ! defined( ‘AIOSEOP_PLUGIN_IMAGES_URL’ ) )
define( ‘AIOSEOP_PLUGIN_IMAGES_URL’, AIOSEOP_PLUGIN_URL . ‘images/’ );if ( ! defined( ‘WP_CONTENT_URL’ ) )
define( ‘WP_CONTENT_URL’, get_option( ‘siteurl’ ) . ‘/wp-content’ );
if ( ! defined( ‘WP_ADMIN_URL’ ) )
define( ‘WP_ADMIN_URL’, get_option( ‘siteurl’ ) . ‘/wp-admin’ );
if ( ! defined( ‘WP_CONTENT_DIR’ ) )
define( ‘WP_CONTENT_DIR’, ABSPATH . ‘wp-content’ );
if ( ! defined( ‘WP_PLUGIN_URL’ ) )
define( ‘WP_PLUGIN_URL’, WP_CONTENT_URL. ‘/plugins’ );
if ( ! defined( ‘WP_PLUGIN_DIR’ ) )
define( ‘WP_PLUGIN_DIR’, WP_CONTENT_DIR . ‘/plugins’ );if ( class_exists( ‘All_in_One_SEO_Pack’ ) ) {
add_action( ‘activation_notice’, ‘aioseop_class_defined_error’ );
return;
}require_once( plugin_dir_path( __FILE__ ) . ‘aioseop.class.php’);
global $aiosp, $aioseop_options, $aiosp_activation;
$aiosp_activation = false;
$aioseop_options = get_option(‘aioseop_options’);
$aioseopcc = 0;
$aiosp = new All_in_One_SEO_Pack();require_once( AIOSEOP_PLUGIN_DIR . ‘aioseop_functions.php’);
////checking to see if things need to be updated
register_activation_hook( __FILE__, ‘aioseop_activate’ );
add_action( ‘init’, ‘aioseop_update_settings_check’ );
////end checking to see if things need to be updated
if ( $aioseop_options == ‘1’ || $aioseop_options == ‘on’ )
remove_action( ‘wp_head’, ‘rel_canonical’ );add_action( ‘load-edit.php’, ‘aioseop_addmycolumns’, 1 );
add_filter( ‘user_contactmethods’, ‘aioseop_add_contactmethods’ );
add_filter( ‘wp_list_pages’, ‘aioseop_list_pages’ );
add_action( ‘edit_post’, array( $aiosp, ‘post_meta_tags’) );
add_action( ‘publish_post’, array( $aiosp, ‘post_meta_tags’) );
add_action( ‘save_post’, array( $aiosp, ‘post_meta_tags’) );
add_action( ‘add_attachment’, array( $aiosp, ‘post_meta_tags’) );
add_action( ‘edit_attachment’, array( $aiosp, ‘post_meta_tags’) );
add_action( ‘edit_page_form’, array( $aiosp, ‘post_meta_tags’) );
add_action( ‘init’, array( $aiosp, ‘init’ ), 5 );
add_action( ‘wp_head’, array( $aiosp, ‘wp_head’) );
add_action( ‘template_redirect’, array( $aiosp, ‘template_redirect’) );
add_action( ‘admin_menu’, array( $aiosp, ‘admin_menu’) );
add_action( ‘admin_menu’, ‘aioseop_meta_box_add’ );////analytics
if ( aioseop_option_isset( ‘aiosp_google_analytics_id’ ) )
add_action( ‘wp_head’, array( $aiosp, ‘aiosp_google_analytics’) );if ( aioseop_option_isset( ‘aiosp_unprotect_meta’ ) )
add_filter( ‘is_protected_meta’, ‘aioseop_unprotect_meta’, 10, 3 );if ( ( !isset($_POST) || $_POST == null ) &&
( !isset($aioseop_options) || $aioseop_options!=’1′ ) ||
( isset($_POST) && $_POST==’0′ ) )
add_action( ‘admin_notices’, ‘aioseop_activation_notice’);global $aioseop_get_pages_start;
$aioseop_get_pages_start = 0;
add_filter( ‘wp_list_pages_excludes’, ‘aioseop_get_pages_start’);
add_filter( ‘get_pages’, ‘aioseop_get_pages’ );mes extensions actives sont
– All in One SEO Pack
– Featured Content Gallery
– NextGEN Gallery
– WP-Optimize
– WP-PageNavi
– WP Calameo
– WP Security Scan
– WPtouchC’est peut etre dans le css?
Je ne vois pas ou changer cela pouvez vous m’aider?non rien ne change
Bonjour, tout d’abord merci de m’avoir répondu,
en ce qui concerne cotre première solution, dans le personnaliser Titre|Description, j’ai déjà rentré mon titre, mais cela ne change rien.
Pour la seconde solution, mon code dans le header est:<meta http-equiv="Content-Type" content="; charset= » />
et si je change les 2 lignes entre title, rien ne se passe, peut etre que le titre est stocké dans bloginfo, mais je ne sais pas ou cela se trouve?
Pouvez vous continuer à m’aider?
28 juin 2013 à 12 h 22 min en réponse à : Comment mettre mon site en ligne avec word press en local? #900884J’ai installé wamp à l’intérieur j’ai phpmyadmin mais en local, hors si je crée une nouvelle base de données dans ce phpmyadmin, elle sera locale ou je peux m’en servir pour mon nouveau site non local?
en fait mon problème c’est que je crois que j’utilise le plugin featured-content-gallery, mais dans tous ces fichiers, il doit y en avoir un qui possède des liens vers mon ancien site (car j’ai fait un copier/coller) de site, et donc à présent, il ne trouve plus les nouveaux articles à faire défiler. Pouvez vous me dire dans quels fichiers se trouvent ces infos svp?
ce problème est résolu, j’ai ma page d’accueil mais j’ai un écran noir qui défile, et il n’affiche pas le dernier article, ou résoud-t-on ce problème?
en fait c’est bon j’ai résolu mon problème!
Si je suis les instructions de ce site http://codex.wordpress.org/fr:Cr%C3%A9er_un_r%C3%A9seau, est ce que mes sites seront vraiment indépendants??? Multisites ne veut pas dire qu’ils sont forcément liés?
Merci pour vos réponses
SandyPouvez vous etre plus clair et me dire les étapes concrètes à faire, car j’ai déjà eu beaucoup de mal à installer WordPress version 3.5.1 avec Wamp, et je ne vois pas comment faire une nouvelle installation et BDD c’est base de données? Moi ma BDD c’est MySql
Meric pour votre aide
-
AuteurMessages