Author: therichpost
-
How to get wordpress post thumbnail url?
Hello, welcome to therichpost.com. In this post, I will tell you How to get wordpress post thumbnail url? WordPress is the best cms like I always say. This get wordpress post thumbnail url will help you a lot. Here is the function to get wordpress post thumbnail url: $url = wp_get_attachment_url( get_post_thumbnail_id($post->ID), ‘thumbnail’ ); There…
Written by
-
Upload file in wordpress media library with jquery ajax from frontend form
Hello, welcome to therichpost.com. In this post, I will tell you how to Upload file in wordpress media library with jquery ajax from frontend form? WordPress is the best cms like I always say. We will also use jquery ajax in it. In my many posts, I always talk about jquery. Jquery helps me lot…
Written by
-
WordPress default logout function
Hello, welcome to therichpost.com. In this post, I will tell you WordPress default logout function. WordPress is the best cms. Here is the WordPress function to WordPress default logout function: <?php echo wp_logout_url( site_url().’/login’ ); ?>”> This is the another example: <a href=”<?php echo wp_logout_url( site_url().’/login’ ); ?>”><i class=”fa fa-sign-out” aria-hidden=”true”></i> logout</a> There are so many…
Written by
-
How to add css to wordpress admin head with wordpress add action hook?
Hello, welcome to therichpost.com. In this post, I will tell you How to add css to wordpress admin head with wordpress add action hook? WordPress is the best cms. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about wordpress.…
Written by
-
How to get lost password from chrome browser settings?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to get lost password from chrome browser settings? I personally liked this post very much. With this post we will get our lost or forgotten password in chrome browser settings. Here are the images for get lost password from chrome browser…
Written by
-
How to make WordPress Website seo friendly?
Hello to all, welcome to therichpost.com. In this post, I will tell you, How to make WordPress Website seo friendly? Seo plays very important part in every website. I will give you some tips to make WordPress Website seo friendly. Here is the image of seo graph of Therichpost.com progress on Google search after one…
Written by
-
What is RequestOptions in Angular?
Hello, welcome to therichpost.com. In this post, I will tell you, What is RequestOptions in Angular? I am familiar with Angular 1 very well but Angular 2 is totally different with Angular 1. Angular2 is totally command based. RequestOptions is used in when we post or send data like if we want to send json…
Written by
-
Change default WordPress search to search for woocommerce products
Hello, welcome to therichpost.com. In this post, I will tell you How to Change default WordPress search to search for woocommerce products? WordPress is the best cms. There is default wordpress search form but we can it for search Woocommerce products also with simple trick. This is the main code for search woocommerce products: <input…
Written by
-
Get WordPress data in Angular2 with WordPress rest api
Hello, welcome to therichpost.com. In this post, I will tell you How to Get WordPress data in Angular2 with WordPress rest api/ Nowadays Angularjs is very popular and known as one page website. I am familiar with Angular 1 very well but Angular 2 is totally different with Angular 1. Angular2 is totally command based.…
Written by
-
Add three dots at end of string with css
Hello, welcome to therichpost.com. In this post, I will tell you How to Add three dots at end of string with css/ Css plays very important in the website. Without Css, the website is like feels less. Here is the Css code to Add three dots at end of string with css: .add-three-dots{display: inline-block; width:…
Written by