Tag: post
How to set page or post thumbnail
You can set the page or post thumbnail by adding a featured image in WordPress (from Edit Page or Edit Post page) as following:
Post meta bar Hooks
To add custom code to the Meta bar in the posts single pages (the default meta bar contains the comments count and the like button and count) you can use the following Hooks: Add custom code at the Start of...
Change the default WordPress excerpt Length
Check this quick answer to change the default WordPress excerpt.
How to disable post featured image
You can hide the post featured image from the top of the post by adding this code snippet into Theme options > Layout > Advanced > Custom css:
How to disable comments in WordPress