| bio | website | jamesfishwick.com |
|---|---|---|
| location | Charlottesville, VA | |
| age | 32 | |
| visits | member for | 2 years, 1 month |
| seen | Apr 19 at 15:37 | |
| stats | profile views | 41 |
O hateful Error, Melancholy's child, Why dost thou show to the apt thoughts of men The things that are not?
-- William Shakespeare
|
Mar 27 |
comment |
How to filter posts by format and category via url? Your answer was helpful, thanks, although adding the variables was unneeded for what I asked. |
|
Mar 26 |
comment |
How to filter posts by format and category via url? yes, I think I would want to go this route. However, when I try to enter dev.thegarage-cville.com/… it redirects to dev.thegarage-cville.com/… and just loads the blog index. I take it I need to get the Public query vars working first. Thoughts? |
|
Mar 21 |
comment |
How to filter posts by format and category via url? Herp derp, guess it would be nice if others could see my site! Removed redirect. |
|
Mar 20 |
comment |
How to filter posts by format and category via url? Yes, see dev.thegarage-cville.com/type/gallery/?category=installation |
|
Mar 20 |
comment |
How to filter posts by format and category via url? No, that doesn't seem to do anything. |
|
Feb 22 |
comment |
Is it possible to import NextGen Galleries into Wordpress Galleries and convert embeds in all posts? Thanks for the fork! |
|
Sep 4 |
comment |
Best way to tell if a comment is from a user? I totally get that and I was already doing a version on that in my example. |
|
Sep 4 |
comment |
Best way to tell if a comment is from a user? It does what I want it to do. You find this semantically wrong? |
|
Apr 8 |
comment |
APC fragmention woes on Apache AWS EC2 Small instance with WordPress and W3TC Indeed, worth remembering when going too far down the W3TC rabbit hole. |
|
Jan 11 |
comment |
Best way to arrange custom post types by Attributes -> Order metabox value? @Stephen Yes, this is intended, but good of you to point out that this is not a generic solution. +1 |
|
Nov 22 |
comment |
How to delete outdated, wrongly sized images in _wp_attachment_metadata? This is exactly along the lines of what I did, but a more elegant solution. This is a needed feature for Regenerate Thumbnails. +1 |
|
Aug 26 |
comment |
Making Comments Editable? @dreamgrowers: have not, sorry! |
|
Aug 11 |
comment |
How can I minimize the content of my RSS feed to fit more items in Feedburner's 512k limit? did you ever solve this one? |
|
Aug 8 |
comment |
Filtering front page by custom taxonomy using slug @t3los, @Chris - thanks, actually you helped me to see my stupid mistake, updating front-page instead of taxonomy |
|
Aug 8 |
comment |
Filtering front page by custom taxonomy using slug @t3los - I'm not concerned with the front page really, I'm concerned with why trying to sort there, i.e. going to "jamesfishwick.com/skills/design/" by selecting a skill or clicking on a skill link in a box, doesn't work. |
|
Aug 8 |
comment |
Filtering front page by custom taxonomy using slug Tried it, song remains the same... can you say more on updating permalinks? |
|
Aug 8 |
comment |
Filtering front page by custom taxonomy using slug No, what I want on my front page appears on my front page. I want my skills to be filtered, but they aren't.... |
|
Jul 1 |
comment |
Wordpress manage users as non admin @Matthijn: ok, I think the plug-in in the first answer can do that sort of thing. That's probably a better answer for you if this one doesn't seem so handy. FWIW, I think solutions like that add to plug-in bloat and slow sites. Always a best practice to do this sort of thing directly if you know how. |
|
Jul 1 |
comment |
Wordpress manage users as non admin @Matthijn: I think you misunderstand. You can do that. You can make a custom role that has any of the capabilities. You can combine of make new roles as you see fit. |
|
Jul 1 |
comment |
How to create post thumbnail +1 for regenerating thumbnails. This step is non-obvious the first time one delves into all this. |