Forum Replies Created
- AuthorPosts
- beltoprentParticipant
This code to add into Additional CSS? Thanks
beltoprentParticipantThanks! Exactly what I want.
February 25, 2019 at 7:20 am in reply to: Removing the “0 Comment” under the post title beside the date #5459beltoprentParticipantThank you very much for quick response!!
beltoprentParticipantFixed. No action required.
beltoprentParticipantBy the way, — is a good example how logo was optimized with H1 only for home page (check source code). When I visit any other page on this website I get only one H1 tag. Is it possible to do the same in your theme? Thanks
beltoprentParticipantIn logo customization I can check “Show Logo along with Title and Description” but in this case I will have on post’s page two h1 tags. One name of site and second name of post. Recommended to have only one h1 tag per page..
beltoprentParticipantthanks
beltoprentParticipantThanks! Found solution by adding the following code into functions.php file:
add_filter(‘widget_categories_args’,’remove_cat_description_widget’);
function remove_cat_description_widget($args) {
$args[‘use_desc_for_title’] = 0;
return $args;
}beltoprentParticipantClick here to see what I mean..
beltoprentParticipantJust found that now related posts displayed in this way: last 4 category posts under every post of category. How about other category posts to be published in this field?
- AuthorPosts