| bio | website | jeremyfelt.com |
|---|---|---|
| location | Portland, OR | |
| age | ||
| visits | member for | 1 year, 7 months |
| seen | Oct 16 '11 at 8:45 | |
| stats | profile views | 11 |
|
Oct 7 |
comment |
How to retrieve the post_id of a tag page? You may want to look into using add_action( 'the_post', 'your_action_function' ); in your plugin. That hooks in and returns an array of post data to the specified function. |
|
Oct 7 |
comment |
Pagination on single post page? Ahh, I see now. Sorry about that. I'll look around a bit. |
|
Oct 7 |
comment |
Can I change what fields are displayed in the Comments form? Yup, unset( $my_fields[ 'url' ] ); would blank it out as well as $my_fields[ 'url '] = NULL; |
|
Oct 7 |
comment |
How to get the true permalink of the static home page? No problem. This is a great way to learn new stuff. :) |