If your WordPress blog displays a Recent Comments widget on the sidebar or on any widget area, you may want to hide your own ( Post Author ) comments or replies from the list. There’s no need to edit core WordPress files. You can use the widget_comments_args filter. Go to your Dashboard -> Appearance ->…← continue reading →
Fix Unclickable WordPress Submenu on Mobile
When you view your WordPress sites on desktops, sub-menus are usually easily revealed by simply hovering your mouse pointer on the parent menu item. However, when viewed on a mobile device like a smartphone or tablet, tapping on the parent menu item doesn’t reveal the sub-menus but instead redirects you to the parent menu item’s…← continue reading →
Jetpack Infinite Scroll on Frontier Theme
Frontier Theme is not really designed to support Jetpack’s Infinite Scroll feature. I also don’t think Infinite Scroll would be a good match to Frontier Theme visually. But if you really must have the feature enabled then there is a way to do it. You must have Jetpack plugin. First, you’ll need to use a…← continue reading →
Block wp-login.php Brute Force Attacks with CloudFlare
Just had an email from my web hosting provider telling me that my server had been shut down due to very high resource usage. It turns out that my VPS had been utilizing about 8 cores of cpu and I only pay for a hosting plan that allows me to use 2 cores. My server…← continue reading →
bbPress Pagination – Increase or Show All Page Numbers
By default, bbPress pagination only shows a few page numbers. You could navigate and search for forum topics easily if more page numbers are shown. See image below. Show All Page Numbers If you want to show all of the available page numbers, you’ll have to add the code below on your theme’s functions.php. Showing…← continue reading →
Remove or Disable Breadcrumbs on bbPress Pages
bbPress breadcrumbs not displaying correctly? or maybe it doesn’t blend nicely with your particular theme’s design. Here’s a simple function that easily removes the breadcrumbs. Add this on your theme’s functions.php (preferably on a child theme)← continue reading →
Remove URL or Website Field on WordPress Comments
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 →
AddThis Sharing – Fix Counter Bubble Cut Off
AddThis is a popular social media sharing tool. But if you’re using this tool on a WordPress theme that uses the border-box sizing model, you will notice that the right side of the counter bubble is cut off. The entire image is not shown because AddThis’s CSS instructs the container of the image to use…← continue reading →