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
1278
posted 14 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
1038
posted 14 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
1264
posted 14 years ago by firewalker06
Inserts WordPress shortcode outside the loop in a template
1
1038
posted 14 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
1241
posted 14 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
1325
posted 14 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
1576
posted 14 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
2663
posted 14 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
2596
posted 14 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
1476
posted 14 years ago by ashworthconsulting
my wordpress loop with paging support and category,tag filteration
3
1375
posted 14 years ago by root_hacker