oneeezy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My page titles are repeating??? Does anyone know why?Problem Fixed! I went into the Yoast SEO plugin and chose “Force rewrite titles” and then set the titles up accordingly. Pretty easy fix. So glad I don’t have to go into some core files and do some tweeking.. thanks for the guidance!
Forum: Fixing WordPress
In reply to: My page titles are repeating??? Does anyone know why?my phpbb forum is located here in the root:
http://www.phone7forum.comand my wordpress integration is located here:
http://www.phone7forum.com/wp7/Forum: Fixing WordPress
In reply to: My page titles are repeating??? Does anyone know why?I have the “Yoast, SEO WordPress” installed for my wordpress site, and “Ultimate SEO titles” installed for my phpbb forum, (because i have a phpbb/wordpress integration..) Do you think they are somehow trying to accomplish the same thing together and duplicating titles? I’m a bit lost on this…
Forum: Fixing WordPress
In reply to: My page titles are repeating??? Does anyone know why?I looked in header file in my theme and i only saw one??? checkout the code from my header file:
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="main"> * * @package WordPress * @subpackage Starkers * @since Starkers 3.0 */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <title><?php wp_title(''); ?></title> <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> <body <?php body_class(); ?>>Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] Dynamic Sorting of Results on PageI too am looking for something like this.., have you found anything yet?