Want to remove the URL or website textbox field on your WordPress comment form? Or maybe just hide the website links they entered? This is usually done to discourage human spammers from commenting just to promote their (usually) unrelated sites. You have two options. One approach is to prevent visitors from inputting their links by…← continue reading →
Disable Feeds on WordPress or bbPress
There comes a time when a man just wants to disable his blog’s feed and then remove those feed links from his site’s <head>. Maybe he’s concluded that said feed has no use for him. Or maybe he’s just tired of making it easier for evildoers to scrape his site’s content. If you already have…← continue reading →
Remove or Hide Titles on WordPress Posts and Pages
How to remove or hide titles on WordPress posts and pages? An all too frequently asked question. Add CSS to Hide that Title Adding some lines to your chosen theme’s style.css or your favorite Custom CSS plugin could make those unsightly titles disappear. A simple tutorial on CSS. Will this work all the time? No.…← continue reading →
Learning CSS – A Quick & Useful Introduction
Want to learn CSS fast? This tutorial should help you understand what it is and how it works. Read on and in no time you’ll be modifying your website’s design to your heart’s content. What is CSS? Cascading Style Sheets is a part of a website that dictates its design. There are two common ways…← continue reading →
Change or Translate Text on a WordPress Theme
You may want to replace a line or two of text on your WordPress Theme. You can easily change or translate a text by adding this code on your WordPress Functions. If what you’re after is to actually translate the entire theme and not just a couple of words then read this post instead: How…← continue reading →
Remove Pingbacks from Recent Comments Widget
If you display a Recent Comments Widget on your sidebar like most WordPress blogs do, you may want to prevent entries like Pingbacks from showing on the list. This would simplify the widget and only display actual Comments that are on your site. Most tutorials I’ve read suggests editing the default-widgets.php inside the wp-includes folder…← continue reading →
Add Shortcuts on WordPress Admin Bar
If you find yourself constantly modifying plugins and style sheets, you might want to make the process of navigating from the homepage to the options page a bit faster. You can easily add shortcuts to the admin bar by adding this code in your functions.php file. Using the code above adds two additional menu items,…← continue reading →
Add Google Analytics on WordPress
Google Analytics is a very good tool to track your website’s progress and record visitor statistics. You can improve user experience and click-through rates by analyzing where on your site your visitors are entering and exiting more often. Analytics also shows the performance of each part of your site. It analyzes which pages load faster…← continue reading →