Welcome To Snipplr
Everyone's Recent Snippets Tagged post
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Este código pagina los resultados de wordpress, según los parámetros que se le asignen a la clase WP_query.
0
832
posted 13 years ago by serialk89
this creates a function inside a widget object to create a dropdown menu with all the custom post types created in wordpress functions.
0
893
posted 13 years ago by hugosolar
post thumbnail function and display as background if function exists
0
827
posted 13 years ago by zealmurapa
Dynamically get the guid of your a post from its post title (with wordpress caching)
0
854
posted 13 years ago by prwhitehead
Simply define your POSTURL and POSTVARS in name = value string format. It will post the form.
0
1008
posted 13 years ago by kumar_sekhar
The code references a custom post type (mysite_listings) and adds custom columns for editing the listings in the admin. This adds custom fields onto the edit / list views.
Note: You will want to change instances of "mysite_listings" with your own...
1
1339
posted 13 years ago by crypticsoft
Example shows how to register post types for :
* Listings (defined as 'mysite_listings' with the rewrite slug 'lookup')
* Then registers the 'usa_states' taxonomy to the mysite_listings post type.
0
1397
posted 13 years ago by crypticsoft
A RestClient class for calling webservice using both, get and post methods, and getting the response dropped into an String.
0
680
posted 13 years ago by luixal
This is some very basic jQuery to post from a comment form on a website. I would probably change the .click to .bind("click",) and for different sites I add a success message. This code works with a basic form with text inputs named #name and #email...
3
955
posted 14 years ago by creativeboulder
Code for the wordpress functions file to add a custom post type.
Full doc at:
http://codex.wordpress.org/Function_Reference/register_post_type
http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress
0
2451
posted 14 years ago by rliverman