WordPress: How to add Pinterest ‘Pin It’ button
Pinterest is growing as a social media website and you can drive more traffic from Pinterest by allowing your readers to easily add it (or Pin It) to Pinterest.
Read more
Pinterest is growing as a social media website and you can drive more traffic from Pinterest by allowing your readers to easily add it (or Pin It) to Pinterest.
Read more
The contact methods available in WordPress user profile page needs a major overhaul. Yahoo, AIM and Jabber are no longer the preferred social messaging services. You can remove some contact methods from WordPress user profile data and include more popular messaging services and social media profiles.
Read moreOnce you stop using a plugin or the shortcode, you will still have it littered across blog posts and pages. This means you will have [shortcode] visible in posts and hurting the website’s aesthetics. Deleting unused shortcodes from each blog post is a long and tedious process.
Read moreShortcodes can have make blogging fast for advanced users, but what if you have a shortcode that you want to disable on a specific pages, say, the homepage.
Read moreWhen you log in to WordPress, you get an admin bar at the top. This admin bar is useful mainly for the blog administrators. If you have multiple authors and contributors for your WordPress website, you might want to hide this admin bar.
Read moreBreadcrumbs are used by most big websites. It helps in navigation as well as search engine optimization or SEO. WordPress has a several plug-ins to show breadcrumbs in blogs and websites. How to add a simple breadcrumb to your WordPress website without using a plug-in?
Read moreDo you want to add a copyright link in the footer of your WordPress website? You can edit the footer.php file of the theme and add the text by wrapping it within a paragraph, division or span HTML tag. However, it will be a static text. You can add an auto-updating footer text that can be used for any website.
Read moreDo you want to add any code such as Google Analytics within head tag in your WordPress website or blog? You can easily add codes in the header of your WordPress website without editing the header.php file and by adding the same in the functions.php file of the theme.
Read moreDo you want to add any code or HTML to the footer of your WordPress website without editing the theme file? You can easily add Google Analytics or other code in the WordPress footer by editing the functions.php file of the theme.
Read moreDo you want to show the number of times a page or post has been viewed in WordPress? There are several WordPress plugins that allow you to show pageview counts along with other bells and whistles. What if you don’t need all those features and just want to show the pageview count? Here is a very simple and effective code for logging the number of pageviews and showing them in WordPress.
Read more