salsichad2
Forum Replies Created
-
Ok, I found.
class-frontend.php >> WordPress SEO Plugin
// Don't do this for Genesis, as the way Genesis handles homepage functionality is different and causes issues sometimes. if ( !is_home() || !function_exists( 'genesis' ) ) $this->adjacent_rel_links();I don´t know what kind of issues it can cause but a double slash solve my problem.
// if ( !is_home() || !function_exists( 'genesis' ) )Forum: Plugins
In reply to: Google XML Sitemaps with WP e-commerceHi
Yes, I´ve got version 0.3 of the plugin
Yes, I´ve got “Rebuild sitemap if you change the content of your blog” selected in the XML Sitemap generator settingsForum: Plugins
In reply to: Google XML Sitemaps with WP e-commerceHi
I have the wp e-commerce with wordpress mu and Google XML Sitemaps. But after activate the WP Shopping Cart XML Sitemap plugin and Rebuild Sitemap no entries are added for my categories and products.
Can I do something to identify what is wrong?
Thanks for your work.
ok
i found the answer in my own functions.php file.
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>’in the new options of WordPress Popular Post Administration Page.
thanks
hi
the code in functions.php
register_sidebars( 1,
array(
‘name’ => ‘blog-sidebar’,
‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>’
)
);