There are many ways to display recent posts on WordPress pages without using bulky plugins and default features that cause headaches and slow down your website....
Easiest way to create a WordPress archive page. There are tons of easy ways to create an exciting WordPress archives page. There are also tons of WordPress tutorials floating around the internet that offer minimal guidelines in doing so for those whom have not been introduced to making proper WordPress page templates. So this article will explain how to create a WordPress archive page that you can use as a page template.
How to enable and use shortcodes in WordPress widgets using a PHP code. The code on this webpage will allow you to use shortcodes inside WordPress widgets. It...
This guide will help you easily generate a screenshot of a website for your WordPress website by implementing PHP code into the functions.php template file and using a WordPress shortcode. This script uses the WordPress.com screenshot generator and all you need to do is copy and paste simple code into your functions.php file and place a simple shortcode on a page or post on your WordPress website.
How to change the color of text in Jetpack's Infinite Scroll footer. By default the Infinite Scroll footer displays text such as the WordPress website's credits, theme, and title in black. This can be changed in the WordPress Jetpack plugin editor's css file for the Infinite Scroll option but is much easier and more so suggested to do so using simple custom CSS.
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.
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.
Easily display forum topics on WordPress using PHP. BBPress is a great forum plugin for WordPress and adding recent BBPress forum topics to any php file is very simple.
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.
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.