wordpress tips
-
Read more: Add .PDF Media Type To The WP Media Manager
WordPress support by default three media types: images, audio and video. And, if you want to add .PDF file type support, you can add this…
-
Read more: Get WP Post Content By Post ID
You can use the get_post_field() function to get any of the wp_posts column fields. For example, get_post_field function retrieve the data from a post field…
-
Read more: Limit The Length Of ‘the_excerpt’ In WP
Excerpt is the ‘post summary’ showing limited information about the post content on the homepage of the blog. By default the standard WordPress excerpt displays…
-
Read more: How To Remove Feeds From WordPress
RSS feeds are definitely the amazing feature in the WordPress default. If someone have simple site or with any other reason and he doesn’t want…
-
Read more: Disable Auto Generated Paragraph Tags In WP Editor
WordPress insert automatically paragraph tags <p> and </p> for separate content breaks within a post or page. In the visual or HTML view of the…
-
Read more: Force Auto Update Of WordPress
If you install, update or delete your plugins and themes frequently, definitely you will not like to enter your FTP credentials every time for this…
-
Read more: Additional Image Sizes To WP Uploader
We can use add_image_size() function to define additional image sizes along with the default sizes: thumbnail, medium, large and full size. Use the image_size_names_choose filter…
-
Read more: Nofollow WordPress Tag Cloud
No follow attribute is becoming a very important element for SEO. Tag Cloud forms a very important part of Blog Navigation and Internal Linking system…