Home » Blog » Internet » Search Engine Optimization » Page 3

How To Add A Scroll To The Top Of The Page Link On The Jetpack Infinite Scroll Footer (WordPress Jetpack Plugin)

Give your WordPress website visitors the option to scroll back to the top of the page via Infinite Scroll footer link. As stated in a previous article about removing the credits from the Infinite Scroll footer, as of November 10th, we use the new Jetpack 2.0 Infinite Scroll feature and give our website visitors the option to scroll to the top of the page via a simple text link with an arrow (↑) . Here's how to DIY.

How to remove Infinite Scroll credits on Jetpack

Remove "Proudly powered by WordPress" and your theme name credits in the Infinite Scroll Jetpack Plugin feature. Locate the jetpack/modules/infinite-scroll/infinity.php file and remove footer credits. Infinite scroll takes away the “next page” or “older posts” links in category and tag page feeds allowing website visitors to infinitely scroll and load new posts via scrolling down the page.

How To Display Related WordPress Posts Without Plugins

There are many ways to display recent posts on WordPress without using unnecessary recent posts plugins that are notorious for slowing down WordPress websites. In this article we will discuss how to display related posts on a list per category and tag using simple PHP that can be implemented into theme files such as single.php, category.php, and others.

The Easiest Way To Add Favicons To WordPress Websites

Every WordPress website should have a favicon and luckily adding a Favicon to any WordPress website is incredibly easy. There's no need to install extra plugins that slow your site down, there's no need to "look in your header" file for a link rel attribute because that will make the favicon theme dependent, leaving it vulnerable to upgrades.

How To Access Popular Websites During A DNS Takedown (SOPA Emergency List)

During a DNS “takedown” a website is no longer accessible by domain name. Luckily there is an emergency IP list full of popular websites with instructions how to use it below, as well as instructions which detail how to detect or “ping” a specific website in order to acquire its IP address or check if the website is still online.

How To Prevent Outside Users From Browsing Your WordPress Directory Files

When it comes to improving the security of your WordPress website, it is recommended to prevent outside visitors from browsing your WordPress directory files. It is very simple to do using the .htaccess file in the WordPress root directory. The simple line provided will prevent outside visitors from seeing a list of available files in your WordPress directory.

How To Control WordPress To Automatically Empty Trash Comments, Pages, And Posts Anytime You Want

When deleting comments, pages, or posts WordPress automatically places them in the "trash" folder. Luckily for WordPress users who want their comments, pages, and posts to be permanently deleted without having to go the extra mile each time there is a very simple PHP code snippet/