| bio | website | kristinachilds.com |
|---|---|---|
| location | Seattle | |
| age | ||
| visits | member for | 7 months |
| seen | Jan 9 at 17:54 | |
| stats | profile views | 43 |
|
Apr 10 |
awarded | Announcer |
|
Dec 20 |
comment |
filter just a portion of plugin function Glad it's not just me. I feel like I'm in bizzarroland |
|
Dec 20 |
accepted | filter just a portion of plugin function |
|
Dec 20 |
revised |
filter just a portion of plugin function Edited an almost correct answer to help those who stumble on this later |
|
Dec 20 |
suggested | suggested edit on filter just a portion of plugin function |
|
Dec 20 |
comment |
filter just a portion of plugin function It turns out the filter target was bbp_before_get_breadcrumb_parse_args and no $args is needed in the filter name. I have zero idea why that filter works. I can't find it anywhere in bbpress' functions... I guess I just don't understand fully how these things work yet. If you adjust your anser I'll mark it the solution. |
|
Dec 20 |
comment |
filter just a portion of plugin function Why was my question down voted? You should at least include a comment as to what the issue is. |
|
Dec 19 |
comment |
filter just a portion of plugin function This has syntax errors in it that results in a blank page. I'm not sure what syntax errors since I'm still learning this stuff... |
|
Dec 19 |
comment |
How to order by post meta name in wp admin? Merchant name (the bit he wants to sort) isn't a meta key, it's the post title. It's odd that the plugin he uses would disable that function. |
|
Dec 19 |
asked | filter just a portion of plugin function |
|
Dec 19 |
comment |
Adding categories to custom post type in permalink this may be a silly question, but have you flushed your rewrites? |
|
Dec 17 |
comment |
How to order by post meta name in wp admin? Or there's that. Sorry, I modified from one of my existing wordpress sites and must have missed that. Thanks @brasofilo. @CroiOS, try the code again now that I've fixed that typo. (using post_title) instead of merchant_type) |
|
Dec 17 |
revised |
How to order by post meta name in wp admin? deleted 1 characters in body |
|
Dec 17 |
comment |
Edit Imported advanced Custom Fields from wordpress Dashboard Are you referring to your field settings? Or the meta content itself? Is the plugin active? The tab should show up in your dashboard navigation once installed... |
|
Dec 17 |
comment |
A single category with a specific permalink structure differing from the standard set for the rest of the site Yes, custom post types will behave the same way any default post or category page do. So archive-cpt.php and single-cpt.php would be how you manage those two pages. |
|
Dec 17 |
comment |
How to order by post meta name in wp admin? I have a feeling it's something in the plugin conflicting and unfortunately don't think I can help you without digging pretty deep into the code. My guess is that they have disabled it within their custom post type registration. I would contact the plugin support directly for help on this one. If you were doing it manually within functions.php I could help. Sorry :( |
|
Dec 14 |
comment |
Masking logout URL Ah-HA! It's very easy to miss those things in php shorthand. Thank you so much for your help. May you be showered in +1s :) |
|
Dec 14 |
comment |
How to order by post meta name in wp admin? Wow, that's a rather large oversight on the plugin. Well, try the same code above, but replace merchant_type with post_title. What plugin is it? |
|
Dec 14 |
comment |
Masking logout URL In login.php or functions.php? I don't see any on either page, but will look harder. |
|
Dec 14 |
comment |
Masking logout URL I notice, though, that it still appends title= to the end of the URL. The logout function works, but do you know why it's appending it or if it can be removed? |