Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #91747
    Guillaume
    Participant

    Hello,

    I am using Catchbase Pro theme and All in One SEO pluggin has trouble generating the XML Sitemap.
    There is a space at the beginning of the first line:
    <?xml version=”1.0″ encoding=”UTF-8″?>

    I have tried to disable all my pluggins, doesn’t help.
    I have tried switching to another theme and the problem disappers.

    I haven’t touched the default “functions.php” from the Catchbase Pro theme, do you have any idea?

    Thank you,

    PS: this is what I get in my functions.php file :
    <?php
    /**
    * Functions and definitions
    *
    * Sets up the theme using core catchbase-core and provides some helper functions using catchbase-custon-functions.
    * Others are attached to action and
    * filter hooks in WordPress to change core functionality
    *
    * @package Catch Themes
    * @subpackage Catch Base Pro
    * @since Catch Base 1.0
    */

    if ( !defined( ‘CATCHBASE_THEME_VERSION’ ) ) {
    $theme_data = wp_get_theme();

    define ( ‘CATCHBASE_THEME_VERSION’, $theme_data->get( ‘Version’ ) );
    }

    /**
    * Implement the core functions
    */
    require get_template_directory() . ‘/inc/catchbase-core.php’;

    #91791
    Mahesh
    Keymaster

    @instafic: Thank you for using Catch Base Pro. We’ll be releasing the update of this fix today. Hope this fixes the issue with SEO you’ve mentioned above.
    Let me know if the problem persists.
    I’ll let you know as soon as the update is released and available for download.

    Regards,
    Mahesh

    #91803
    Mahesh
    Keymaster

    @instafic: Just to let you know that update has been released and is available for download. Please update to the latest version 3.7

    Regards,
    Mahesh

    #91809
    Guillaume
    Participant

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Catchbase Pro – XML Sitemap’ is closed to new replies.