<?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 16:09:03 +0000</lastBuildDate>
    <item>
      <title>(PHP) Remove Dashboard Admin Menus in WordPress - ecksteing</title>
      <link>https://snipplr.com/view/68507/remove-dashboard-admin-menus-in-wordpress</link>
      <description>&lt;p&gt;This PHP removes menu items from the WordPress dashboard&lt;/p&gt;</description>
      <pubDate>Mon, 12 Nov 2012 13:47:34 UTC</pubDate>
      <guid>https://snipplr.com/view/68507/remove-dashboard-admin-menus-in-wordpress</guid>
    </item>
    <item>
      <title>(CSS) Importing font-face CSS - ecksteing</title>
      <link>https://snipplr.com/view/68183/importing-fontface-css</link>
      <description>&lt;p&gt;Import @font-face&lt;/p&gt;</description>
      <pubDate>Fri, 09 Nov 2012 20:43:09 UTC</pubDate>
      <guid>https://snipplr.com/view/68183/importing-fontface-css</guid>
    </item>
    <item>
      <title>(PHP) Using LESS in WordPress - ecksteing</title>
      <link>https://snipplr.com/view/67905/using-less-in-wordpress</link>
      <description>&lt;p&gt;How to insert the less preprocessor script in WordPress Websites and Blogs&lt;/p&gt;</description>
      <pubDate>Wed, 24 Oct 2012 12:55:53 UTC</pubDate>
      <guid>https://snipplr.com/view/67905/using-less-in-wordpress</guid>
    </item>
    <item>
      <title>(PHP) Add Theme Style to WordPress TinyMCE - ecksteing</title>
      <link>https://snipplr.com/view/67597/add-theme-style-to-wordpress-tinymce</link>
      <description>&lt;p&gt;This PHP adds the style.css of the active Theme to the WordPress TinyMCE Post and Page editor.&lt;/p&gt;</description>
      <pubDate>Thu, 04 Oct 2012 09:20:41 UTC</pubDate>
      <guid>https://snipplr.com/view/67597/add-theme-style-to-wordpress-tinymce</guid>
    </item>
    <item>
      <title>(CSS) Implementation of CSS3 Media Query - ecksteing</title>
      <link>https://snipplr.com/view/67032/implementation-of-css3-media-query</link>
      <description>&lt;p&gt;Implementation of CSS3 Media Query&lt;/p&gt;</description>
      <pubDate>Mon, 03 Sep 2012 15:36:45 UTC</pubDate>
      <guid>https://snipplr.com/view/67032/implementation-of-css3-media-query</guid>
    </item>
    <item>
      <title>(HTML) HOW TO REMOVE THE CALLOUT IN GOOGLE MAPS - 2 - ecksteing</title>
      <link>https://snipplr.com/view/66970/how-to-remove-the-callout-in-google-maps--2</link>
      <description>&lt;p&gt;Google Maps iFrame after removal of callout&lt;/p&gt;</description>
      <pubDate>Fri, 31 Aug 2012 18:14:23 UTC</pubDate>
      <guid>https://snipplr.com/view/66970/how-to-remove-the-callout-in-google-maps--2</guid>
    </item>
    <item>
      <title>(HTML) HOW TO REMOVE THE CALLOUT IN GOOGLE MAPS - 1 - ecksteing</title>
      <link>https://snipplr.com/view/66969/how-to-remove-the-callout-in-google-maps--1</link>
      <description>&lt;p&gt;Example of Google Maps iFrame&lt;/p&gt;</description>
      <pubDate>Fri, 31 Aug 2012 18:11:01 UTC</pubDate>
      <guid>https://snipplr.com/view/66969/how-to-remove-the-callout-in-google-maps--1</guid>
    </item>
    <item>
      <title>(PHP) CREATE A HEADER MINI-CART IN WP E-COMMERCE - Part 3 - ecksteing</title>
      <link>https://snipplr.com/view/66957/create-a-header-minicart-in-wp-ecommerce--part-3</link>
      <description>&lt;p&gt;CREATE A HEADER MINI-CART IN WP E-COMMERCE - Part 3&lt;/p&gt;</description>
      <pubDate>Thu, 30 Aug 2012 13:57:24 UTC</pubDate>
      <guid>https://snipplr.com/view/66957/create-a-header-minicart-in-wp-ecommerce--part-3</guid>
    </item>
    <item>
      <title>(CSS) CREATE A HEADER MINI-CART IN WP E-COMMERCE - Part 2 - ecksteing</title>
      <link>https://snipplr.com/view/66956/create-a-header-minicart-in-wp-ecommerce--part-2</link>
      <description>&lt;p&gt;CREATE A HEADER MINI-CART IN WP E-COMMERCE - Part 2&lt;/p&gt;</description>
      <pubDate>Thu, 30 Aug 2012 13:54:47 UTC</pubDate>
      <guid>https://snipplr.com/view/66956/create-a-header-minicart-in-wp-ecommerce--part-2</guid>
    </item>
    <item>
      <title>(HTML) CREATE A HEADER MINI-CART IN WP E-COMMERCE - Part 1 - ecksteing</title>
      <link>https://snipplr.com/view/66955/create-a-header-minicart-in-wp-ecommerce--part-1</link>
      <description>&lt;p&gt;CREATE A HEADER MINI-CART IN WP E-COMMERCE - Part 1&lt;/p&gt;</description>
      <pubDate>Thu, 30 Aug 2012 13:46:21 UTC</pubDate>
      <guid>https://snipplr.com/view/66955/create-a-header-minicart-in-wp-ecommerce--part-1</guid>
    </item>
    <item>
      <title>(PHP) WordPress Geo Mashup - Plugin to add Map Automatically to Posts - ecksteing</title>
      <link>https://snipplr.com/view/66851/wordpress-geo-mashup--plugin-to-add-map-automatically-to-posts</link>
      <description>&lt;p&gt;The awesome Geo Mashup Plugin for WordPress allows for auto-embedding a map showing the location of the Post, Page etc via Shortcode or adding a line of PHP into the Theme file/s.&#13;
&#13;
The code below, added as a Plugin, will make a map appear at the end of each Post when a Post has Geo data (i.e. will automatically show on Posts when Geo data is defined in the Post).&#13;
&#13;
To use:&#13;
1. Save the code below in a file called geo-map-end-post.php&#13;
2. Add the file to the /wp-content/plugins directory on your Webhost&#13;
3. Activate the new Plugin&lt;/p&gt;</description>
      <pubDate>Wed, 22 Aug 2012 15:42:54 UTC</pubDate>
      <guid>https://snipplr.com/view/66851/wordpress-geo-mashup--plugin-to-add-map-automatically-to-posts</guid>
    </item>
  </channel>
</rss>
