The following function can be used to limit the content with a complete word rather than broken…
Place the following function in the function.php file in the theme folder to get the categories under…
Description Extended Theme Option is an advanced plugin which will helps to add more fields in the…
It is easy to change the default ‘set featured image’ text in wordpress admin side. Please add…
Add Custom Menu class to First and Last menu item of WP Nav Menu. For example, the…
Get the parent category ID from the current category ID in WordPress. The Function will return the…
You can retrieve the parent Category id of a post by using the following function. function get_posts_parent_category_id(){…
You can retrieve the topmost parent category id of a post by using this three-line code. $category…
WordPress posts can be retrieved by using the function query_posts(). Different posts can be displayed on different…
