252 reputation
222
bio website travis.pflanz.me
location Kansas City, MO
age 33
visits member for 1 year, 1 month
seen yesterday
stats profile views 120

I am a code hacker... Meaning I find pieces of code and hack them together to get something mangled and ugly, but usually operational!


2d
comment How to Display Custom Meta Box only on Specific Page IDs
Hmmm... It did yesterday, but I tested it again and it didn't. I must have missed something before. Thanks, again.
2d
revised How to Display Custom Meta Box only on Specific Page IDs
fixed issue with box appearing on new page
2d
comment How to Display Custom Meta Box only on Specific Page IDs
Thanks. It gave me a 500 error without it.
May
18
comment How to Display Custom Meta Box only on Specific Page IDs
A new issue became apparent after using this code. I have added an update to the question.
May
18
revised How to Display Custom Meta Box only on Specific Page IDs
made title less focused
May
18
suggested suggested edit on How to Display Custom Meta Box only on Specific Page IDs
May
18
suggested suggested edit on How to Display Custom Meta Box only on Specific Page IDs
May
18
revised How to Display Custom Meta Box only on Specific Page IDs
made title less focused
May
18
comment How to Display Custom Meta Box only on Specific Page IDs
Thanks! The code needs a colon - if($_GET['post'] != 194 || $_GET['post'] != 185 || $_GET['post'] != 2): otherwise a 500 error is returned. SE won't let me edit a single character. Other than that, works great.
May
18
comment How to Display Custom Meta Box only on Specific Page IDs
Thanks! The code needs a colon - if( !in_array($_GET['post'], array('194','185','2') ) ): otherwise a 500 error is returned. SE won't let me edit a single character. Other than that, works great.
May
18
accepted How to Display Custom Meta Box only on Specific Page IDs
May
18
asked How to Display Custom Meta Box only on Specific Page IDs
May
6
comment Tournament with website visitors voting to choose matchup winners
I'm asking for advice or a reference for a starting point... But then again, SE doesn't really do that anymore.
May
6
revised Tournament with website visitors voting to choose matchup winners
added 368 characters in body
May
6
comment Tournament with website visitors voting to choose matchup winners
A better/quicker/automated method for operating the tournament overall would be great, but this is the method I have come up with as a fall-back if I cannot come up with an improved solution (manually updating every step isn't really WordPress running the tournament). But yes, for this method, I suppose you're right. I will update the question with what I am considering now.
May
5
asked Tournament with website visitors voting to choose matchup winners
Apr
30
accepted How to include custom field in shortcode (do_shortcode) in theme file
Apr
26
revised How to include custom field in shortcode (do_shortcode) in theme file
rolled back to a previous revision
Apr
26
revised How to include custom field in shortcode (do_shortcode) in theme file
added 18 characters in body
Apr
26
answered How to include custom field in shortcode (do_shortcode) in theme file