Generated by Rank Math SEO, this is an llms.txt file designed to help LLMs better understand and index this website. # snilesh: Front End Developer From India ## Sitemaps [XML Sitemap](https://snilesh.com/sitemap_index.xml): Includes all crawlable and indexable pages. ## Posts - [Strengthening WordPress Security with HTTP Security Headers](https://snilesh.com/blog/wordpress-security-headers-implementation-guide/): When running a WordPress website, one of the most effective ways to enhance its security at the server level is by implementing HTTP security headers. These headers instruct the browser on how to handle your website’s resources, reducing common vulnerabilities such as cross‑site scripting (XSS), clickjacking, and MIME type sniffing. - [Uplead Review – Is This B2B Lead Generation Tool Worth It in 2025?](https://snilesh.com/blog/uplead-review/): If you're in B2B sales or marketing, you've likely heard the name UpLead tossed around in conversations about lead generation tools. In a digital world flooded with data, finding accurate, verified contact information is like striking gold. That’s where UpLead promises to make your job easier. But does it live up to the hype? - [How to Connect Bricks Builder Forms to HubSpot Using a Private App Token [Without Plugin]](https://snilesh.com/blog/connect-bricks-builder-forms-to-hubspot/): Integrating Bricks Builder Forms with HubSpot enables seamless data flow between your website and CRM, enhancing lead management and marketing automation. - [Essential Shopify Apps to Boost Your eCommerce Store in 2025](https://snilesh.com/blog/essential-shopify-apps/): Running a successful Shopify store requires more than just listing products and hoping for sales. In today's competitive eCommerce landscape, leveraging the essential Shopify apps can significantly impact your store’s growth, customer experience, and overall efficiency. These apps offer powerful features to enhance every aspect of your business, from store design and marketing to sales optimization and customer support. However, with thousands of options available, choosing the right apps can be overwhelming. - [Wix vs. Squarespace vs. WordPress: Which is Best for Your Website?](https://snilesh.com/blog/wix-vs-squarespace-vs-wordpress/): Choosing the right website builder is crucial for creating a professional and functional website. Wix, Squarespace, and WordPress are three of the most popular platforms. Each has unique features, pricing, and customization options. Let’s compare them in detail to help you make an informed decision. - [Best Free WordPress Themes for Photography](https://snilesh.com/blog/best-free-wordpress-themes-for-photography/): Creating a visually appealing and highly functional photography website is essential for photographers looking to showcase their work online. A well-structured website helps attract potential clients, build a personal brand, and establish a professional presence. However, choosing the right WordPress theme can be overwhelming, especially with so many options available. - [How to Upgrade or downgrade the WordPress version using WP CLI](https://snilesh.com/blog/upgrade-downgrade-wordpress-version-using-wp-cli/): Keeping your WordPress installation up-to-date is essential for maintaining security, performance, and compatibility. However, there might be situations where you need to downgrade your WordPress version—for example, to resolve plugin conflicts or test compatibility. WP-CLI, a powerful command-line interface for WordPress, simplifies this process. In this guide, we’ll walk you through the steps to upgrade or downgrade your WordPress version using WP-CLI. - [Kadence Theme : Add Table Of Contents (TOC) on all blog posts without editing blog posts](https://snilesh.com/blog/kadence-theme-add-table-of-contents-toc-on-all-blog-posts-without-editing-blog-posts/): If you are running a blog and want to display a Table Of Contents (TOC) block before the first heading on all blog posts without editing any blog posts. Then you can do it using the Kadence Elements. In this article I will show you how you can add that to your website. - [[Solved] zsh: command not found: python](https://snilesh.com/blog/zsh-command-not-found-python/): If you come across the error message "zsh: command not found: python," it means that either the Python executable is not in your shell's PATH or it is not installed on your system. - [how to change link color in wordpress ](https://snilesh.com/blog/how-to-change-link-color-in-wordpress/): Would you like to know how to modify the link color on your WordPress website? - [WordPress : Export list of blog posts / Pages where meta Title , Meta Description is not added using the plugins like RankMath, Yoast SEO, All in One SEO](https://snilesh.com/blog/export-wordpress-post-pages-meta-information-missing/): If you are using any SEO plugin like RankMath,Yoast SEO or all in one SEO plugin and want to find a list blog posts or pages where the meta information is not added manually then you will find solution for this problem inside this article. - [Kadence : Hide Design Library From wp-admin](https://snilesh.com/blog/kadence-hide-design-library/): Kadence design library helps you to import pre-built design blocks inside your website. Kadence have their own Design Libraries and there are some other design libraries present which you can import on your website. - [Kadence : Add Affiliate Disclosure to all blog posts before first heading or after 2 paragraphs](https://snilesh.com/blog/add-affiliate-disclosure-all-posts-kadence/): In the ever-expanding digital landscape, blogs have emerged as powerful platforms for sharing information, experiences, and expertise. With the rise of affiliate marketing, it's crucial to maintain transparency and trust with your audience. This is where adding a well-crafted affiliate disclosure to your blog post becomes not just a legal necessity, but a testament to your commitment to authenticity. - [how to disable comments on wordpress](https://snilesh.com/blog/how-to-disable-comments-on-wordpress/): If you are running a WordPress website and want to disable comments entirely, you might be wondering how to go about it. Fortunately, it's a straightforward process. In this tutorial, I'll guide you through the steps necessary to completely disable comments in WordPress. - [GravityForms add Custom Validation for Textbox field with minimum and maximum Word count without plugin](https://snilesh.com/blog/gravityforms-custom-validation-minimum-maximum-word-count/): If you want to add minimum and maximum word count validation to your GravityForm textarea field then it is not possible with the plugin. You can set maximum letters count. But limit of words is not possible. You have to either use any third-party premium addon for this or you have to add your own custom filter using the GravityForms filters. - [Kadence Free Theme Add About Box in Sidebar](https://snilesh.com/blog/kadence-free-theme-add-about-box-in-sidebar/): If you are running a blog you, then you must show your bio information inside the sidebar of your website with your profile image and button to your about page. In this tutorial we will learn how to add about box in sidebar of the kadence free theme. - [WordPress Show title and excerpt of child pages on Parent page](https://snilesh.com/blog/wordpress-show-title-and-excerpt-of-child-pages-on-parent-page/): When you want to display all the child pages title and excerpt of current parent page then you can display by adding following code in your page template file - [WordPress.com Disable / Remove Portfolio custom post type jetpack](https://snilesh.com/blog/wordpress-com-disable-remove-portfolio-custom-post-type/): Jetpack's Custom Post Type feature adds custom post types like portfolio , testimonials to your WordPress.com blog. But sometimes this features are included with the theme which you are using on the website and you don't need that jetpack custom post type feature. - [WordPress Show Featured Image’s in RSS feed](https://snilesh.com/blog/wordpress-show-featured-image-rss-feed/): To show post thumbnail images in your blog’s RSS feed, You can use following code snippet. Add this conde inside your active theme's functions.php file - [[solved] Laravel 7 Swift_TransportException Cannot send message without a sender address](https://snilesh.com/blog/solved-laravel-7-swift_transportexception-cannot-send-message-without-a-sender-address/): If you are getting "Swift_TransportException Cannot send message without a sender address" while trying to send email notifications using the mailtrap email testing tool. Then please make sure you added right settings of the mailtrap login details inside the .env file - [[Solved] Laravel 6 Call to undefined function str_slug()](https://snilesh.com/blog/solved-laravel-6-call-to-undefined-function-str_slug/): In laravel 6 all the helper functions are removed so all the functions like str_limit, str_uuid, array_sort, array_only are not working in this version. - [Laravel php artisan make:auth command is not defined](https://snilesh.com/blog/laravel-php-artisan-make-auth-command-is-not-defined/): If you are trying to run the command php artisan make:auth on laravel verson 6+ and you are getting command is not defined error. Then this is happening because this command is removed in Laravel version 6. Because laravel development team extracted Laravel view(UI) generation from laravel core application. So this change was done to Laravel(Views) to support popular frontend frameworks. The frontend scaffolding typically provided with previous versions of Laravel has been extracted into a laravel/ui Composer package. You can read more about this in the release document at Laravel 6 Release Note. - [[SOLVED] zsh: command not found laravel](https://snilesh.com/blog/solved-zsh-command-not-found-laravel/): If you receive this error then there is issue with the path.You have to edit the .zshrc file and add this line - [[SOLVED] Illuminate\Database\QueryException SQLSTATE[HY000] [2002] Connection refused (SQL: select count(*) as aggregate from `products`) LARAVEL 6 MAMP](https://snilesh.com/blog/solved-illuminatedatabasequeryexception-sqlstatehy000-2002-connection-refused-sql-select-count-as-aggregate-from-products-laravel-6-mamp/): If you are using mysql from mamp for your laravel application and getting following error while displaying the data inside your application - [How to Change the Default Screenshot Save Location in macOS Catalina](https://snilesh.com/blog/how-to-change-the-default-screenshot-save-location-in-macos-catalina/): After the mac's Mojave version apple improved the options in screenshot tool. But by default in Mac Os Catalina screenshots are saved on your desktop. If you want to change that location then you can do that easily. - [[Solved] Error Running React Native App From Terminal (iOS)](https://snilesh.com/blog/solved-error-running-react-native-app-from-terminal-ios/): I started learning React-Native from last few days. While running my first app i stuck with following error on command line. - [React Native: Could not parse the simulator list output](https://snilesh.com/blog/react-native-could-not-parse-the-simulator-list-output/): I started learning react native. After installing all the things which are required for running react-native. - [Digitalocean: WordPress Update, Install Plugins & Themes not working asking for FTP details](https://snilesh.com/blog/digitalocean-wordpress-update-install-plugins-themes-not-working-asking-for-ftp-details/): If you are running your website on digitalocean and getting error while updating or installing new wordpress plugins and themes then this solution will help you to solve this problem. - [[Solved] Revolution Slider Word Wrap Problem](https://snilesh.com/blog/solved-revolution-slider-word-wrap-problem/): If you are using revolution slider or revslider for your website then you have noticed one thing with text/html layers that they don't get automatically wrapp according to size of the slider. To solve this issue you have to add following lines of code inside your theme's style.css file or inside "custom css" section of that slider on slider setting page. - [CSS Media Queries for standard Mobile Devices](https://snilesh.com/blog/css-media-queries-standard-mobile-devices/): If you are creating a responsive website then you must have to use media queries to target different screen sizes like from large desktop screens to small mobile devices. In this article I will show you standard css media queries for mobile devices. - [Woocommerce : jQuery cookie server responded with a status of 406](https://snilesh.com/blog/woocommerce-jquery-cookie-server-responded-with-a-status-of-406/): Recently I received error "406 Not Acceptable and server not responding" while working on a wordpress website with woocommerce plugin. This error comes on woocommerce website because of the outdated MOD_SECURITY core ruleset on some hosting accounts. - [4 Questions to Ask Before Signing With a Cloud Storage Provider](https://snilesh.com/blog/4-questions-ask-signing-cloud-storage-provider/): In 2014, for the first time ever, more work was done in the cloud than in traditional IT spaces, according to networking giant Cisco. The margin was slim—51 percent of workloads processed in the cloud vs. 49 percent carried out the "old-fashioned," on-premise way—but that, too, is changing. The asset management firm Piper Jaffray estimates that over the next five years, cloud computing will grow by an average of 44 percent a year, while on-premise computing workloads will only grow by about 9 percent a year. - [SEO for Real Estate – How To Do It Yourself](https://snilesh.com/blog/seo-real-estate/): Now that 93% of vacation home shoppers report using the Internet during their home search, it's becoming even more essential for realtors to make use of SEO in real estate. Home hunters often hit the search engines to search for category keywords like:

 - [Encourage Consumers to Buy More & Worry Less](https://snilesh.com/blog/encourage-consumers-buy-worry-less/): We've come along way from sending an order form and check through the mail. Now, eCommerce makes up for a substantial part of our shopping. - [How To Optimize Shopify To Improve Conversion](https://snilesh.com/blog/optimize-shopify-improve-conversion/): Shopify is a popular eCommerce platform which is being preferred by most of the developers around the world and it is because of its simple structure an easy availability of apps to integrate in the system to improve customer interaction within the site. - [wordpress change login error message](https://snilesh.com/blog/wordpress-change-login-error-message/): Just add following lines of code inside your current themes functions.php file inside a php code. This code will change login error message to a custom error message. - [best social sharing plugin for wordpress 2014](https://snilesh.com/blog/best-social-sharing-plugin-wordpress-2014/): Using backlinks on external websites was a factor in search engine rankings. But with the social medias entrance in web development, now it is become most important factor in search engine ranking. So to rank well in search engines you must have pages with social media intreaction and for social media interaction you need social shares. Wordpress is most popular CMS or blogging platform available. In this post I listed best social sharing plugin available for wordpress. - [responsive jquery carousel plugin](https://snilesh.com/blog/responsive-jquery-carousel-pluginin/): In this modern arena of website design and development you must have a responsive website. In my previous post I talked about responsive design and its importance in website development. In this post i will list top responsive jquery carousel plugins which are available for free. Which you can use to create content or image carousel on your website. - [WordPress Business Plugin](https://snilesh.com/blog/wordpress-business-plugin/): For a Corporate or Business website there are few sections like FAQ,Team Members,Testimonials,Skills are needed for every website. But Wordpress Plugins Repository don't have a single plugin having these features that's why we created this Wordpress Business Plugin. Plugin comes with option to add FAQ,Testimonials,Team Members using wordpress admin section. - [How to Add Redirect for Contact form 7 to thank you page](https://snilesh.com/blog/contact-form-7-thank-you-page/): Contact Form 7 is one of the most popular form plugins for WordPress, allowing users to create and manage forms easily. However, by default, it does not include a built-in redirection feature after form submission. Redirecting users to a thank you page can improve user experience, track conversions, and enhance engagement. In this guide, we will show you different methods to add a redirect to a thank you page after form submission in Contact Form 7. - [how to integrate woocommerce into wordpress theme](https://snilesh.com/blog/integrate-woocommerce-wordpress-theme/): Woocomerce is most popular wordpress ecommerce plugin available. Using woocommerce you can convert your wordpress website into a online store to sale your products. If you are planning to create a woocommerce website then first question comes in your mind is how to integrate woocommerce into wordpress theme. And your current wordpress theme is compatible with woocommerce or not? - [wordpress comment spam filter plugins](https://snilesh.com/blog/wordpress-comment-spam-filter-plugins/): Whether you have a small wordpress website or you have a very big corporate website , You have to protect your blog posts against spam. Wordpress plugins need to be installed to protect against spam. There are huge number or anti spam wordpress plugins available on wordpress.org plugin repository. In this post we will list best anti spam wordpress plugins. - [WordPress display featured image in rss feed and feedburner](https://snilesh.com/blog/wordpress-display-featured-image-in-rss-feed-feedburner/): RSS feeds helps publishers to syndicate data online automaticatically in a standard XML file format. XML file format ensures compatibility with different machines or programs. RSS feeds also helps users to receive timely updates from favourate websites or to use data from many websites. In a recent wordpress projects I want to display featured image in rss feed and feedbuner feed. For that I found next code snippet which I used to add featured image to rss feeds. - [Five Reasons Why a Responsive Website Design is a Must](https://snilesh.com/blog/five-reasons-responsive-website-design-must/): If you have ever tried to open a website on a tablet or smart phone that was not optimized for mobile viewing with the frustrating pinch and zooming action with your thumb and index finger, then you have a solid understanding of how important responsive website design is for user access on mobile devices. Responsive web design is an approach of laying out a website so that the page will provide an optimal viewing experience for ease of reading and navigation across a wide variety of devices, ranging from the standard desktop to mobile phones. But, why is it so important for websites in 2014? Read on to find the top five reasons why a responsive web design is crucial for business and personal websites to get noticed. - [9 Critical Search Engine Optimization Marketing Tips](https://snilesh.com/blog/critical-search-engine-optimization-marketing-tips/): In the past few years, there have been loads of changes that have transformed the world of search engine optimization marketing. Many of the SEO techniques that were once successful in the past have become outdated and replaced with more advanced techniques. Instead of stressing yourself out with all of these new complex changes, start with these basic nine most critical Search Engine Optimization marketing tips to ensure your business’ website is utilizing proper optimization for 2013. - [PHP delete files from specific folders or directory](https://snilesh.com/blog/php-delete-files-from-specific-folders-or-directory/): If you want to remove or delete files from a specific folder or directory then following code snippet will help you to remove files. This code work recursively and delete all files inside that directory. - [Magento get number of cart items](https://snilesh.com/blog/magento-get-number-of-cart-items/): If you want to show total number of items present in your shopping cart basket then following code snippet is useful. - [Essential WordPress Plugins for 2025: Elevate Your Website’s Performance](https://snilesh.com/blog/essential-wordpress-plugins/): In the dynamic landscape of website development, selecting the right plugins is crucial for enhancing functionality, security, and user experience. Below, we present a comprehensive guide to the must-have WordPress plugins for 2025, each meticulously chosen to address critical aspects of website management. - [Open WordPress Custom Menu Link in New Window or Tab](https://snilesh.com/blog/open-wordpress-custom-menu-link-in-new-window-or-tab/): Wordpress added excellent menu management feature using wp_nav_menu() function. Best feature introduced inside menu management was introduction of custom links using which you can add custom links to your website's navigation section. So using this feature you can add any link to your navigation. - [wordpress qtranslate plugin get current selected language](https://snilesh.com/blog/wordpress-qtranslate-plugin-get-current-selected-language/): If you are using qtranslate wordpress plugin on your website and want to display content based on selected language. Then qTranslate plugin have one function to return selected language. Using this function you can display content based on selected language inside your theme's PHP files. - [display hidden .htaccess files on filezilla](https://snilesh.com/blog/display-hidden-htaccess-files-on-filezilla/): When you access remote servers using filezilla FTP client, hidden files are not displayed. To enable hidden files you have to change filezilla client settings. - [Show All attached images for the current post excluding featured thumbnail](https://snilesh.com/blog/show-all-attached-images-for-the-current-post-excluding-featured-thumbnail/): If you want to display all the attachments of current post excluding featured thumbnail then you can use following code snippet. - [WordPress 3.4 Features](https://snilesh.com/blog/wordpress-3-4-features/): Wordpress 3.4 finally released. Wordpress team dubbed this release "Green" in honor of guitarist Grant Green. Wordpress 3.4 release comes with new features and changes. - [WordPress query_post Exclude or include Post Formats](https://snilesh.com/blog/wordpress-query_post-exclude-or-include-post-formats/): Wordpress Post Formats is a theme feature introduced in Wordpress 3.1. Its added extra functions to theme author to customize their wordpress theme with new meta feature. Post formats provides standardized list of formats , new formats cannot be added through themes or even plugins. - [WordPress Create User Programmatically](https://snilesh.com/blog/wordpress-create-user-programmatically/): Wordpress uses wp_insert_user to insert user in to the database. Or this function can be used to update the user information programmatically. Wordpress Create User Programmatically using this code snippet. - [How to remove the WordPress.org link from Login / Register Page](https://snilesh.com/blog/how-to-remove-the-wordpress-org-link-from-login-register-page/): On self hosted wordpress blogs wordpress logo on wordpress login or register page link to wordpress.org website. - [total post count of a category and its child categories wordpress](https://snilesh.com/blog/total-post-count-of-a-category-and-its-child-categories-wordpress/): Use following code to get total posts count of a category and all its child categories. To use this code you have to add following function inside your themes functions.php file - [Add Custom Image Headers to your WordPress.org plugins](https://snilesh.com/blog/add-custom-image-headers-to-your-wordpress-org-plugins/): One good option is added for you if you are a wordpress plugin developer. Wordpress.org added custom headers on wordpress plugin pages as part of an experiment, All plugin developers can now customize their plugin page with customized banner image of specified size 772x250 px on top header section of their plugin page. - [WordPress 3.3 Sonny Features](https://snilesh.com/blog/wordpress-3-3-sonny-features/): Finally On December 12, 2011, WordPress Version 3.3, named for Sonny Stitts, was released to the public. You can download that from wordpress.org or update your existing wordpress installation from wordpress dashboard. - [wordpress display youtube video thumbnail](https://snilesh.com/blog/wordpress-display-youtube-video-thumbnail/): For displaying youtube video thumbnail on your website or wordpress blog either you have to use Youtube's Video API or there is one simple technique to display youtube video thumbnail on your website. - [WordPress 3.2 features](https://snilesh.com/blog/wordpress-3-2-features/): WordPress 3.2 is now available to the world, both as an update in your dashboard and a download on WordPress.org. - [wordpress pagenavi style plugin](https://snilesh.com/blog/wordpress-pagenavi-style-plugin/): This is my next plugin Wordpress PageNavi Style Plugin it is a addon to most popular page navigation plugin Wp-PageNavi. - [WordPress Gallery Plugin](https://snilesh.com/blog/wordpress-gallery-plugin/): I am proud to introduce my next WordPress Plugin, Wordpress Gallery Plugin. This is highly customizable plugin was created using Nivo slider which is a jquery slideshow plugin created by dev7studios. - [wordpress recent posts with thumbnail](https://snilesh.com/blog/wordpress-recent-post-with-thumbnail/): Following code snippet will display recent posts with thumbnail. You can add this code anywhere on your wordpress blog to display recent posts. - [WordPress Recent Posts excluding current category](https://snilesh.com/blog/wordpress-recent-posts-excluding-current-category/): To display recent posts from other categories excluding current category in which current posts resides then following code inside single.php will display recent 5 posts from same category. - [WordPress Recent posts from Current / Same Category](https://snilesh.com/blog/wordpress-recent-posts-from-current-same-category/): If you want to display recent posts from same category in which current posts resides then following code inside single.php will display recent 5 posts from same category. - [WordPress 3.1 Enable, Disable / Remove admin bar](https://snilesh.com/blog/wordpress-3-1-enable-disable-remove-admin-bar/): Wordpress 3.1 added new feature "Wordpress admin Bar " which adds admin bar to easily access wordpress backend features when you are logged in on your wordpress blog similar to wordpress.com blog. - [WordPress 3.1 Post Formats](https://snilesh.com/blog/wordpress-3-1-post-formats/): Wordpress 3.1 released with some new features. One of them is post_formats. This feature is simple, but it allows wordpress developer to add some pretty good styling options with a single line of code. - [wordpress 3.1 features](https://snilesh.com/blog/wordpress-3-1-features-2/): WordPress Version 3.1 "Reinhardt" was released On February 23, 2011 to the public, Named in honor of the jazz guitarist Django Reinhardt. With new features. This post will describe all the new features. - [WordPress Disable Core Update Notification Message without plugins](https://snilesh.com/blog/wordpress-disable-core-update-notification-message-without-plugins/): Using a simple way you can disable Wordpress Core Update Notification Message without using plugins, by just addint few lines of code inside your themes functions.php file. - [Remove WordPress generator meta tag](https://snilesh.com/blog/remove-wordpress-generator-meta-tag/): WordPress show version no. in meta generator tag by default on your wordpress blog. For security reasons you must remove this meta generator tag. It’s easy to remove meta generator tag in wordpress, just open your current activate theme functions.php file inside a text editor and add following code. - [WordPress display hidden custom fields](https://snilesh.com/blog/wordpress-display-hidden-custom-fields/): WordPress won't show keys starting with an "_" (underscore) in the custom fields list. If you want to display those hidden custom fields you can simply display them in wp-admin add/edit post or page section by simply adding following code inside your themes functions.php file. - [PHP url validation using filter_var() function](https://snilesh.com/blog/php-url-validation-using-filter-var-function/): You can validate url using php filter_var() function using following code. - [WordPress Add Home link to wp_nav_menu()](https://snilesh.com/blog/wordpress-add-home-link-to-wp-nav-menu/): If you want add "Home" link to your wordpress wp_nav_menu() function then you have to add following code inside your themes function.php file. - [wordpress change excerpt length](https://snilesh.com/blog/wordpress-change-excerpt-length/): By default, excerpt length is set to 55 words. To change excerpt length using excerpt_length filter, add the following code to functions.php file in your theme: - [wordpress most commented posts](https://snilesh.com/blog/wordpress-most-commented-posts/): Following code will display most commented posts on your blog. You can change the number of posts displayed by changing the limit value in the mysql query. - [WordPress validate Email address](https://snilesh.com/blog/validate-email-address/): Wordpress have two functions using you can validate email address. So you don't have to add extra functionality for the validation using regular expressions. - [WordPress Apply parent page template to subpage](https://snilesh.com/blog/wordpress-apply-parent-page-template-to-subpage/): Following code will be useful if you want to apply parent page template to all the subpages without selecting page template from the options. - [WordPress 3.1 Features](https://snilesh.com/blog/wordpress-3-1-features/): Yesterday Wordpress released there next wordpress version with some more features. Still this version is in beta testing as there are some bugs in that version - [WordPress Display login form anywhere](https://snilesh.com/blog/wordpress-display-login-form-anywhere/): If you want to display Login form on your website then you can display that by just single line of code. Wordpress added new function using which you can easily add wordpress login form anywhere on your wordpress blog. - [WordPress Thumbnail Slider Plugin](https://snilesh.com/blog/wordpress-thumbnail-slider-plugin/): After receiving excellent response to my previous Wordpress Content Slide Plugin i am so much excited to release another wordpress plugin called "Wordpress Thumbnail Slider". - [Open Source Awards 2010](https://snilesh.com/blog/open-source-awards-2010/): Just read at www.packtpub.com 2010 open source awards are declared. Wordpress and Jquery JavaScript Libraries wins first price in there respective categories. - [WordPress Wins Best CMS Award](https://snilesh.com/blog/wordpress-wins-best-cms-award/): Just read on wordpress blog that wordpress wins best CMS Award , in head-to-head voting against Joomla and Drupal, has won this year’s Open Source CMS Hall of Fame award. - [Exclude pages from wordpress search](https://snilesh.com/blog/exclude-pages-from-wordpress-search/): If you want to exclude wordpress pages from the search then you have to add following code in your themes function.php file. - [WordPress Photography Themes](https://snilesh.com/blog/wordpress-photography-themes/): If you want to create a photography websites then you can select one theme from these wordpress themes. All themes are premium wordpress themes. - [Jquery Expand Collapse (Expand all / collapse all)](https://snilesh.com/blog/jquery-expand-collapse-expand-all-collapse-all/): There are some good tutorials available for expand collapse which are created using jquery toggle. Last week i was looking for one tutorial where i can not only expand collapse individual boxes but i want a button to expand all / collapse all feature. - [Jquery PHP feedback form](https://snilesh.com/blog/jquery-php-feedback-form/): This post will be focus on creating a Feedback form powered by jquery and PHP. You can add this feedback form to your website to receive feedback's from your website readers. - [WordPress search by category](https://snilesh.com/blog/wordpress-search-by-category/): If you want to change default wordpress search capability to next level by adding facility to search posts by category. - [WordPress Detect Browser](https://snilesh.com/blog/wordpress-detect-browser/): Following function is used to detect user's browser and can be used to apply specific style or scripts for different browsers. - [HTML5 Test Browser compatibility](https://snilesh.com/blog/html5-test-browser-compatibility/): If you want to check your current browsers supports HTML5 or not ? just find out by visiting html5test.com. created by Niels Leenheer with help from Henri Sivonen and his HTML5 parser tests. Heads up by: Jeffrey Zeldman - [WordPress Contet Slide Version 1.2](https://snilesh.com/blog/wordpress-contet-slide-version-1-2/): This post is created for those who are using Wordpress content Slide Version 1.2 - [WordPress Change logo on wp-login page](https://snilesh.com/blog/wordpress-change-logo-on-wp-login-page/): If you want to change default wordpress logo on the wp-login.php page then you can change wordpress logo by your logo by just adding following lines in your theme's function php files. - [WordPress Display Author page link](https://snilesh.com/blog/wordpress-display-author-page-link/): Use Following code is used to create authors page link without displaying the author name publicly. You have to use this code inside wordpress the_loop. Wordpress Display Author page link on your website using following code. <?php $user_info = get_the_author_meta('user_nicename',$post->post_author); $author_url=get_author_posts_url($post->post_author,$user_info); ?> <p><a href="<?php echo $author_url; ?>" title="View All posts By this author">View All posts By this author</a></p> - [PHP calculate age from date of birth](https://snilesh.com/blog/php-calculate-age-from-date-of-birth/): Code added to this post will calculate date difference in days, months, years format. So using this code you can calculate age by sending birth date as parameter. Or you can calculate difference between today’s date and any date in past. - [WordPress insert post programmatically](https://snilesh.com/blog/wordpress-insert-post-programmatically/): Wordpress have function wp_insert_post() which can be used to create posts programmatically. this function returns a ID by using which we can add custom fields to that post. - [WordPress Recent posts without plugin](https://snilesh.com/blog/wordpress-recent-posts-without-plugin/): Following code is used to display most recent posts. We can limit number of posts displayed by specifying number of posts we want to display. - [WordPress display future / upcoming posts](https://snilesh.com/blog/wordpress-display-future-upcoming-posts/): Simply add following code in you sidebar.php or anywhere you want to display future posts. - [WordPress display random posts](https://snilesh.com/blog/wordpress-display-random-posts/): Following code will display a list of 5 posts selected randomly by using the MySQL RAND() function for the orderby parameter value: - [wordpress add custom field](https://snilesh.com/blog/wordpress-add-custom-field/): WordPress has features to allow post authors/editors to assign custom fields to a post. This arbitrary extra information is known as meta-data or custom-fields. - [wordpress different post styles](https://snilesh.com/blog/wordpress-different-post-styles/): After wordpress 2.7 new function post_class() is added which helps theme authors to apply different styles to wordpress posts. ## Pages - [Hire WordPress Developer](https://snilesh.com/hire-wordpress-developer/): WordPress is an open source content management service which is often used for blog publishing applications that are mainly powered by PHP and MySQL. It includes a templating system, which has widgets that could be rearranged without the need for editing PHP or HTML code, along with themes that could be installed, and switching between or even modified by developers and programmers. The service of Trackback and Pingback standards is also provided by WordPress for displaying the links to other sites that have already linked themselves to a post or an article. - [Disclosure Policy](https://snilesh.com/disclosure-policy/): On my website, I will occasionally evaluate or mention products and services. If I believe a product or service is good, and the merchant selling it provides an affiliate programme, I have no problem referring others to it via an affiliate link, which means I may receive a commission or other kind of income if you purchase the product I promote. - [Get A Quote](https://snilesh.com/get-a-quote/): Please submit this form. I will contact you before 24 hours. - [Shopify Development](https://snilesh.com/shopify-development/):  I offer Shopify development services which help you set up your own online store and cover all the minute detailing of setting up that store. From security payments and information security to designing of the site and the correct placement of products, I take care of everything. - [Work](https://snilesh.com/work/) - [Contact Me](https://snilesh.com/contact/): Please submit this form. I will contact you before 24 hours. - [about Me](https://snilesh.com/about/): Hello, everyone! My name is Nilesh Shiragave. I'm from India. I have over 16+ years of extensive experience in web development. - [Services](https://snilesh.com/services/): Complete Wordpress All-In-One (WordPress Installation,Theme Setup, Demo Import, SEO, Security, Performance) - [Blog](https://snilesh.com/blog/) - [Home](https://snilesh.com/): My name is Nilesh Shiragave, a seasoned WordPress Developer with over 16 years of expertise in crafting innovative websites, developing bespoke plugins, and fine-tuning themes to meet precise requirements. My work in the WordPress ecosystem is driven by a passion for solving challenges and delivering user-centric solutions.Beyond web development, I am a passionate photographer with a special focus on bird photography. With over nine years of experience, I take immense pleasure in capturing the beauty of nature, blending creativity with a keen eye for detail. ## Snippets - [Change text “End of content” from the infinite loop for custom post type.](https://snilesh.com/snippets/change-text-end-of-content-from-the-infinite-loop-for-custom-post-type/): If you are using a Kadence theme and showing a Custom Post Type's with infinite loop. Then you may want to change the "End Of Content" text to something different related to your custom post type. - [Allow Contributors to Upload Images](https://snilesh.com/snippets/allow-contributors-to-upload-images/): WordPress have multiple user roles one of the popular user role is "Contributor" role. By default WordPress does not allow accounts with contributor role to upload images inside their written articles. So if you want to allow them to do this then you can achieve this by adding this snippet. - [Kadence Theme : Add Styling to Comment form fields](https://snilesh.com/snippets/kadence-theme-add-styling-to-comment-form-fields/): If you created a website using kadence free or pro theme, and want to change style of the comment form fields then in Kadence theme settings there is no option available to manage that. You have to add a custom css code to change the style of the comment form. - [WordPress : Get All Users](https://snilesh.com/snippets/wordpress-get-all-users/): In this snippet I will show you how we can get WordPress users. - [Change the Default “Add To Cart” Button Text in WooCommerce](https://snilesh.com/snippets/change-the-default-add-to-cart-button-text-in-woocommerce/): This questions arises when you want to change default text of a Add To Cart button on your WooCoomerce website. Sometimes you want to change default text to "Donate Now" or any other text then this snippet will help you to change the text of the button.