Welcome To Snipplr
Everyone's Recent Snippets Tagged wordpress
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This snippet is used to set some wordpress directories / paths directly to the server name.
0
978
posted 11 years ago by mralexjuarez
How to put sidebars footer on twenty twelve theme again. Part 5: add the styles necesary in style.css (this styles are no optimized -yet- for the responsive layout)
1
736
posted 11 years ago by almendro
How to put sidebars footer on twenty twelve theme again. Part 4: Insert a new function (retouched from twentyeleven) in the functions.php file.
1
756
posted 11 years ago by almendro
How to put sidebars footer on twenty twelve theme again. Part 3: Insert this register_sidebar at the end of the function twentytwelve_widgets_init() into functions.php
1
714
posted 11 years ago by almendro
How to put sidebars footer on twenty twelve theme again. Part 2:
Create the file sidebar-footer.php into the theme directory
1
766
posted 11 years ago by almendro
How to put sidebars footer on twenty twelve theme again. Part 1:
Insert the call in the footer.php
1
769
posted 11 years ago by almendro
Breaks up an address (in this case returned by Advanced Custom Fields Location plugin) into it's components. Additionally, sorts a multidimensional array of locations alphabetically by state. This works for basic addresses assuming that address is in...
1
868
posted 11 years ago by devowhippit
For this to work add class "[CPT]-menu-item" to your menu item.
0
1342
posted 11 years ago by ihatetomatoes
This allows you to create a custom page template in your plugin. Say your plugin creates a custom post type and you want to override the standard archives page template to display your custom post type in a special way. You could achieve this by crea...
0
937
posted 11 years ago by bitsculptor
Easy way to access request URI to WP in order to not repeat whole templates for minor changes
0
943
posted 11 years ago by jefrancomix
Turns Wordpress custom menus into responsive-ready menu that comes with foundation framework. code goes into functions.php
0
1103
posted 11 years ago by zartgesotten
Automatically link Twitter usernames in WordPress - Paste the code into the functions.php of your theme
0
1196
posted 11 years ago by ederwp
This snippet is great for someone creating a wp theme which supports RTL as well as LTR since in enables you to use one function for multiple instances.
0
512
posted 11 years ago by sagive
Run these queries (phpMyAdmin will do) to delete all media in the library, and remove all post attachment affiliation
1
2549
posted 11 years ago by rickygri
this is a simple script to take iframe parameters and build an iframe via a shortcode
1
866
posted 11 years ago by bitsculptor
Add this snippet to `wp-config.php` to remove the file editor links from the WordPress admin menus. Read more about... [disabling the WordPress file editor](http://www.orderofbusiness.net/blog/disable-wordpress-file-editor/)
0
733
posted 11 years ago by tacudtap
This is a combined version of Bill Erickson's hide post editor and rilwis' Metabox include for specific IDs. It hides the editor for a specified post ID. You can have multiple IDs, just separate with commas.
1
874
posted 11 years ago by rickahontas
This snippet shows how to retrieve information from the SEO plugin of Yoast, to be used for front-end use. This snippet is taken from the opensource free Nexus WP framework supporting front-end editing, custom layout and drag & drop.
0
881
posted 11 years ago by barkgj
Disable (remove) some sidebars, or widgets at all in **Wordpress** on page template with suffix in the template name (*-no-widgets.php, *-no-sidebars.php)
1
834
posted 11 years ago by Internet-Uzver
To solve an issue for a blog main page in wordpress to display the latest post in its entirety and the remaining posts only the excerpt.
1
669
posted 11 years ago by rickahontas
A simple widget for displaying a single post in a dynamic sidebar. Originally developed to accommodate a WP user who wanted full control of which posts were displayed and what order they were on a certain page.
0
811
posted 11 years ago by chasecrawford
Use below SQL code and replace references within the theme files.
0
915
posted 11 years ago by ihatetomatoes
Use this plugin:
http://wordpress.org/extend/plugins/members/
Settings are here:
http://justintadlock.com/archives/2010/07/10/meta-capabilities-for-custom-post-types
http://codex.wordpress.org/Function_Reference/register_post_type
Gravity Fo...
0
629
posted 11 years ago by ihatetomatoes
Easy PHP script for uploading and unpacking zip files to the server much faster
Steps to follow:
1. create folder on the webserver called "zipper" or something else
2. copy the following PHP code into a file called "zipper.php" into this folde...
2
4118
posted 11 years ago by jvandemerwe