Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged wordpress
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
To display events from The Events Calendar Pro organized by taxonomy
0
11845
posted 4 years ago by reflectiondigital
installed in a special folder /wp-content/mu-plugins and disabled auto-update plugins and core WP
0
11692
posted 5 years ago by cerxx
Going through the templates and removing really isn’t an ideal solution here. Luckily there is a single function you can add to your child theme’s functions.php file that will disable this.
0
1318
posted 5 years ago by cerxx
JSON-LD is one of the micromarking schemes. If you use the SEO plugin Yoast SEO on your website, then it defaults to a JSON-LD scheme for the entire website that cannot be changed. In order for the site owner to be able to use any other microdata, th...
0
1922
posted 5 years ago by cerxx
By default, WordPress adds the? Ver = [version] parameter to the end of the address of all connected CSS and JavaScript files. The use of versioning adds a convenient mechanism for monitoring the state of the browser’s cache. After modifying the file...
0
1482
posted 5 years ago by cerxx
If you have been able to check your site by means of the PageSpeed ??Insights service, you may notice that it is not an easy task to recruit even 80% of the test results. Only by completing most of the recommendations of Google, you can hope for an i...
0
1280
posted 5 years ago by cerxx
In certain cases, it is useful to display additional information in a journal that does not report an error, but simply helps in writing your own code. For this PHP provides the function error_log ().
This function does not provide formatting, so yo...
0
1207
posted 6 years ago by cerxx
Before moving on to the site migration, make sure that the new domain is parked for hosting. To do this simply: go to your new domain and if a message appears that the site has not been launched yet, then everything is fine. If nothing will open at a...
0
1091
posted 6 years ago by cerxx
Automatically redirect users to the checkout page once a product has been added to the cart. This code should go to your functions.php file.
0
1251
posted 7 years ago by catswhocode
Too many revisions taking up space in your database? Use this script to find which posts have more than 10 - and then you can figure out what to do with them.
0
1083
posted 8 years ago by JoshChris
A quick query example for a wordpress database query that gets posts ordered by distance via the custom fields `latitude` and `longitude`.
0
1369
posted 8 years ago by JoshChris
This is the simple plugin for your wp site , with this plugin you can embed snippets code from http://snipplr.com . Easy to use , just paste url from http://snipplr.com and thats it.
Version: 1.1
0
1012
posted 8 years ago by snipembed
A plugin that adds widget functionality to a third-party video modal plugin. The widget accepts a YouTube video ID and a thumbnail URL of the user's choice. It then generates a thumbnail link that launches a video modal via the third-party plugin. Op...
0
975
posted 9 years ago by julian90
PHP
WordPress - redirect to the post instead of archive page when search query returns single result
Courtesy Kevin Chard at WPSnipp.com.
Adding this snippet to the functions.php of your wordpress theme will redirect your search to the post automatically when wordpress only returns a single search result.
1
1345
posted 9 years ago by adambundy
Hi, here i implement multiple image upload custom field to page post type if you want it for another post type just change post type name.
Add this following code to your current theme’s function.php file. Go to your pages from wordpress admin a...
0
4775
posted 9 years ago by nbpurohit
Adds a Logout link to the end of your Primary Navigation is the user is logged in; else adds a Login link to the end of your Primary Navigation.
0
1031
posted 9 years ago by entreprenerds
Show a list of active plugins on current site.
I use it for diplaying in ManageWP and transfer to documentation
1
1062
posted 9 years ago by ellegaarddk
Source: https://css-tricks.com/snippets/wordpress/customize-login-page/
Put them in your theme functions.php or make it a plugin.
0
983
posted 9 years ago by pauloc
To use WordPress 4 Customizer API I'd need just to do 2 steps: define a data in the array, and call a custom registering function.
1
978
posted 9 years ago by micklevin
Thanks to Tom McFarlin for this: https://gist.github.com/tommcfarlin/86e4f040bcc641a86f59
1
977
posted 10 years ago by adambundy
Sometimes it is usefull to hide that you're using wordpress. Rename wp-content folder to "media" and add this un wp-settings.php just before including the settings.
0
884
posted 10 years ago by burnandbass
https://www.chrisjmendez.com/2014/09/19/wordpress-disable-html-in-wordpress-comments/
0
1004
posted 10 years ago by chrisaiv