Adam Morgan
@adam3128 on WordPress.org
- Member Since: May 30th, 2012
- Job Title: Website Developer
Interests
Contribution History
Adam Morgan’s badges:- Core Contributor
-
Mentioned in [52007] on Core SVN:
Comments: Add `noopener noreferrer` to author links in list table. -
Posted a reply to Different Formatting Between Preview and Published Versions, on the site WordPress.org Forums:
Hey @pouredandplated, Do you have a screenshot of how the preview is looking at all… -
Posted a reply to Change Theme, on the site WordPress.org Forums:
Hey @worldofyou, If you actually install a new theme without activating it, you can go… -
Posted a reply to How to change meta description for archive pages only?, on the site WordPress.org Forums:
Hey both, Whilst it's certainly achievable to do it through your theme files, you may… -
Posted a reply to Finding pages in the current site, on the site WordPress.org Forums:
Hey @ncphpguy, Just going off the WordPress documentation for get_pages() it specifies: "NOTE: This function… -
Posted a reply to Taxonomy list with commas, on the site WordPress.org Forums:
Hey CyberWoolf, Try changing the echo implode(" ", $out ); to echo implode(",", $out );… -
Posted a reply to Linking front-page.php to home.php, on the site WordPress.org Forums:
Hey komiska, Glad that you got it working. Ye, it's a little confusing. When you… -
Posted a reply to Linking front-page.php to home.php, on the site WordPress.org Forums:
Hey komiska, Have you set the posts page under Settings -> Reading? If so you… -
Posted a reply to Is it possible to WP Customizer?, on the site WordPress.org Forums:
Hey @yeadh, I Believe what you're after is a "section". Take a look over https://developer.wordpress.org/themes/customize-api/customizer-objects/… -
Posted a reply to Row loop, on the site WordPress.org Forums:
Hey theredeclipse, So you're trying to add a row div after every 4 loops? The… -
Posted a reply to remove /blog from end of domain name, on the site WordPress.org Forums:
Hey fondrick, Do you have two parts to your website? Is WordPress just being used… -
Posted a reply to Dashboard “Search Pages” only finds posts, on the site WordPress.org Forums:
Hey Kevindp, It sounds like something is altering/interfering with your default search queries. This can… -
Posted a reply to What is the command for resizing images?, on the site WordPress.org Forums:
Hey Virmodrosti, You can use the https://developer.wordpress.org/reference/functions/add_image_size/ function to add new image sizes. These work… -
Posted a reply to Sites Being Flagged As Containing Malware, on the site WordPress.org Forums:
Hey 3001web, Are you using the WP Spamshield plugin by any chance? I searched a… -
Posted a reply to meta_query compare NOT IN with an array of post meta, on the site WordPress.org Forums:
Hey metaphorcreations, Hope you're having a good weekend. Is the value in the database a… -
Posted a reply to kses_allowed_protocols Filter, on the site WordPress.org Forums:
Hey @vpjm30, It looks like your issue is a bug which has been raised over… -
Posted a reply to meta_query compare NOT IN with an array of post meta, on the site WordPress.org Forums:
Hey metaphorcreations, I can't imagine this being a bug straight off the bat. Otto does… -
Closed ticket #40902 on Core Trac:
meta_query compare NOT IN with an array of post meta does not work -
Posted a reply to payment with credit card without paypal, on the site WordPress.org Forums:
Hi coolday70, You could look at using a BACS (Bank Transfer) - https://docs.woocommerce.com/document/bacs/ However this… -
Posted a reply to Changing WP_SITEURL in database, on the site WordPress.org Forums:
Hey @absolemgrinsekatze, You can find those two rows in the options table. It will be… -
Posted a reply to Height Issue after moving to WordPress, on the site WordPress.org Forums:
Hey @katiels9, No worries, I'd be interested to see it just to have a comparison.… -
Posted a reply to Change font size in moving links, on the site WordPress.org Forums:
Hey jdominicjackson, The hover box seems to be contained and styled via the .grid-item .overbox… -
Posted a reply to Password Protection is not working on a page., on the site WordPress.org Forums:
Hey ad010, Password protected pages out of the box only cover: The title Content (main… -
Posted a reply to Height Issue after moving to WordPress, on the site WordPress.org Forums:
Hey @katiels9, Thanks for the above. I've taken a quick look over the link now.… -
Posted a reply to Display popular posts from last 7 days, on the site WordPress.org Forums:
Hey makta112, Glad you got it working with the Date Query. If you were looking… -
Posted a reply to Display popular posts from last 7 days, on the site WordPress.org Forums:
Hey Mason, That looks fine to me. Sorry it's quite hard to think of what… -
Posted a reply to Best advice for migrating to responsive theme?, on the site WordPress.org Forums:
Hey Rick, I think you'll get a different opinion from everyone on this. Do you… -
Created a topic, Best Developer Plugin, on the site WordPress.org Forums:
It's that good it feels like cheating. -
Created a topic, Great Contact Form, on the site WordPress.org Forums:
Used in nearly all my builds. Great, free functionalit… -
Posted a reply to Theme customizer – can’t add section/settings, on the site WordPress.org Forums:
Hey @vipin, It looks like your missing a few things / got a few different… -
Posted a reply to Checkout page, on the site WordPress.org Forums:
Hey @span4o, Please try changing the single marks to the ' equivalent. Currently they are… -
Posted a reply to Display popular posts from last 7 days, on the site WordPress.org Forums:
Hey @makta112, That sounds right to me. The function and call you have are just… -
Posted a reply to Blog post title is H2 instead of H1, on the site WordPress.org Forums:
Hi kwmarket, How are you applying these titles? is it inheriting it from the title… -
Posted a reply to Mobile Menu positioning and editing, on the site WordPress.org Forums:
Hi @rlaud, This area currently has some styling on it which positions it with the… -
Posted a reply to Display popular posts from last 7 days, on the site WordPress.org Forums:
Hey @makta112, Can you try removing the 'post_type' => 'page' argument or setting it to… -
Posted a reply to Height Issue after moving to WordPress, on the site WordPress.org Forums:
Hi Katiels9, Hope all is well. The link above seems to be broken however WordPress… -
Posted a reply to Display popular posts from last 7 days, on the site WordPress.org Forums:
Hey makta112, I can't fully test this at the moment but I would of thought… -
Posted a reply to Checkout page, on the site WordPress.org Forums:
Hi span40, WooCommerce is made up of many different files and actions/filters to achieve the… -
Posted a reply to Display popular posts from last 7 days, on the site WordPress.org Forums:
Hey makta112, I'd highly suggest converting the query_posts function over to a WP_Query and using… -
Posted a reply to Custom WordPress Theme problems in Internet Explorer, on the site WordPress.org Forums:
Hi njryan20, You seem to be having this issue in IE 11 because of the…