Welcome To Snipplr
Everyone's Recent PHP 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
2206
posted 11 years ago by magestore
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
2009
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
1870
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
1573
posted 13 years ago by thewickedchemist
Disables the design editor in the VE when using a child theme.
0
1509
posted 14 years ago by codepunk
Link to the current theme / template url for use in wordpress template.
0
1870
posted 14 years ago by carouselcreative
Example call: $menuName = sleek_get_theme_menu_name('footer-menu')
0
2424
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
1608
posted 14 years ago by ethicka
The Logo settings start on line 110 of the commented version.
0
1650
posted 15 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
1765
posted 15 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
1666
posted 15 years ago by kfiil
Implementation of phptemplate_preprocess. Enables that preprocess functions are in different files
0
1777
posted 15 years ago by kfiil
**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
1967
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
1907
posted 15 years ago by johnnyrokkit
Adds support for excerpts in WordPress pages. Great for using WordPress as a CMS. A text field appears in the admin panel and you can pull the excerpt from your template files (for teaser texts etc.)
0
1662
posted 15 years ago by hussong
This may be necessary to properly add theme support for multiple menus.
0
1825
posted 15 years ago by Jamie