Making things. All the things. Ahh!
Medium stack web developer & WordPress developer; previously, Director of Technology at a hospitality management company.
-
Fifth Pocket Labs
- New Orleans, LA
- macariojames.com
- @macariojames
Pinned Loading
-
local-dev-homepage
local-dev-homepage PublicA homepage for all your locally developed websites.
PHP
-
wikipedia_contributions
wikipedia_contributions PublicA WP plugin to display a user's contributions to Wikipedia.
PHP
-
ACF Advanced Forms - Custom Reply-to
ACF Advanced Forms - Custom Reply-to 1<?php
23// add this to `core-emails.php` file in the ACF Advanced Forms plugin ~mj
45// From header
-
Hide Upcoming Events from the WordPr...
Hide Upcoming Events from the WordPress Events and News Dashboard Widget 1// Hide Upcoming Events from Dashboard Widget
2// Basically just CSS; a display: none and then some personal choice
3// formatting for the news items ~mj
45function hide_wp_upcoming_events() {
-
Remove article:tag meta from Yoast W...
Remove article:tag meta from Yoast WordPress SEO plugin 1<?php
23// Put in functions.php or custom functionality plugin.
4// Remove article:tag meta that Yoast's WordPress SEO outputs ~mj
5function remove_wpseo_fb_tags_categories() {
-
MailChimp hide form on successful su...
MailChimp hide form on successful submit and thank you message; jQuery 1// Add a surrounding <div> for all the ish don't want to keep once submission is successful
23<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
4<script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[1]='FNAME';ftypes[1]='text';fnames[0]='EMAIL';ftypes[0]='email';}(jQuery));
5//var $mcj = jQuery.noConflict(true);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.