Welcome To Snipplr
Everyone's Recent Snippets Tagged wordpress
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Modify the array to get different number of posts, change the order, change / add categories etc.
1
869
posted 13 years ago by amyb
this is pretty useful if you want to use the wordpress blog system to feed a custom application/site of yours
0
695
posted 13 years ago by louisdedecker
## Benefit
To notify visitors that the current post they are viewing is an old post. Suitable for Blog / Website that provide timely articles
0
848
posted 13 years ago by firewalker06
Inserts WordPress shortcode outside the loop in a template
1
666
posted 13 years ago by primitiveshaun
Needed this to have the index.php or main blog page show the full content for the first two posts and then just the excerpt for the rest and still have pagination working.
2
830
posted 13 years ago by rliverman
Custom sorting for events based on a custom field
needs to be added to navigation-links.php
requires plugin: http://wordpress.org/extend/plugins/ambrosite-nextprevious-post-link-plus/
0
957
posted 13 years ago by hussong
his code will show the child pages, and only the child pages, when on a parent or on one of the children.
This code will not work if placed after a widget block in the sidebar.
1
880
posted 13 years ago by raz
PHP
How to obtain current page permalink url from a function on call on a page template and not from inside the Loop?
I got the answer to this question on WordPress Stack Exchange website:
http://wordpress.stackexchange.com/questions/6931/is-there-a-wordpress-function-that-i-can-use-to-retrieve-the-current-page-that-is
0
1459
posted 13 years ago by racl101
Use this to get the name of the custom taxonomy. Note that this only returns the name of the first selected item, but since this returns an array, use a foreach loop to find all names.
0
1125
posted 13 years ago by ToddSmithSalter
Plugin gets child pages of parent in Wordpress. You'll need to pass the parent ID but this isn't difficult to figure out programmatically if needed, either.
0
1058
posted 13 years ago by ashworthconsulting