| bio | website | ownlocal.com |
|---|---|---|
| location | Austin, TX | |
| age | 30 | |
| visits | member for | 9 months |
| seen | Sep 17 '12 at 16:24 | |
| stats | profile views | 8 |
I make webpages. I like music, guitar, cello, jazz, singing, sustainability, local community, stuff like that.
|
Sep 17 |
comment |
How to add field for new site-wide option on Network Settings screen? Here's an article describing basically the same approach: xplus3.net/2011/07/13/wordpress-network-admin-pages |
|
Aug 30 |
comment |
Custom setup of wordpress comments that are displayed Oh, I see, you just reversed the array, so it's still paginated? There is also a filter for modifying the comments array (called comments_array), in case you'd rather put your logic outside of the template:
codex.wordpress.org/Plugin_API/…
And the source for it is here:
core.trac.wordpress.org/browser/trunk/wp-includes/… |
|
Aug 30 |
awarded | Commentator |
|
Aug 30 |
comment |
Custom setup of wordpress comments that are displayed Does that paginate the comments though, or only show the last 5? Using a customized walker (as an argument to wp_list_comments), you should be able to easily customize where the pagination starts and which direction it goes, and not have to hack the status attribute either (you never know when that kind of a hack will break) ;) |
|
Aug 30 |
comment |
Default category link for a custom category is a broken link I had tried setting the permalink structure too, and that didn't help, but your suggestion of updating the rewrite_rules option to an empty array is a good one, which probably does the trick just as well as delete_option, which I mentioned in my answer, although I haven't tried yours. |
|
Aug 30 |
answered | Default category link for a custom category is a broken link |
|
Aug 29 |
awarded | Excavator |
|
Aug 29 |
comment |
Default category link for a custom category is a broken link This question used to make references to a nav-menu item that was a broken link to the category, but I've removed those references, as the problem seems to be unrelated to the nav menu, and is simply a problem with the default links and rewrite rules created for the custom category somehow. |
|
Aug 29 |
revised |
Default category link for a custom category is a broken link Removed references to menu items, since they have nothing to do with the actual problem. |
|
Aug 29 |
revised |
How to query_posts using meta_query to orderby meta_key AND have a secondary sort by date? Added docs link and copied example from docs |
|
Aug 29 |
suggested | suggested edit on How to query_posts using meta_query to orderby meta_key AND have a secondary sort by date? |
|
Aug 29 |
comment |
How to query_posts using meta_query to orderby meta_key AND have a secondary sort by date? Yes, the posts_orderby filter is what you're looking for. I'll edit the answer with the code on that link... |
|
Aug 28 |
revised |
Custom setup of wordpress comments that are displayed Added a link to the specific method to be overridden. |
|
Aug 28 |
answered | Custom setup of wordpress comments that are displayed |
|
Aug 28 |
comment |
Permalinks not working on MU network with domain mapping Also, can you describe the "code" you're trying out that's working on one network, but not the other? And give more information about the permalinks that you're trying to use? |
|
Aug 28 |
comment |
Permalinks not working on MU network with domain mapping Have you visited the Settings > Permalinks page? Visiting that page will flush and recreate the rewrite rules, and that may help... |
|
Aug 28 |
revised |
Default category link for a custom category is a broken link added 949 characters in body |
|
Aug 28 |
awarded | Analytical |
|
Aug 28 |
awarded | Autobiographer |
|
Aug 28 |
answered | Permalink Structure for Multiple Post Type Archives by Taxonomy |