• Skip to secondary menu
  • Skip to main content
  • Skip to primary sidebar
  • Home
  • Projects
  • Products
  • Themes
  • Tools
  • Request for Quote

Vengala Vinay

Having 9+ Years of Experience in Software Development

  • Home
  • WordPress
  • PHP
  • Codeigniter
  • Magento
  • Selenium
  • Server
Home » WordPress

WordPress

  • Theme Development
  • Plugin Development
  • WordPress REST API
  • Security
  • How-to's
  • Handbook
  • Commands

How to add share via email functionality after each item’s content using filters

Adding a link to each post or page, allowing visitors to email a link to the article that they are currently viewing. This functionality is implemented using a filter hook attached to the page or post or to both the contents. This allows our custom function to append custom output code to all entries that […]

How to modify the site generator meta tag using filters

Beyond adding functionality or content to a site, the other major task commonly performed by plugins is to augment, modify, or reduce information before it is displayed on the screen. This is done by using WordPress filter hooks, which allow plugins to register a custom function through the WordPress API to be executed when content […]

How to use WordPress path utility functions to load external files and images

On occasion, plugins need to refer to external files (for example, images, JavaScript, or jQuery script files) that are stored in the plugin directory. Since users are free to rename a plugin’s folder or even install plugin files straight into the WordPress plugins directory, paths to any external files must be built dynamically based on […]

How to use hooks and add output content to page head

A common action performed by plugins is to add extra content to the header of visitor-facing pages generated by WordPress. This recipe shows you how to register an action hook function to add such additional content. To make this example more concrete, we will use the Google Analytics page header JavaScript code that so many […]

How to create a basic plugin in WordPress?

The first step of creating a plugin is to create a directory and a PHP file in the WordPress plugins directory and add the necessary information to have it recognized by the system. In this I will show you how to create a basic plugin file for WordPress and how to activate this new extension […]

Best Free WordPress Image Compression Plugins Compared

Image size plays important role in overall website speed, if you optimize images with decent file size then your website will load faster. You may have already seen this in Google Page Speed Insights and GTMetrix. In WordPress, it is easy to compress/optimize the images with the help of WordPress Image Compression Plugins. These are […]

How to Fix These 8 Most Common WordPress Errors

If you are using WordPress, you should already see a few errors while dealing with your WordPress website. There may be some complex and uncommon errors you may be facing based on the theme and plugins you are using, but a lot of them are common errors. Here I’ve gathered some of the Common WordPress […]

Fix Menu Exceed Problem In WordPress

How to solve menu exceed problem in WordPress, if you are trying to add more than 100 menu items then it will be a problem because with default php configuration you can’t add more than 90 menu items. If you have long menu then you should update “max_input_vars” in php configuration file. You can fix this issue […]

How to Fix Briefly Unavailable for Scheduled Maintenance Error in WordPress

Briefly Unavailable for Scheduled Maintenance Error is displayed while updating plugins, themes or WordPress core. This message will disappear within few seconds or minutes based on the speed of your hosting server. In case of failure to update the plugins or themes, you will see this message forever, until this error is fixed.   Why […]

Problem : How to Fix the Syntax Error in WordPress

Are you getting Syntax Error on WordPress website? If you don’t know why you are getting this message, Here is a simple explanation: You are getting this Syntax Error message because you made some code changes to your WordPress website. Either by copying code snippets available online or just by updating the code with the […]

  • Page 1
  • Page 2
  • Go to Next Page »

Primary Sidebar

A little about the Author

Having 9+ Years of Experience in Software Development.
Expertised in Php Development, WordPress Custom Theme Development (From scratch using underscores or Genesis Framework or using any blank theme or Premium Theme), Custom Plugin Development. Hands on Experience on 3rd Party Php Extension like Chilkat, nSoftware.

Recent Posts

  • How to add share via email functionality after each item’s content using filters
  • How to modify the site generator meta tag using filters
  • How to use WordPress path utility functions to load external files and images
  • How to use hooks and add output content to page head
  • How to create a basic plugin in WordPress?

Copyright © 2025 · Vinay Vengala