Profiles

  • Member Since: March 25th, 2009
  • Find me on:
  • Created a topic, Error encountered: (0) cURL error 28:, on the site WordPress.org Forums:
    Performing a plugin health check comes back with the f…

  • Posted a reply to pre_get_posts exclude widgets query, on the site WordPress.org Forums:
    Ok I got it, had to set it up with brackets like this $query->query_vars['post_type'] Thanks…

  • Posted a reply to wp_get_attachment_image_src filter size name, on the site WordPress.org Forums:
    Awesome, Everything worked after putting in the right sequence. Thank you very much !!

  • Posted a reply to wp_get_attachment_image_src filter size name, on the site WordPress.org Forums:
    Thanks BC, Can you show me how to implement the -> remove_filter() in this manner.…

  • Posted a reply to wp_get_attachment_image_src filter size name, on the site WordPress.org Forums:
    Read through, thought I had it with this one, still missing something. function listing_page_thumbnail( $image,…

  • Posted a reply to pre_get_posts exclude widgets query, on the site WordPress.org Forums:
    Ok, so I did a var dump and got the team page specified -> object(WP_Query)#1503…

  • Created a topic, wp_get_attachment_image_src filter size name, on the site WordPress.org Forums:
    I need to create a filter to change the size name of a…

  • Posted a reply to Get post image directory url, on the site WordPress.org Forums:
    This did not work :( dirname( $filename ) I have uploaded a vCard file to…

  • Created a topic, Get post image directory url, on the site WordPress.org Forums:
    Is there a way to call just the post's upload director…

  • Posted a reply to pre_get_posts exclude widgets query, on the site WordPress.org Forums:
    I tried using this condition is_post_type('team') like this to isolate the query that needs changed:…

  • Posted a reply to pre_get_posts exclude widgets query, on the site WordPress.org Forums:
    Steven, Sorry for the confusion. Actually it appears that the widget in question is a…

  • Created a topic, pre_get_posts exclude widgets query, on the site WordPress.org Forums:
    Hello, I am using the following to modify the number o…

  • Posted a reply to Overriding size argument in functions.php, on the site WordPress.org Forums:
    Thanks Steven, I got it going now, I have the filter set for post_thumbnail_html and…

  • Posted a reply to Overriding size argument in functions.php, on the site WordPress.org Forums:
    Ok, I got it working, question, in the img srcset it shows all the sizes…

  • Posted a reply to Overriding size argument in functions.php, on the site WordPress.org Forums:
    Thanks for the quick reply, Still having a bit of trouble using this hook in…

  • Created a topic, Overriding size argument in functions.php, on the site WordPress.org Forums:
    Hello, I am looking for an elegant way to change the …