Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.
FocuxTheme Support
KeymasterJust tell you some wordpress functions, you can put them to the right place in the archive.php and tag.php
Show the category name
<?php echo single_cat_title( '', false);?>
Show the category description
<?php echo category_description();?>
Show the tag name
<?php echo __('Tag: ','OldCar'). single_tag_title('', false);?>Thanks
FocuxTheme Support
KeymasterHi
It’s a customization issue that is not included in the support.
You can refer to these articleshttps://wordpress.org/support/topic/excluding-category-from-the-loop-prevents-paged-index
http://designorbital.com/snippets/exclude-specific-categories-from-the-wordpress-loop/Thanks
FocuxTheme Support
KeymasterCould you tell me your website link? If possible, you can post your link and wp login details with private reply.
I want to check your site first in order to make sure my understand is correct or not.October 24, 2014 at 10:43 pm in reply to: Revolution Slider have random behaviour with font size #6523FocuxTheme Support
KeymasterThank you, rmi!
You must have valid license to access this content.October 24, 2014 at 10:37 pm in reply to: Small issues: sliders / portfolio / blog / bkgnd photo #6521You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterHi
Because the excerpt content doesn’t support shortcode by default, so you need to edit the posts-grid.php, find the following code about at line 27
the_excerpt();
Change to
echo do_shortcode(the_excerpt());
Thanks
You must have valid license to access this content. -
AuthorPosts
