Ashutosh Joshi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Yoko] [Yoko] Problem customizing themetry going to
..
https://your-domain-name.xyz/wp-admin/customize.php
directly.
Forum: Themes and Templates
In reply to: [Yoko] More tag on category pagesI’m facing the same problem. For some articles it shows “Continue reading” but doesn’t show on all articles…
Forum: Themes and Templates
In reply to: [Yoko] How can I remove description from sub-pages of Category?I tried a lot of things and finally was able to figure it out. Here is the solution. You need to edit category.php file. Find out the code which is calling the category description.
change that code with following code.<?php if ( $paged < 2 ) : ?> <?php $categorydesc = category_description(); if ( ! empty( $categorydesc ) ) echo apply_filters( 'archive_meta', '<div class="archive-meta">' . $categorydesc . '</div>' ); ?> <?php else : ?> <?php endif; ?>
This code will show the category description only on 1st page of category not subpages. It worked for me, you can check it working here on my Happy holi sms category.
Forum: Themes and Templates
In reply to: [Yoko] Delete image on top single postO! you changed the theme?? anyways to remove the image from every post you had to remove certain code from content-single.php file. you can see the image below for help.
https://smsquotes.co.in/wp-content/uploads/2014/02/theme-yoko-changes.png
Forum: Themes and Templates
In reply to: How to update or delete theme in WordPress 3.8.1to delete themes firstly you’ll have to deactivate it (apply any other theme).
Then click on the theme screenshot to view “theme details” you’ll see delete button there.I am trying the ‘ALL in one seo pack’ given my the plugin developer and it has started working also.
But is it safe?I also do agree to you all, updating ‘All in One SEO’ pack will break this plugin, after that plugin won’t work.
Can anyone tell any other option to change category and tag pages meta title?