82 reputation
6
bio website thefstopdesign.com
location The Desert
age
visits member for 1 year, 1 month
seen 13 hours ago
stats profile views 4

13h
answered WooCommerce - Conditional loading different header & nav based on product category
14h
asked WooCommerce - Conditional loading different header & nav based on product category
Mar
22
comment Custom loop of a single category, cannot order by date. What am I missing?
I definitely have more posts than 1 in that category. Removing the &cat=4 causes date sorting to work normally, but obviously shows all posts.
Mar
22
revised Custom loop of a single category, cannot order by date. What am I missing?
added 4 characters in body
Mar
22
comment Custom loop of a single category, cannot order by date. What am I missing?
Nope, just regular old posts.
Mar
22
asked Custom loop of a single category, cannot order by date. What am I missing?
Feb
12
comment Register script/style: Is it possible to customize the version query string via plugin?
How would this impose "additional file access (performance hits)"? Are you saying the process of using filemtime for the query string value for all enqueued files is resource intensive? Or are you saying this would somehow affect caching of files that don't change often, like scripts styles other than my own? There wouldn't be any cache performance issues, because scripts styles other than mine that rarely change would keep the same filemtime value and hence continue to be cached until they were updated.
Feb
8
comment Register script/style: Is it possible to customize the version query string via plugin?
I am wanting to use the filemtime or the time the file was last saved. This way the file will be cached until it is changed. I am able to do this manually as in the code example in my original question. I would just love to find a way to programmatically add the filemtime as the query string.
Feb
6
comment Register script/style: Is it possible to customize the version query string via plugin?
Yeah I am definitely not asking how to remove query strings, rather how to automate the process of adding the file's timestamp as the query string. In the process of searching I found another angle, which is a plugin that takes the default query string value and moves it to the filename. It works quote well: gist.github.com/ocean90/1966227 Now I need to find a way to make the apache .htaccess rewrite rules needed for filename revving work with WP Engine's nginx setup.
Feb
6
comment Register script/style: Is it possible to customize the version query string via plugin?
Wouldn't this use the current time as the version string? That would mean that the file never gets cached, as the version string would constantly change.
Feb
5
asked Register script/style: Is it possible to customize the version query string via plugin?
Oct
19
accepted Taxonomy archive with same slug as custom post type?
Oct
19
accepted CPT archive page - show one post from each taxonomy term
Oct
19
accepted I want to develop locally with Multisite, then migrate each site to separate remote WP installs
Oct
19
accepted Sharing database for collaborative development
Oct
7
answered CPT archive page - show one post from each taxonomy term
Oct
7
comment CPT archive page - show one post from each taxonomy term
I found this post, which hints at doing it inside a single default loop: basically using foreach inside the default loop. It seems like it must be possible since on a default archive page I'm already looping through the custom post type. The solution in the link is a little more complex than what I'm trying to do, but maybe I can figure out how to apply the same idea.
Oct
6
revised CPT archive page - show one post from each taxonomy term
Changed "category" to "taxonomy/term" since we're dealing with custom post types.
Oct
6
asked CPT archive page - show one post from each taxonomy term
Sep
19
awarded  Commentator