BeginnersBook

  • Home
  • Java
    • Java OOPs
    • Java Collections
    • Java Examples
  • C
    • C Examples
  • C++
    • C++ Examples
  • DBMS
  • Computer Network
  • Python
    • Python Examples
  • More…
    • jQuery
    • Kotlin
    • WordPress
    • SEO
    • JSON
    • JSP
    • JSTL
    • Servlet
    • MongoDB
    • XML
    • Perl

How to Add Video Thumbnails in WordPress Automatically using Plugin

By Chaitanya Singh | Filed Under: WordPress

We have already discussed how to add thumbnails or featured images in WordPress automatically. In this post, we are gonna discuss about Video thumbnails plugin by… [Read More]

Set Default Thumbnail, Featured Image and Fallback Image in WordPress Automatically

By Chaitanya Singh | Filed Under: WordPress

There are several benefits of adding thumbnails to your posts. It helps in decreasing bounce rate, increases traffic, gets attention of visitors easily, makes your… [Read More]

How to Display Related posts with thumbnails in WordPress without any plugin

By Chaitanya Singh | Filed Under: WordPress

Mostly, we use plugins to display related posts thumbnails in WordPress, however it is possible to display them without using any plugin. Here, we have… [Read More]

How to Add Google+ Comments in WordPress

By Chaitanya Singh | Filed Under: WordPress

In April 2013 Google announced Google+ comments for the Blogger platform, since then WordPress users were waiting to get this feature on their WordPress websites. I… [Read More]

How to Add Google Plus Button to Website

By Chaitanya Singh | Filed Under: WordPress

You must know how important it is to add social sharing buttons on your site, it brings traffic to your website and are good for… [Read More]

How to Add Twitter button to website

By Chaitanya Singh | Filed Under: WordPress

Adding twitter button to a website is quite easy, In the last post we discussed adding Facebook like button to website. Here, we are gonna see how… [Read More]

How to add facebook like button to website

By Chaitanya Singh | Filed Under: WordPress

Adding a Facebook like button to the website is an easy task, however you may need to have an eye on few other performance related… [Read More]

Best Plugins to display Related Posts with Thumbnails in WordPress

By Chaitanya Singh | Filed Under: WordPress

Displaying related posts on your website has several advantages, such as: 1) It reduces bounce rate – Visitors have option to read articles related to… [Read More]

Redirecting from subdirectory to subdomain using .htaccess

By Chaitanya Singh | Filed Under: WordPress

I’m writing codes based on the various conditions, choose the one, which suits your need – site – http://demo.com sub directory – http://demo.com/mydir/ sub domain… [Read More]

Redirect subdirectory to root using .htaccess

By Chaitanya Singh | Filed Under: WordPress

Choose the code as per your need – 1) Redirect from http://www.mysample.com/subdir/ {article-url} to http://www.mysample.com/ {article-url} [code autolinks=”false”] RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www.mysample.com… [Read More]

How to prevent access to .htaccess – Make it more secure

By Chaitanya Singh | Filed Under: WordPress

This is our another tutorial on .htaccess in order to make your blog more secure. In this tutorial, we will see how to prevent access… [Read More]

How to change default directory page using .htaccess file

By Chaitanya Singh | Filed Under: WordPress

When we  enter the URL of the website, it automatically catches up the index.html page or home.html or something else based on the default settings,… [Read More]

How to prevent directory listing using htaccess

By Chaitanya Singh | Filed Under: WordPress

By default directory listing is enabled, which can compromise your website’s security. Enter a URL like this – [code]http://yourwebsitename.com/wp-content/uploads/[/code] When I entered this for my… [Read More]

How to create .htaccess file in WordPress

By Chaitanya Singh | Filed Under: WordPress

In the last post, we discussed how to edit .htaccess file. In this post I’m going to cover how you can create this file. If… [Read More]

How to edit .htaccess file in WordPress

By Chaitanya Singh | Filed Under: WordPress

There are several scenarios wherein you may want to edit your .htaccess file such as – Basic Usage of .htaccess file » To block a… [Read More]

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • Next Page »

Copyright © 2012 – 2022 BeginnersBook . Privacy Policy . Sitemap