pre_get_posts is an action hook that runs before wp query. You can modify wp_query to using this action hook. Below
Continue readingCategory: wordpress
How to use smtp to send email in wordpress without smtp plugin?
The wp_mail() function relies on the PHPMailer class to send email through PHP’s mail function. The phpmailer_init action hook in wordpress allows you to hook to the phpmailer
Continue readingWordPress error when uploading images to editor
An error occurred in the upload. Please try again later I recently got this error on my clients wordpress site.
Continue readingWhat is rel=”noopener” in WordPress?
What is rel Noopener? rel=”noopener” is an HTML attribute that’s added to all WordPress links that are selected to open
Continue readingWordPress requires FTP credentials before installing plugin – Solved
This is user’s permission problem that will be solved by method given below that worked for me. step-1 : First
Continue readingHow to install wordpress on ubuntu apache server
WordPress is the most popular open source blogging system and CMS on the Web. It is based on PHP and
Continue readingHow to split wordpress exported wxr file?
Click here to download: The WXR File Splitter v1.52 If you are having issue with importing large xml file to wordpress
Continue readingHow to secure wordpress by limiting login
By default, a WordPress user can make unlimited number of attempts to login to a WordPress site. This allows anyone
Continue readingwp debug false not working
Few days ago, one of my client asks for support that some warnings are shown on her site, although she
Continue reading