You can display the author’s images in the writer biography box which exposes the author’s social media profiles. In WordPress, there is a number of WordPress plugins that can show the gallery of the author. Some of the plugins that solve this problem include Social Author Bio and Xpandable author tab. But it is not necessary to install a plugin […]
This is a short and simplified instruction to get a specific author’s posts in WordPress. If the website has at least one author, each author’s posts can be shown on a single page. It does simplify the author’s fans to see the posts of their favorite blog writer. In a simple way, to get posts from an author requires the […]
In this post, you will come across with get_author_meta function. It is a WordPress function that can give author email. When get_author_meta is called it should pass a parameter value special for fetching the email. It is worth knowing the kind of values the function can process since there are 27 field values for this function to deal with. To […]
Add slider to a WordPress pages without installing any wordpress plug-in
The post has simplified the procedures to create slider from scratch
Seriously, if you have litle skills of HTML you will find simple to create carousel
Let’s dive in now…
Avoid the error 404 when loading the image, pdf, or image in WordPress. The proper method to load the image and video to a page in WordPress is by using get_template_directory_uri. get_template_directory_uri is a WordPress function that points to a directory of a current active WordPress theme. Therefore, to access the file that resides in the active theme directory the […]