<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 07:21:37 +0000</lastBuildDate>
    <item>
      <title>(PHP) List Posts By Terms - reflectiondigital</title>
      <link>https://snipplr.com/view/337161/list-posts-by-terms</link>
      <description>&lt;p&gt;To display events from The Events Calendar Pro organized by taxonomy&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jan 2020 20:11:05 UTC</pubDate>
      <guid>https://snipplr.com/view/337161/list-posts-by-terms</guid>
    </item>
    <item>
      <title>(PHP) How to extract the tags shared between two different post types in Wordpress - ginoplusio</title>
      <link>https://snipplr.com/view/335344/how-to-extract-the-tags-shared-between-two-different-post-types-in-wordpress</link>
      <description>&lt;p&gt;Extract all the tags (shared between two post types) used with a specific post type&lt;/p&gt;</description>
      <pubDate>Wed, 20 Nov 2019 22:38:22 UTC</pubDate>
      <guid>https://snipplr.com/view/335344/how-to-extract-the-tags-shared-between-two-different-post-types-in-wordpress</guid>
    </item>
    <item>
      <title>(PHP) Plugin that disables notifications of  wp-kernel and wp-plugin updates - cerxx</title>
      <link>https://snipplr.com/view/334797/plugin-that-disables-notifications-of--wpkernel-and-wpplugin-updates</link>
      <description>&lt;p&gt;installed in a special folder /wp-content/mu-plugins and disabled auto-update plugins and core WP&lt;/p&gt;</description>
      <pubDate>Mon, 28 Oct 2019 03:20:42 UTC</pubDate>
      <guid>https://snipplr.com/view/334797/plugin-that-disables-notifications-of--wpkernel-and-wpplugin-updates</guid>
    </item>
    <item>
      <title>(PHP) Get the Value of the Custom Field Using the Shortcode - cerxx</title>
      <link>https://snipplr.com/view/333900/get-the-value-of-the-custom-field-using-the-shortcode</link>
      <description>&lt;p&gt;Get the Value of the Custom Field Using the Shortcode&lt;/p&gt;</description>
      <pubDate>Wed, 04 Sep 2019 02:46:53 UTC</pubDate>
      <guid>https://snipplr.com/view/333900/get-the-value-of-the-custom-field-using-the-shortcode</guid>
    </item>
    <item>
      <title>(PHP) Underconstruction redirect Function - cerxx</title>
      <link>https://snipplr.com/view/331322/underconstruction-redirect-function</link>
      <description>&lt;p&gt;Underconstruction redirect&lt;/p&gt;</description>
      <pubDate>Mon, 11 Mar 2019 03:29:48 UTC</pubDate>
      <guid>https://snipplr.com/view/331322/underconstruction-redirect-function</guid>
    </item>
    <item>
      <title>(PHP) How To Remove WooCommerce JSON/LD Structured Data - cerxx</title>
      <link>https://snipplr.com/view/331138/how-to-remove-woocommerce-jsonld-structured-data</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Feb 2019 04:32:13 UTC</pubDate>
      <guid>https://snipplr.com/view/331138/how-to-remove-woocommerce-jsonld-structured-data</guid>
    </item>
    <item>
      <title>(PHP) How to remove application/ld + json YOAST  SEO plugin in wordpress - cerxx</title>
      <link>https://snipplr.com/view/331132/how-to-remove-applicationld--json-yoast--seo-plugin-in-wordpress</link>
      <description>&lt;p&gt;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, this must be disabled. Any settings in the admin panel plug-in Yoast SEO for this does not provide.&#13;
This method involves editing the functions.php file of your active WordPress theme:&lt;/p&gt;</description>
      <pubDate>Tue, 19 Feb 2019 20:43:16 UTC</pubDate>
      <guid>https://snipplr.com/view/331132/how-to-remove-applicationld--json-yoast--seo-plugin-in-wordpress</guid>
    </item>
    <item>
      <title>(PHP) Remove version of CSS / JS files in WordPress - cerxx</title>
      <link>https://snipplr.com/view/330311/remove-version-of-css--js-files-in-wordpress</link>
      <description>&lt;p&gt;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 files, in order for the browser to automatically download the actual versions of CSS or JavaScript, the webmaster simply changes the numeric index ver for the connected file.&#13;
&#13;
Despite the obvious advantages, this method has its drawbacks. One of the main reasons why developers refuse to use versions is that not all proxy servers and CDNs support file caching, at the end of which addresses the ver parameter is specified.&#13;
&#13;
In order to remove ver from the connection string, you need to add the following code to the content of your theme's functions.php file:&lt;/p&gt;</description>
      <pubDate>Wed, 19 Dec 2018 05:48:00 UTC</pubDate>
      <guid>https://snipplr.com/view/330311/remove-version-of-css--js-files-in-wordpress</guid>
    </item>
    <item>
      <title>(PHP) Transfer the call scripts from header to the footer on WordPress - cerxx</title>
      <link>https://snipplr.com/view/329939/transfer-the-call-scripts-from-header-to-the-footer-on-wordpress</link>
      <description>&lt;p&gt;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 increase in performance.&#13;
&#13;
And if the compression of CSS styles and JS scripts is quite capable of any webmaster, then here’s the point “Remove the JavaScript and CSS code that blocks the display of the top of the page” - there are problems. First of all, due to the fact that in WordPress, many scripts are called from “wp_head”, starting from the jquery library and ending with the components of installed plugins.&#13;
RU ? EN&lt;/p&gt;</description>
      <pubDate>Sat, 24 Nov 2018 02:32:54 UTC</pubDate>
      <guid>https://snipplr.com/view/329939/transfer-the-call-scripts-from-header-to-the-footer-on-wordpress</guid>
    </item>
    <item>
      <title>(PHP) Logging debug arbitrary information - cerxx</title>
      <link>https://snipplr.com/view/329575/logging-debug-arbitrary-information</link>
      <description>&lt;p&gt;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 ().&#13;
This function does not provide formatting, so you can create your own wrapper over error_log, formatting objects and variables that are written to the log using the print_r () function&lt;/p&gt;</description>
      <pubDate>Thu, 18 Oct 2018 08:45:00 UTC</pubDate>
      <guid>https://snipplr.com/view/329575/logging-debug-arbitrary-information</guid>
    </item>
    <item>
      <title>(PHP) wp-change-domain - cerxx</title>
      <link>https://snipplr.com/view/329189/wpchangedomain</link>
      <description>&lt;p&gt;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 all, then you incorrectly rewrote the NS of the domain server (changing the NS servers takes from 4 to 24 hours), or forgot to add (park) the new domain to the hosting. If the domain is successfully parked, then follow the instructions:&#13;
&#13;
We will move all the files from the old site to the new one to the folder where the site should be located (via FTP / hosting control panel);&#13;
We go to the old hosting and dump the database (export, via phpMyAdmin);&#13;
We pass to a new hosting, we fill our database (import, via phpMyAdmin);&#13;
We configure the connection to the new database (file wp-config.php);&#13;
Upload the file change-domain.php, unpack it and upload it to our new domain in the root folder;&#13;
In the browser, go to the link http: //vash_site/change-domain.php (make sure the connection to the database is correct);&#13;
We check the correctness of entering the domain names and click the "Change" button. You do not need to close the page.&#13;
If everything was done correctly, then the site should be launched and all links should be rewritten to new ones.&lt;/p&gt;</description>
      <pubDate>Sat, 15 Sep 2018 03:24:17 UTC</pubDate>
      <guid>https://snipplr.com/view/329189/wpchangedomain</guid>
    </item>
    <item>
      <title>(PHP) WordPress/WooCommerce - Redirect add to cart button to the checkout page - catswhocode</title>
      <link>https://snipplr.com/view/326205/wordpresswoocommerce--redirect-add-to-cart-button-to-the-checkout-page</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Sat, 19 Aug 2017 21:53:20 UTC</pubDate>
      <guid>https://snipplr.com/view/326205/wordpresswoocommerce--redirect-add-to-cart-button-to-the-checkout-page</guid>
    </item>
    <item>
      <title>(SQL) SQL queries to change http to https in WordPress posts/pages - catswhocode</title>
      <link>https://snipplr.com/view/326203/sql-queries-to-change-http-to-https-in-wordpress-postspages</link>
      <description>&lt;p&gt;More info: https://www.catswhocode.com/blog/install-https-wordpress&lt;/p&gt;</description>
      <pubDate>Sat, 19 Aug 2017 21:45:04 UTC</pubDate>
      <guid>https://snipplr.com/view/326203/sql-queries-to-change-http-to-https-in-wordpress-postspages</guid>
    </item>
    <item>
      <title>(PHP) Generate all old PDF preview images in WordPress - ginoplusio</title>
      <link>https://snipplr.com/view/313074/generate-all-old-pdf-preview-images-in-wordpress</link>
      <description>&lt;p&gt;From WordPress 4.7 when you upload a PDF it generates jpg previews. All pdf will remain without previews, or you can use this script to generate previews.&lt;/p&gt;</description>
      <pubDate>Mon, 06 Mar 2017 21:24:47 UTC</pubDate>
      <guid>https://snipplr.com/view/313074/generate-all-old-pdf-preview-images-in-wordpress</guid>
    </item>
    <item>
      <title>(HTML) Contact Form 7 Fields on 2 Columns - deliciousthemes</title>
      <link>https://snipplr.com/view/294749/contact-form-7-fields-on-2-columns</link>
      <description>&lt;p&gt;Displaying Contact Form 7 fields on 2 columns using CSS.&lt;/p&gt;</description>
      <pubDate>Sat, 07 Jan 2017 03:12:32 UTC</pubDate>
      <guid>https://snipplr.com/view/294749/contact-form-7-fields-on-2-columns</guid>
    </item>
    <item>
      <title>(CSS) Dazzle menu strikethrough line to underline - deliciousthemes</title>
      <link>https://snipplr.com/view/294745/dazzle-menu-strikethrough-line-to-underline</link>
      <description>&lt;p&gt;Changing the Dazzle`s strikethrough line menu style to underline.&lt;/p&gt;</description>
      <pubDate>Sat, 07 Jan 2017 03:08:55 UTC</pubDate>
      <guid>https://snipplr.com/view/294745/dazzle-menu-strikethrough-line-to-underline</guid>
    </item>
    <item>
      <title>(PHP) Select Wordpress posts by number of revisions - JoshChris</title>
      <link>https://snipplr.com/view/146606/select-wordpress-posts-by-number-of-revisions</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Thu, 07 Apr 2016 07:23:48 UTC</pubDate>
      <guid>https://snipplr.com/view/146606/select-wordpress-posts-by-number-of-revisions</guid>
    </item>
    <item>
      <title>(PHP) Wordpress Query: Sort posts nearest proximity to farthest - JoshChris</title>
      <link>https://snipplr.com/view/146463/wordpress-query-sort-posts-nearest-proximity-to-farthest</link>
      <description>&lt;p&gt;A quick query example for a wordpress database query that gets posts ordered by distance via the custom fields `latitude` and `longitude`.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Mar 2016 16:08:00 UTC</pubDate>
      <guid>https://snipplr.com/view/146463/wordpress-query-sort-posts-nearest-proximity-to-farthest</guid>
    </item>
    <item>
      <title>(PHP) Wordpress plugin for Snipplr - snipembed</title>
      <link>https://snipplr.com/view/145035/wordpress-plugin-for-snipplr</link>
      <description>&lt;p&gt;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.&#13;
Version: 1.1&lt;/p&gt;</description>
      <pubDate>Sat, 21 Nov 2015 18:53:41 UTC</pubDate>
      <guid>https://snipplr.com/view/145035/wordpress-plugin-for-snipplr</guid>
    </item>
    <item>
      <title>(PHP) WordPress Video Modal Widget - julian90</title>
      <link>https://snipplr.com/view/111837/wordpress-video-modal-widget</link>
      <description>&lt;p&gt;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. Optionally, if the user chooses to leave the thumbnail field blank, the default YouTube video thumbnail is used as the anchor to launch the modal.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Oct 2015 05:51:15 UTC</pubDate>
      <guid>https://snipplr.com/view/111837/wordpress-video-modal-widget</guid>
    </item>
    <item>
      <title>(PHP) Wordpress Loop - WP_Query - alanyoshida</title>
      <link>https://snipplr.com/view/108343/wordpress-loop--wpquery</link>
      <description>&lt;p&gt;Wordpress Loop - WP_Query&lt;/p&gt;</description>
      <pubDate>Wed, 02 Sep 2015 02:57:31 UTC</pubDate>
      <guid>https://snipplr.com/view/108343/wordpress-loop--wpquery</guid>
    </item>
    <item>
      <title>(jQuery) How to add a simple jQuery script to WordPress - designermedia</title>
      <link>https://snipplr.com/view/107738/how-to-add-a-simple-jquery-script-to-wordpress</link>
      <description>&lt;p&gt;First you need to write your script. In your theme folder create a folder called something like 'js'. Create a file in that folder for your javascript. E.g. your-script.js. Add your jQuery script to that file (you don't need &lt;script&gt; tags in a .js file).&#13;
&#13;
Here is an example of how your jQuery script (in wp-content/themes/your-theme/js/your-scrript.js) might look:&#13;
&#13;
jQuery(document).ready(function($) {&#13;
  $('#nav a').last().addClass('last');&#13;
})&#13;
&#13;
Notice that I use jQuery and not $ at the start of the function.&#13;
&#13;
Ok, now open your theme's functions.php file. You'll want to use the wp_enqueue_script() function so that you can add your script whilst also telling WordPress that it relies on jQuery. Here's how to do that:&#13;
&#13;
add_action( 'wp_enqueue_scripts', 'add_my_script' );&#13;
function add_my_script() {&#13;
    wp_enqueue_script(&#13;
        'your-script', // name your script so that you can attach other scripts and de-register, etc.&#13;
        get_template_directory_uri() . '/js/your-script.js', // this is the location of your script file&#13;
        array('jquery') // this array lists the scripts upon which your script depends&#13;
    );&#13;
}&lt;/p&gt;</description>
      <pubDate>Wed, 26 Aug 2015 18:41:33 UTC</pubDate>
      <guid>https://snipplr.com/view/107738/how-to-add-a-simple-jquery-script-to-wordpress</guid>
    </item>
    <item>
      <title>(PHP) WordPress Parent Page with Child Page Excerpts - hussong</title>
      <link>https://snipplr.com/view/103414/wordpress-parent-page-with-child-page-excerpts</link>
      <description>&lt;p&gt;Snippet for a parent page to list child pages with excerpts.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Jun 2015 16:22:08 UTC</pubDate>
      <guid>https://snipplr.com/view/103414/wordpress-parent-page-with-child-page-excerpts</guid>
    </item>
    <item>
      <title>(PHP) Allow login from specific IP Address - nbpurohit</title>
      <link>https://snipplr.com/view/102238/allow-login-from-specific-ip-address</link>
      <description>&lt;p&gt;Allow login from specific IP Address&lt;/p&gt;</description>
      <pubDate>Tue, 09 Jun 2015 19:19:16 UTC</pubDate>
      <guid>https://snipplr.com/view/102238/allow-login-from-specific-ip-address</guid>
    </item>
    <item>
      <title>(PHP) Disable "Add to basket" button for price zero - nbpurohit</title>
      <link>https://snipplr.com/view/102237/disable-add-to-basket-button-for-price-zero</link>
      <description>&lt;p&gt;Disable "Add to basket" button for price zero&lt;/p&gt;</description>
      <pubDate>Tue, 09 Jun 2015 19:17:16 UTC</pubDate>
      <guid>https://snipplr.com/view/102237/disable-add-to-basket-button-for-price-zero</guid>
    </item>
    <item>
      <title>(PHP) WordPress - redirect to the post instead of archive page when search query returns single result - adambundy</title>
      <link>https://snipplr.com/view/101207/wordpress--redirect-to-the-post-instead-of-archive-page-when-search-query-returns-single-result</link>
      <description>&lt;p&gt;Courtesy Kevin Chard at WPSnipp.com. &#13;
&#13;
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.&lt;/p&gt;</description>
      <pubDate>Thu, 28 May 2015 05:43:21 UTC</pubDate>
      <guid>https://snipplr.com/view/101207/wordpress--redirect-to-the-post-instead-of-archive-page-when-search-query-returns-single-result</guid>
    </item>
    <item>
      <title>(SQL) Migrate a Wordpress - brownrl</title>
      <link>https://snipplr.com/view/100687/migrate-a-wordpress</link>
      <description>&lt;p&gt;Moving a wordpress site for local dev, to staging, to production? This SQL snippet has done the job more often than not. It may not be 100% full proof but it has saved my butt hundreds of times. Please, if you know other tables or enhancements share them.&lt;/p&gt;</description>
      <pubDate>Tue, 12 May 2015 23:52:20 UTC</pubDate>
      <guid>https://snipplr.com/view/100687/migrate-a-wordpress</guid>
    </item>
    <item>
      <title>(PHP) Wordpress add multiple image upload custom field to any post type - nbpurohit</title>
      <link>https://snipplr.com/view/100091/wordpress-add-multiple-image-upload-custom-field-to-any-post-type</link>
      <description>&lt;p&gt;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.&#13;
&#13;
Add this following code to your current themeâ€™s function.php file. Go to your pages from wordpress admin and check that multiple image upload custom field is added to each page.&lt;/p&gt;</description>
      <pubDate>Fri, 01 May 2015 16:47:07 UTC</pubDate>
      <guid>https://snipplr.com/view/100091/wordpress-add-multiple-image-upload-custom-field-to-any-post-type</guid>
    </item>
    <item>
      <title>(PHP) Add Login / Logout to Primary Menu - entreprenerds</title>
      <link>https://snipplr.com/view/96327/add-login--logout-to-primary-menu</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Thu, 09 Apr 2015 12:35:33 UTC</pubDate>
      <guid>https://snipplr.com/view/96327/add-login--logout-to-primary-menu</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Show all active plugins - ellegaarddk</title>
      <link>https://snipplr.com/view/94069/wordpress-show-all-active-plugins</link>
      <description>&lt;p&gt;Show a list of active plugins on current site.&#13;
I use it for diplaying in ManageWP and transfer to documentation&lt;/p&gt;</description>
      <pubDate>Thu, 19 Mar 2015 23:50:11 UTC</pubDate>
      <guid>https://snipplr.com/view/94069/wordpress-show-all-active-plugins</guid>
    </item>
    <item>
      <title>(PHP) WordPress login screen - pauloc</title>
      <link>https://snipplr.com/view/93261/wordpress-login-screen</link>
      <description>&lt;p&gt;Source: https://css-tricks.com/snippets/wordpress/customize-login-page/&#13;
Put them in your theme functions.php or make it a plugin.&lt;/p&gt;</description>
      <pubDate>Sat, 14 Mar 2015 04:50:23 UTC</pubDate>
      <guid>https://snipplr.com/view/93261/wordpress-login-screen</guid>
    </item>
    <item>
      <title>(PHP) 2 Step use of WordPress 4 Customizer - micklevin</title>
      <link>https://snipplr.com/view/92798/2-step-use-of-wordpress-4-customizer</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Mar 2015 06:57:23 UTC</pubDate>
      <guid>https://snipplr.com/view/92798/2-step-use-of-wordpress-4-customizer</guid>
    </item>
    <item>
      <title>(PHP) WordPress Remove buttons from the TinyMCE editor - adambundy</title>
      <link>https://snipplr.com/view/80977/wordpress-remove-buttons-from-the-tinymce-editor</link>
      <description>&lt;p&gt;Thanks to Tom McFarlin for this: https://gist.github.com/tommcfarlin/86e4f040bcc641a86f59&lt;/p&gt;</description>
      <pubDate>Thu, 06 Nov 2014 04:49:20 UTC</pubDate>
      <guid>https://snipplr.com/view/80977/wordpress-remove-buttons-from-the-tinymce-editor</guid>
    </item>
    <item>
      <title>(PHP) get parent id wordpress - cld23</title>
      <link>https://snipplr.com/view/80976/get-parent-id-wordpress</link>
      <description>&lt;p&gt;Get parent id of a category in the category template&lt;/p&gt;</description>
      <pubDate>Thu, 06 Nov 2014 02:36:32 UTC</pubDate>
      <guid>https://snipplr.com/view/80976/get-parent-id-wordpress</guid>
    </item>
    <item>
      <title>(PHP) Rename WordPress folder - burnandbass</title>
      <link>https://snipplr.com/view/80572/rename-wordpress-folder</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 22:11:20 UTC</pubDate>
      <guid>https://snipplr.com/view/80572/rename-wordpress-folder</guid>
    </item>
    <item>
      <title>(PHP) Wordpress - remove the version number from styles and scripts - burnandbass</title>
      <link>https://snipplr.com/view/80567/wordpress--remove-the-version-number-from-styles-and-scripts</link>
      <description>&lt;p&gt;Put it in functions.php&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 20:03:24 UTC</pubDate>
      <guid>https://snipplr.com/view/80567/wordpress--remove-the-version-number-from-styles-and-scripts</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Disable HTML in Wordpress comments - chrisaiv</title>
      <link>https://snipplr.com/view/77771/wordpress-disable-html-in-wordpress-comments</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2014/09/19/wordpress-disable-html-in-wordpress-comments/&lt;/p&gt;</description>
      <pubDate>Fri, 19 Sep 2014 03:32:23 UTC</pubDate>
      <guid>https://snipplr.com/view/77771/wordpress-disable-html-in-wordpress-comments</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Replace a theme's Google font with your own - chrisaiv</title>
      <link>https://snipplr.com/view/77770/wordpress-replace-a-themes-google-font-with-your-own</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2014/09/19/wordpress-replace-a-themes-google-font-with-your-own/&lt;/p&gt;</description>
      <pubDate>Fri, 19 Sep 2014 03:31:00 UTC</pubDate>
      <guid>https://snipplr.com/view/77770/wordpress-replace-a-themes-google-font-with-your-own</guid>
    </item>
    <item>
      <title>(JavaScript) Wordpress: Change admin email to new users (example 2) - chrisaiv</title>
      <link>https://snipplr.com/view/77689/wordpress-change-admin-email-to-new-users-example-2</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2014/09/18/wordpress-change-admin-e-mail-to-new-users/&lt;/p&gt;</description>
      <pubDate>Thu, 18 Sep 2014 03:40:09 UTC</pubDate>
      <guid>https://snipplr.com/view/77689/wordpress-change-admin-email-to-new-users-example-2</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Change admin name to new users - chrisaiv</title>
      <link>https://snipplr.com/view/77688/wordpress-change-admin-name-to-new-users</link>
      <description>&lt;p&gt;enter the full name you want displayed alongside the email address&lt;/p&gt;</description>
      <pubDate>Thu, 18 Sep 2014 03:35:49 UTC</pubDate>
      <guid>https://snipplr.com/view/77688/wordpress-change-admin-name-to-new-users</guid>
    </item>
    <item>
      <title>(JavaScript) Wordpress: Change admin e-mail to new users (example 1) - chrisaiv</title>
      <link>https://snipplr.com/view/77687/wordpress-change-admin-email-to-new-users-example-1</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2014/09/18/wordpress-change-admin-e-mail-to-new-users-example-1/&lt;/p&gt;</description>
      <pubDate>Thu, 18 Sep 2014 03:34:18 UTC</pubDate>
      <guid>https://snipplr.com/view/77687/wordpress-change-admin-email-to-new-users-example-1</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: boilerplate functions.php - chrisaiv</title>
      <link>https://snipplr.com/view/77406/wordpress-boilerplate-functionsphp</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2014/09/13/wordpress-boilerplate-functions-php/&lt;/p&gt;</description>
      <pubDate>Sat, 13 Sep 2014 11:15:29 UTC</pubDate>
      <guid>https://snipplr.com/view/77406/wordpress-boilerplate-functionsphp</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Clean up Dashboard Meta boxes - chrisaiv</title>
      <link>https://snipplr.com/view/77405/wordpress-clean-up-dashboard-meta-boxes</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2014/09/08/wordpress-clean-up-dashboard-meta-boxes/&lt;/p&gt;</description>
      <pubDate>Sat, 13 Sep 2014 10:48:18 UTC</pubDate>
      <guid>https://snipplr.com/view/77405/wordpress-clean-up-dashboard-meta-boxes</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Fix Gravity Form Error - chrisaiv</title>
      <link>https://snipplr.com/view/77404/wordpress-fix-gravity-form-error</link>
      <description>&lt;p&gt;Gravity Forms by default will write an inline JavaScript call to jQuery on every form you add to a page.&lt;/p&gt;</description>
      <pubDate>Sat, 13 Sep 2014 10:47:45 UTC</pubDate>
      <guid>https://snipplr.com/view/77404/wordpress-fix-gravity-form-error</guid>
    </item>
    <item>
      <title>(JavaScript) Wordpress: Upgrade an old theme\'s jQuery - chrisaiv</title>
      <link>https://snipplr.com/view/77403/wordpress-upgrade-an-old-themes-jquery</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2014/09/13/wordpress-upgrade-an-old-jquery/&lt;/p&gt;</description>
      <pubDate>Sat, 13 Sep 2014 10:47:04 UTC</pubDate>
      <guid>https://snipplr.com/view/77403/wordpress-upgrade-an-old-themes-jquery</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Fix Visual Formatting - chrisaiv</title>
      <link>https://snipplr.com/view/77402/wordpress-fix-visual-formatting</link>
      <description>&lt;p&gt;Prevents wordpress back-end from stripping formatting&lt;/p&gt;</description>
      <pubDate>Sat, 13 Sep 2014 10:45:56 UTC</pubDate>
      <guid>https://snipplr.com/view/77402/wordpress-fix-visual-formatting</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Remove header junk from default Wordpress install - chrisaiv</title>
      <link>https://snipplr.com/view/77401/wordpress-remove-header-junk-from-default-wordpress-install</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2014/09/13/wordpress-remove-header-junk-from-default-wordpress-install/&lt;/p&gt;</description>
      <pubDate>Sat, 13 Sep 2014 10:45:24 UTC</pubDate>
      <guid>https://snipplr.com/view/77401/wordpress-remove-header-junk-from-default-wordpress-install</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Disallow HTML in Comments - chrisaiv</title>
      <link>https://snipplr.com/view/77400/wordpress-disallow-html-in-comments</link>
      <description>&lt;p&gt;Disallow HTML in WordPress comments, add this snippet to your functions.php file.&lt;/p&gt;</description>
      <pubDate>Sat, 13 Sep 2014 10:44:43 UTC</pubDate>
      <guid>https://snipplr.com/view/77400/wordpress-disallow-html-in-comments</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Add A Google Font into the Header - chrisaiv</title>
      <link>https://snipplr.com/view/77399/wordpress-add-a-google-font-into-the-header</link>
      <description>&lt;p&gt;You might also consider just installing this Wordpress plug-in. It's way easier https://wordpress.org/plugins/google-typography/&lt;/p&gt;</description>
      <pubDate>Sat, 13 Sep 2014 10:43:54 UTC</pubDate>
      <guid>https://snipplr.com/view/77399/wordpress-add-a-google-font-into-the-header</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: UserPro Conditional Log-in - chrisaiv</title>
      <link>https://snipplr.com/view/77398/wordpress-userpro-conditional-login</link>
      <description>&lt;p&gt;Add Login / Logout to your WordPress Menu. You must have UserPro&lt;/p&gt;</description>
      <pubDate>Sat, 13 Sep 2014 10:40:26 UTC</pubDate>
      <guid>https://snipplr.com/view/77398/wordpress-userpro-conditional-login</guid>
    </item>
  </channel>
</rss>
