Forum Replies Created
- AuthorPosts
beltoprent
ParticipantThis code to add into Additional CSS? Thanks
beltoprent
ParticipantThanks! 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 #5459beltoprent
ParticipantThank you very much for quick response!!
beltoprent
ParticipantFixed. No action required.
beltoprent
ParticipantBy 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
beltoprent
ParticipantIn 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..
beltoprent
Participantthanks
beltoprent
ParticipantThanks! 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;
}beltoprent
ParticipantClick here to see what I mean..
beltoprent
ParticipantJust 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