Profiles

  • Member Since: August 26th, 2014
  • Find me on:
  • Posted a reply to ACF date fields format questions, on the site WordPress.org Forums:
    Okay so it looks like all dates queried from the WP DB directly will be…

  • Created a topic, ACF date fields format questions, on the site WordPress.org Forums:
    I created a date (i.e. date picker) field (event_date)…

  • Posted a reply to How do you register on Elliot Condon’s ACF website for the support forums, on the site WordPress.org Forums:
    Okay all sorted for some reason I ended up on his list of blocked users…

  • Created a topic, How do you register on Elliot Condon’s ACF website for the support forums, on the site WordPress.org Forums:
    Just wondering why when I try and login/register at El…

  • Posted a reply to Filter ‘wp_insert_post_data’, when called?, on the site WordPress.org Forums:
    Okay apparently this filter not only runs when you create a new post but also…

  • Created a topic, Filter ‘wp_insert_post_data’, when called?, on the site WordPress.org Forums:
    On the course I'm doing the code below sets a custom p…

  • Posted a reply to messing with post_status to secure posts, on the site WordPress.org Forums:
    Thanks cubecolour, yes was aware of that but I guess I need assurance. Correct me…

  • Created a topic, messing with post_status & ‘wp_insert_post_data’, on the site WordPress.org Forums:
    On the WP course I'm doing, the tutor has said that fo…

  • Created a topic, Using JS in WP, on the site WordPress.org Forums:
    I've written a piece of Javascript below. Very simply …

  • Created a topic, Cannot register for Forum access on ACF website, on the site WordPress.org Forums:
    When I try to register to access ACF support forum hav…

  • Posted a reply to Set the error reporting level in WP, on the site WordPress.org Forums:
    Thank you Dion.

  • Created a topic, Set the error reporting level in WP, on the site WordPress.org Forums:
    One of the annoyances of working with WordPress I’ve h…

  • Posted a reply to How to generate debug messages for my locally hosted site, on the site WordPress.org Forums:
    Thank you managed to get this working from the links provided. Essentially putting the following…

  • Created a topic, How to generate debug messages for my locally hosted site, on the site WordPress.org Forums:
    I have followed David Lee's stackexchange suggestion i…

  • Posted a reply to Debugging PHP in VS Code issues, on the site WordPress.org Forums:
    Apologies for not responding and thank you for trying to help. Not sure how I…

  • Created a topic, ajax call regarding posting, on the site WordPress.org Forums:
    From the code excerpt at the bottom, added for context…

  • Posted a reply to Update failed could not remove the old plugin, on the site WordPress.org Forums:
    Okay seems to be sorted. The problem was Git version control was interferring with the…

  • Created a topic, Update failed could not remove the old plugin, on the site WordPress.org Forums:
    Update failed could not remove the old plugin The plug…

  • Created a topic, Debugging PHP in VS Code issues, on the site WordPress.org Forums:
    I'm using Local by Flywheel to host locally my test si…

  • Created a topic, Dashicon not working, on the site WordPress.org Forums:
    I've noticed that some icons don't seem to appear in t…

  • Created a topic, Page labels poorly explained in docs, on the site WordPress.org Forums:
    First of all this is my code... register_post_type(&#0…

  • Created a topic, Using Google/Firefox search on Support Documentation pages, on the site WordPress.org Forums:
    I'm learning WP and often go to the WP support documen…

  • Posted a reply to meta_value_date & sorting not working, on the site WordPress.org Forums:
    Yes Jacob that does indeed seem to work :)

  • Created a topic, parameter names naming conventions, on the site WordPress.org Forums:
    It's intensely frustrating working within WP as regard…

  • Created a topic, meta_value_date & sorting not working, on the site WordPress.org Forums:
    I'm fetching a custom post type called 'event' and am …

  • Posted a reply to How PHP filenames relate to how WP works?, on the site WordPress.org Forums:
    Hi, thank you. Not sure if you saw my last post but I misinterpreted a…

  • Created a topic, Confused about ‘after_setup_theme’, on the site WordPress.org Forums:
    WP explanation of what hook 'after_setup_theme' does h…

  • Posted a reply to How PHP filenames relate to how WP works?, on the site WordPress.org Forums:
    Sorry folks my mistake. When running the page driven by page-past-events.php I mistook the output…

  • Posted a reply to How PHP filenames relate to how WP works?, on the site WordPress.org Forums:
    I'm using local by flywheel and this is the git link. I'm following a course…

  • Posted a reply to How PHP filenames relate to how WP works?, on the site WordPress.org Forums:
    I've quickly looked at the reference you provided and what I don't think it answers…

  • Created a topic, How PHP filenames relate to how WP works?, on the site WordPress.org Forums:
    In settings I've set static pages for the home and pos…

  • Posted a reply to the_field vs get_field, on the site WordPress.org Forums:
    Thank you for your help that explanation does indeed sort out my understanding :)

  • Created a topic, the_field vs get_field, on the site WordPress.org Forums:
    I'm learning WP using Local by Flywheel environment an…

  • Posted a reply to `if (is_page(‘blog’))` does not work, on the site WordPress.org Forums:
    <?php if (get_post_type() == 'post') echo 'class="curren... This actually works much better. is_archive() will only…

  • Posted a reply to WP functions THE… vs GET_THE…, on the site WordPress.org Forums:
    Thank you so much bcworkz and as you rightly pointed out my understanding which was…

  • Created a topic, `if (is_page(‘blog’))` does not work, on the site WordPress.org Forums:
    I'm trying to highlight a link when a user clicks on i…

  • Posted a reply to WP functions THE… vs GET_THE…, on the site WordPress.org Forums:
    Ooops yes, thank you for pointing that out.

  • Posted a reply to WP functions THE… vs GET_THE…, on the site WordPress.org Forums:
    This works and limits the output to 18 characters.... <?php echo wp_trim_words(get_the_content(), 18) ?> But…

  • Posted a reply to WP functions THE… vs GET_THE…, on the site WordPress.org Forums:
    This was an excerpt from the WP course I'm doing: On the face of it…

  • Posted a reply to WP functions THE… vs GET_THE…, on the site WordPress.org Forums:
    Oh no don't confuse me further Dion Designs!!! Thanks Joy I get what you said.…

  • Created a topic, WP functions THE… vs GET_THE…, on the site WordPress.org Forums:
    Earlier on in a course I'm doing we were told any func…

  • Posted a reply to Permalink settings not working properly for PAGES, on the site WordPress.org Forums:
    Okay found out what the problem was. In the WP editor any pages marked as…

  • Posted a reply to Permalink settings not working properly for PAGES, on the site WordPress.org Forums:
    Hi Steven, No I'm running it locally. Some of my pages do stick to what…

  • Created a topic, Permalink settings not working properly for PAGES, on the site WordPress.org Forums:
    In settings permalink is set to... http://fictional-u…