harshclimate
@harshclimate on WordPress.org, @brian on Slack
- Member Since: April 17th, 2016
- Location: Tucson, Arizona
- Website: harshclimate.com
-
Posted a reply to Pagination – page 2 not showing posts, on the site WordPress.org Forums:
Heya BC. Yeah, I usually work in localhost but for some reason I was caught… -
Posted a reply to Pagination – page 2 not showing posts, on the site WordPress.org Forums:
Thanks for the reply. I've been running in to strange things during this issue with… -
Posted a reply to Pagination – page 2 not showing posts, on the site WordPress.org Forums:
Nothing I'm doing is working. I'll look around to see if there's a perfect situation… -
Posted a reply to Pagination – page 2 not showing posts, on the site WordPress.org Forums:
I'm not at all sure how to write a rewrite rule to do that. I'm… -
Posted a reply to Pagination – page 2 not showing posts, on the site WordPress.org Forums:
It's just so strange because it's showing page 2 in the address bar, but there's… -
Posted a reply to Pagination – page 2 not showing posts, on the site WordPress.org Forums:
Okay, I added a function add_filter('query_vars', 'registering_custom_query_var'); function registering_custom_query_var($query_vars) { $query_vars[] = 'paginate'; // Change… -
Posted a reply to Pagination – page 2 not showing posts, on the site WordPress.org Forums:
Hi bc! Long time no "see"! I'm not quite sure what you mean by using… -
Posted a reply to Pagination – page 2 not showing posts, on the site WordPress.org Forums:
Hi Dipika. Thanks for your response. I have tried that a few times without success.… -
Created a topic, Pagination – page 2 not showing posts, on the site WordPress.org Forums:
Hi all. I've tried searching the google and nothing se… -
Created a topic, Question about what users can edit, on the site WordPress.org Forums:
Hi Everyone, I'm creating a website where I will be… -
Posted a reply to Pagination on home.php, on the site WordPress.org Forums:
I ended up creating pages for arizona_wine & arizona_beer instead of using archive and it… -
Created a topic, Pagination on home.php, on the site WordPress.org Forums:
Hi everyone! I'm trying my hand at pagination and for … -
Posted a reply to Interesting issue with ‘orderby’ => ‘rand’, on the site WordPress.org Forums:
That works! Thank you very much for the snippet! And I appreciate the heads up… -
Created a topic, Interesting issue with ‘orderby’ => ‘rand’, on the site WordPress.org Forums:
I've run in to an issue with 'orderby' => 'rand' an… -
Posted a reply to Search Field Styling Not Working, on the site WordPress.org Forums:
I think that worked, George. Thank you so much! I didn't realize that targeting the… -
Posted a reply to Search Field Styling Not Working, on the site WordPress.org Forums:
I get what you're saying. I know this isn't a wordpress issue but I was… -
Posted a reply to Search Field Styling Not Working, on the site WordPress.org Forums:
That's so interesting that pixels work but percentages don't? Is there a way to make… -
Created a topic, Search Field Styling Not Working, on the site WordPress.org Forums:
Argh! The dang .search-field can't be styled for width… -
Posted a reply to Tag.php not showing respective tagged posts, on the site WordPress.org Forums:
Okay, I got it working. I had to add a little something to the query:… -
Posted a reply to Tag.php not showing respective tagged posts, on the site WordPress.org Forums:
On that note, I did see a few errors in my query. I changed the… -
Created a topic, Tag.php not showing respective tagged posts, on the site WordPress.org Forums:
I'm not sure what I'm doing wrong, but I'm willing to … -
Posted a reply to Using shortcode outside of the_content(), on the site WordPress.org Forums:
Figured out how to do what i need using Advanced Custom Fields. Thanks anyway! -
Created a topic, Using shortcode outside of the_content(), on the site WordPress.org Forums:
Wondering if it's possible to use the shortcodes where… -
Posted a reply to My navigation menus are stuck!, on the site WordPress.org Forums:
Sigh. It doesn't help that I've been starring at this stuff for hours upon hours.… -
Created a topic, My navigation menus are stuck!, on the site WordPress.org Forums:
I'm creating a theme where I'm using two menus in the … -
Posted a reply to Custom Taxonomy – Page not found help!, on the site WordPress.org Forums:
That did it! I thought I had tried that already but I guess I didn't.… -
Created a topic, Custom Taxonomy – Page not found help!, on the site WordPress.org Forums:
I have a custom taxonomy that isn't showing up on what… -
Posted a reply to Listing custom post types by year & month, on the site WordPress.org Forums:
There is a problem with this function, however. When I hover over the year, what… -
Posted a reply to Listing custom post types by year & month, on the site WordPress.org Forums:
I actually did find this: https://codex.wordpress.org/Function_Reference/wp_get_archives Which basically solves my problem. Thanks for your guidance,… -
Posted a reply to Listing custom post types by year & month, on the site WordPress.org Forums:
Okay, one thing I failed to mention is that I really am no good at… -
Created a topic, Listing custom post types by year & month, on the site WordPress.org Forums:
Hi All, I'm trying to come up with a way to list my b… -
Posted a reply to Grab all key/values from custom fields, on the site WordPress.org Forums:
Thanks so much, catacaustic! I'm just thrilled to get the emails where I can see… -
Posted a reply to Grab all key/values from custom fields, on the site WordPress.org Forums:
Okay, that does work! I'm wondering (just cuz I'm genius at this kinda stuff) would… -
Posted a reply to Grab all key/values from custom fields, on the site WordPress.org Forums:
Thanks, @catacaustic! It's working but not in order. Can you amend it in such a… -
Posted a reply to Grab all key/values from custom fields, on the site WordPress.org Forums:
That snippet isn't showing any info. The wpdb variable... do I have to put my… -
Posted a reply to Grab all key/values from custom fields, on the site WordPress.org Forums:
Good point on the mass email. Didn't even think about that. I'll give your snippet… -
Created a topic, Grab all key/values from custom fields, on the site WordPress.org Forums:
Hey all, I'm trying to come up with a solution that e… -
Posted a reply to Strange issue with WP_Query, on the site WordPress.org Forums:
Oh wow. I think I just found the issue. I looked at the code again… -
Posted a reply to Strange issue with WP_Query, on the site WordPress.org Forums:
Maybe I should just redo the entire index? I've actually never had this happen before… -
Posted a reply to Strange issue with WP_Query, on the site WordPress.org Forums:
Thanks, BC: Here's what I have from the dump... object(WP_Post)#713 (24) { ["ID"]=> int(212) ["post_author"]=>… -
Posted a reply to Strange issue with WP_Query, on the site WordPress.org Forums:
Here's my entire index: https://pastebin.com/cxLZZUyq Or on github: https://gist.github.com/harshclimate/1a3c8302933cfa7eae0309d7a1f08717 -
Posted a reply to Strange issue with WP_Query, on the site WordPress.org Forums:
I removed the instance of $paged from the query. I also changed up one of… -
Posted a reply to Strange issue with WP_Query, on the site WordPress.org Forums:
Okay, let me give it a shot... -
Posted a reply to Strange issue with WP_Query, on the site WordPress.org Forums:
Maybe it has something to do with this? <?php $content = get_the_content(); echo '<p>' .… -
Posted a reply to Strange issue with WP_Query, on the site WordPress.org Forums:
Thanks for the response! I don't think it's an issue with the query itself, though.… -
Posted a reply to Custom Post Type Taxonomies, on the site WordPress.org Forums:
I wonder if you could create a custom taxonomy and use the same naming conventions… -
Created a topic, Strange issue with WP_Query, on the site WordPress.org Forums:
So I'm trying to get 4 queries going on my index. They… -
Posted a reply to How to show Pricing Details?, on the site WordPress.org Forums:
You might try using Custom Fields for your items. Very flexible! Here are a few… -
Posted a reply to Posts created under a TAG, on the site WordPress.org Forums:
Well crap. I'm not good with this kinda stuff. I should probably come up with… -
Posted a reply to Posts created under a TAG, on the site WordPress.org Forums:
Okay, my last didn't make sense... I only have two categories on the website. They…