Post text size The blog post text size is the default website global font size se in Theme Options > Typography > Advanced > Base Font Size. However, if you want to customize the posts font size only you can...
You can disable the comments for a specific post in WordPress from post edit page: Edit Post Page > Discussion > Closed You can also disable comment for all future posts by unchecking the option “Allow people to submit comments...
What’s an Intro Section The Default Intro section is the top section that appears at the beginning of your pages — often referred to as the page title area. By default, the pixfort theme includes a built-in intro section that displays the page title...
You can change the default WordPress excerpt by applying a code filter in your child theme, for example: function my_custom_excerpt_length( $length ) { return 25;}add_filter( 'excerpt_length', 'my_custom_excerpt_length', 1000 ); For more information you can check WordPress website:https://developer.wordpress.org/reference/hooks/excerpt_length/
Create Default Blog Page To create a blog page for your website, open your WordPress Admin Panel, create a new page, and give it a name (e.g. Blog). Then, from the Page Attributes panel on the right sidebar, select one...
If you’d like to hide certain parts of your blog posts or post listings, you can do so by adding small CSS snippets to: Theme Options > Layout > Advanced > Custom CSS Hide Post Author To hide the post...
How to Disable Comments in WordPress