Whenever I want to open a comment author link, I will make sure to open it a new tab so I can continue reading the article without leaving the current view. However, it’s a bit frustrating when I forgot to hold the CTRL button (for Windows) while clicking the left button in my mouse, causing […]
Snippets
How to Open Comment Author Link in New Tab
Whenever I want to open a comment author link, I will make sure to open it a new tab so I can continue reading the article without leaving the current view. However, it’s a bit frustrating when I forgot to hold the CTRL button (for Windows) while clicking the left button in my mouse, causing […]
How to Remove Metaboxes on Genesis Framework Settings Page
Whenever I develop a site for a client, I usually remove unnecessary items (widgets, links, settings) from the site to make it easier for the client. Besides removing unnecessary default dashboard widgets for a more clean dashboard, I usually remove any unnecessary settings from Genesis Framework settings page. Note: As a developer, I use Genesis Framework to help me […]
How to Remove WordPress Dashboard Widgets
Whenever I develop a site for a client, I’ll try to make the dashboard to be as clear and easy to be used as possible. This is important to avoid confusion to the client, thus reducing support time. Everybody wins. One of the little things I always do is remove unnecessary dashboard widgets as most […]
How to Disable WordPress Theme Update Checks
If you’re building a WordPress theme for a client, it’s good to disable WordPress theme update checks to the theme. Mark Jacquith, one of WordPress core developers clearly explains the reason behind it: Because WordPress (the software) doesn’t know whether a theme or plugin is listed in the WordPress.org repositories, it has to check them all, […]
How to Add Twitter Handle to Jetpack Sharing Module
Jetpack has many great features, including Sharing module to add popular social sharing buttons such as Facebook, Google Plus, Twitter, Pinterest and few more to every post on your site. Adding those buttons will make it easier for your readers to share your article to their social network, thus better exposure to your article. In […]
How to Customize or Remove […] from WordPress Excerpts
Excerpt is a good way to shorten your article, it’s more like a summary of the article. Other than front page, some themes may use excerpts on the archive pages as well.The default WordPress excerpts are limited to first 55 words of the content and ends with ellipsis […] at the end of the paragraph. […]
How to Remove HTML Allowed Tags in WordPress Comment Section
WordPress introduced HTML allowed tags in comment form since WordPress 3.0. This is the text you will see after the comment box that reads: You may use these HTML tags and attributes: <a href=”” title=””> <abbr title=””> <acronym title=””> <b> <blockquote cite=””> <cite> <code> <del datetime=””> <em> <i> <q cite=””> <strike> <strong> We’ve seen lots […]