Welcome To Snipplr
Everyone's Recent Snippets Tagged theme
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Theme Switcher is a free Magento Extension that lets store owner display different themes based upon customer's devices
<p>_ Auto-switch store layout based on access devices</p>
<p>_ Manage themes in back-end</p>
<p>_ Support computer, mobile, tab...
0
1917
posted 11 years ago by magestore
This snippet shows you how to reload the UIAppearance of an application after changes made on the proxies. This is required because iOS nativaly only load appearance proxies on "applicationDidFinishLaunching".
0
5182
posted 11 years ago by Nibli
It's a 3 part process, first is the PHP that you need to run, which includes the appropriate scripts and styles into the admin header, then you need an html button and input field to put the stored value in, then you need some jQuery to open the popu...
0
1686
posted 13 years ago by FatFolderDesigner
This creates a custom page template designed to run a Facebook photo contest utilizing the Facebook like button and uses Wordpress featured images for each post in a grid.
This setup requires the following:
- iLoveIt Wordpress Theme
- Creat...
0
1579
posted 13 years ago by SmashArtist
Place the function in your functions.php file of your theme...
Then, simply call like this: wp_paginate('', 3);
The first param is optional, the second dictates how many pages before and after the current page link will show...
0
1340
posted 13 years ago by thewickedchemist
Please comment or see the stackoverflow question to improve this.
0
3573
posted 13 years ago by xaddict
Disables the design editor in the VE when using a child theme.
0
1240
posted 14 years ago by codepunk
Link to the current theme / template url for use in wordpress template.
0
1593
posted 14 years ago by carouselcreative
Example call: $menuName = sleek_get_theme_menu_name('footer-menu')
0
2093
posted 14 years ago by Huskie
I use this to toss all the junk from the header, add a favicon, remove useless admin elements, and block WordPress' ancient jQuery file from embedding.
0
1342
posted 14 years ago by ethicka
The Logo settings start on line 110 of the commented version.
0
1405
posted 14 years ago by jeremyjared74
When creating a WordPress based website for a client, you may need to make sure that he can’t switch themes. This is what I’m going to show you in today’s recipe.
0
1488
posted 14 years ago by jamiebrwr
This will build over time, and first be finish when I have all ressources and are satisfied with our corporate rss feed.
0
1408
posted 14 years ago by kfiil
Implementation of phptemplate_preprocess. Enables that preprocess functions are in different files
0
1472
posted 14 years ago by kfiil
Every time I start coding a new Tumblr theme I find myself writing the same Tumblr tags over and over again. That's why I decided to create a boilerplate, or a framework, that I can reuse for my next projects.
I tried to cover most of the features...
4
2577
posted 15 years ago by apaunchev
In addition to CSS style information for your theme, style.css provides details about the Theme in the form of comments. The stylesheet must provide details about the Theme in the form of comments. No two Themes are allowed to have the same details l...
0
2804
posted 15 years ago by blueocto
**Important: this snipplet has moved to Github.**
- [Force the admin theme on additional non-admin paths in Drupal 6](https://gist.github.com/1973090)
3
1648
posted 15 years ago by wildpeaks
How to enable Custom Navigation Menus in WordPress 3.0
Like the custom background, header image, and post thumbnails, the custom navigation menus also needs to be enabled through your theme’s functions.php file.
0
1525
posted 15 years ago by johnnyrokkit