cesarperceval
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Custom Category Pages] Custom title and description not appearing at allHi Andy,
Thanks for looking into this. I only have three other plugins active in my site: “Add Meta Tags”, “Multisite Language Switcher”, and “Shortcode Exec PHP”. I deactivated them one by one, but it made no difference. Then I deactivated and reactivated “WP Custom Category Pages”. but again, to no avail. I updated the customer category information, but still no custom title or description. Forgot to mention that when I turn on the custom category feature for a category, I get an additional weird kind of error: The text of the first link of the navigator at the top right-hand side of the page gets overridden by the text in the “Category Headline” field, for the category page in question.My site is part of a network (it’s the only site at this point). Could that possibly have any bearing on this. I do need the network feature, though.
Any thoughts?
Thanks again for looking into this!……………Cesar
Forum: Plugins
In reply to: [WP Custom Category Pages] Custom title and description not appearing at allThanks Andy,
Here’s the code for page.php for the “Yoko” theme:<?php
/**
* @package WordPress
* @subpackage Yoko
*/get_header(); ?>
<div id=”wrap”>
<div id=”main”><div id=”content”>
<?php the_post(); ?>
<?php get_template_part( ‘content’, ‘page’ ); ?>
<?php comments_template( ”, true ); ?>
</div><!– end content –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>———————————-
Here’s the link to get the code for the Yoko theme:
https://www.elmastudio.de/wordpress-themes/yoko/
Thanks for looking into this!
Cesar
Forum: Plugins
In reply to: [WP Custom Category Pages] How stable is version 1.2.0Thanks very much, Andy! (and sorry about the duplicate post… It was a glitch at my end.)