Profiles

  • Member Since: May 28th, 2013
  • Find me on:
  • Created a topic, Awesome way to extend WordPress, on the site WordPress.org Forums:
    I've been using CMB2 for about 5-6 years or so now (si…

  • Posted a reply to admin array and header error, on the site WordPress.org Forums:
    This worked!! Oh my gosh thank you so so much for your time and patience…

  • Posted a reply to admin array and header error, on the site WordPress.org Forums:
    And here is the Product custom post type: ` <?php function codex_cpt_init() { // PRODUCTS…

  • Posted a reply to admin array and header error, on the site WordPress.org Forums:
    Should it help, here is the code for the front end: $boxcosts = get_post_meta( get_the_ID(),…

  • Posted a reply to admin array and header error, on the site WordPress.org Forums:
    "Specifically because you’re providing an object_types parameter for a field that doesn’t take them." I'm…

  • Posted a reply to admin array and header error, on the site WordPress.org Forums:
    <?php /** * Include and setup custom metaboxes and fields. (make sure you copy this…

  • Posted a reply to admin array and header error, on the site WordPress.org Forums:
    Sorry for the delay, i got pulled onto another project. Hopefully we can continue here.…

  • Created a topic, One of my regular and favorite go-to’s for user management, on the site WordPress.org Forums:
    Why re-invent the wheel? The dev's of this plugin did …

  • Posted a reply to admin array and header error, on the site WordPress.org Forums:
    Unfortunately it did not :/

  • Posted a reply to admin array and header error, on the site WordPress.org Forums:
    Good morning! Thank you for your response. i do have another field i'm using multiple…

  • Posted a reply to admin array and header error, on the site WordPress.org Forums:
    Hello Mr Beckwith, Thank you for your suggestions. I made them. And tested the front…

  • Posted a reply to admin array and header error, on the site WordPress.org Forums:
    You bet, here you go: And here is how i'm trying to pull it into…

  • Created a topic, admin array and header error, on the site WordPress.org Forums:
    I'm getting two errors in the wp admin that are relati…

  • Created a topic, failed to open stream: no such file or directory, on the site WordPress.org Forums:
    Hi there, I was running your plugin fine, and just las…

  • Created a topic, gmw_single_location not showing any info, on the site WordPress.org Forums:
    I'm using this plugin to display distributors within a…

  • Posted a reply to Invalid arguement supplied for foreach(), on the site WordPress.org Forums:
    Note: i am not using GravityView

  • Created a topic, Invalid arguement supplied for foreach(), on the site WordPress.org Forums:
    When filling out this form, you have to select the "Dr…

  • Posted a reply to Forms on the front end, on the site WordPress.org Forums:
    Please pardon my ignorance here. Can you help me understand why i don't have to…

  • Posted a reply to Forms on the front end, on the site WordPress.org Forums:
    Okay, I've had a chance to play with the cmb2-conditionals files. Do you have any…

  • Posted a reply to Forms on the front end, on the site WordPress.org Forums:
    Hi Michael! I just gave this a quick look, but feel better about tackling this…

  • Created a topic, Forms on the front end, on the site WordPress.org Forums:
    I'm looking for help with a front end form (see here).…

  • Posted a reply to Custom Taxonomy Image on front-end, on the site WordPress.org Forums:
    Hi Michael- Here is it is in pastebin: https://pastebin.com/vbyh3pyk (is this what you meant? its…

  • Posted a reply to Custom Taxonomy Image on front-end, on the site WordPress.org Forums:
    okay, i think i'm cookin' now. i've got the code you provided on archive-product.php (here…

  • Posted a reply to Custom Taxonomy Image on front-end, on the site WordPress.org Forums:
    Correct. Just a standard page entry in the admin. Here is the full page-products.php <?php…

  • Posted a reply to Custom Taxonomy Image on front-end, on the site WordPress.org Forums:
    Hi Michael, My custom post type is called "product" - no 's'. And yes, i…

  • Posted a reply to Custom Taxonomy Image on front-end, on the site WordPress.org Forums:
    Yes, there are three "departments" set up right now (just for testing) called Category X…

  • Posted a reply to Custom Taxonomy Image on front-end, on the site WordPress.org Forums:
    Okay i pasted your code in place of mine. it generated this error though: Invalid…

  • Posted a reply to Custom Taxonomy Image on front-end, on the site WordPress.org Forums:
    Okay, here is how i'm outputting it to the front-end: <?php $terms = get_terms('department'); $file…

  • Posted a reply to Custom Taxonomy Image on front-end, on the site WordPress.org Forums:
    Still nothing. Maybe i'm using the terms incorrectly? I don't work with them often, so…

  • Created a topic, Custom Taxonomy Image on front-end, on the site WordPress.org Forums:
    i created a custom-post-type called "products" which h…

  • Posted a reply to Output multicheck selection into cpt’s edit page in a custom column, on the site WordPress.org Forums:
    No, I wasn't familiar, but this solution worked perfect! So thanks for your insight!

  • Posted a reply to Output multicheck selection into cpt’s edit page in a custom column, on the site WordPress.org Forums:
    Correction: This is the snippet from my functions file for that particular item: /* If…

  • Created a topic, Output multicheck selection into cpt’s edit page in a custom column, on the site WordPress.org Forums:
    I'm adding custom columns to the overview page (edit.p…