-
Mentioned in [41875] on Core SVN:
Multisite: Explicitly globalize global variables in `ms-settings.php`. -
Mentioned in [40537] on Core SVN:
Menus: Add filter to sub-menu class in nav menus. -
Posted a reply to Can I permanently modify permalink for portfolio/team without a plug-in?, on the site WordPress.org Forums:
What I meant was that domain.com/works and domain.com/team are not standard WordPress features, and are… -
Posted a reply to Can I permanently modify permalink for portfolio/team without a plug-in?, on the site WordPress.org Forums:
Well it seems you are already using a plugin or a theme with that has… -
Posted a reply to Plugin Readme.txt == Installation == showing in FAQ tab/section, on the site WordPress.org Forums:
This appears to be an intentional decision by the plugin directory team. They revised plugin… -
Posted a reply to Cheatin’ uh?, on the site WordPress.org Forums:
I hate to be blunt but if it only happens with the plugin then it's… -
Posted a reply to Spacing between paragraphs gone after migration, on the site WordPress.org Forums:
Have you tried enabling debug to see if any errors are being thrown? -
Posted a reply to Fatal Error Class ‘SoapClient’ not found, on the site WordPress.org Forums:
SoapClient is a php extension and needs to be enabled by your host. I would… -
Posted a reply to Spacing between paragraphs gone after migration, on the site WordPress.org Forums:
Was this a one to one migration? Same exact theme, same exact plugins, and everything… -
Posted a reply to How to display custom post type title before the loop on the page as an H1 headi, on the site WordPress.org Forums:
You could try adding the same function to the archive title filter: add_filter( 'get_the_archive_title', 'vehicle_listing_title'… -
Posted a reply to How to correctly install the spotify plug-in?, on the site WordPress.org Forums:
I would recommend reaching out to the plugin developers/support they are the most knowledgeable regarding… -
Posted a reply to Residue remains after plugin is removed, on the site WordPress.org Forums:
Plugin data removal is really at the discretion of the plugin developers. Some remove data… -
Posted a reply to Centering Contact Form, on the site WordPress.org Forums:
Try: .contact .container .col-md-8.col-sm-8 { width: 100%; } .contact .container .col-md-4.col-sm-4 { display: none; } -
Posted a reply to Assign role to Visitors, on the site WordPress.org Forums:
I would contact the plugin authors about how to remove the logged in restriction. -
Posted a reply to Displaying Custom Fields and Custom Post types, on the site WordPress.org Forums:
I would start by doing this output in the post type single template. Doing this… -
Posted a reply to Displaying Custom Fields and Custom Post types, on the site WordPress.org Forums:
Try using the get_field() function I linked above, I can't remember how ACF stores fields… -
Posted a reply to Displaying Custom Fields and Custom Post types, on the site WordPress.org Forums:
Also if you have any particular code that you feel should be working but isn't… -
Posted a reply to Displaying Custom Fields and Custom Post types, on the site WordPress.org Forums:
I feel like you may be adding mystery where there really isn't any. Add the… -
Posted a reply to theme-compat/embed-content.php returning Division by zero, on the site WordPress.org Forums:
It's being thrown because WP is trying to get the height of an attachment and… -
Posted a reply to theme-compat/embed-content.php returning Division by zero, on the site WordPress.org Forums:
The error may be thrown by a core file but that doesn't mean it's caused… -
Posted a reply to Image hover effect, on the site WordPress.org Forums:
Look at your developer console, your javascript is throwing fatal errors. Try fixing those and… -
Posted a reply to Suddenly showing only one post, on the site WordPress.org Forums:
If they show in the admin, that would indicate a theme, plugin, or configuration change.… -
Posted a reply to Coding Causing 400 Server Error, on the site WordPress.org Forums:
Are you doing this on a template or in pasting this in the content via… -
Posted a reply to Image hover effect, on the site WordPress.org Forums:
It's tough to say without seeing the code and inspecting the page. Are there any… -
Posted a reply to Suddenly showing only one post, on the site WordPress.org Forums:
Do the posts show in the admin, or is there only one there too? -
Posted a reply to Creating line breaks within a table, on the site WordPress.org Forums:
Try <br/> instead of </br>. -
Posted a reply to Problem Installing a Theme, on the site WordPress.org Forums:
You need to contact the theme developers for support. Forum volunteers can't offer support on… -
Posted a reply to Coding Causing 400 Server Error, on the site WordPress.org Forums:
You can't use a shortcode as a link target, you need to use a url.… -
Posted a reply to Weird Css in WordPress Backend Menu Area, on the site WordPress.org Forums:
Is it possible they aren't enabled in the screen options? -
Posted a reply to error messages appear in the header of the page, on the site WordPress.org Forums:
There is no useful information in that message, to be able to advise we would… -
Posted a reply to Users Cannot Access Profile Page. Admin. users Can., on the site WordPress.org Forums:
Search your theme and plugins for redirects, I've seen this a few times before, and… -
Posted a reply to How to keep sticky post on top of recent posts list?, on the site WordPress.org Forums:
I would search for an enhanced post list widget plugin that supports sticky posts. I… -
Posted a reply to Exclude a div by class or id from WordPress search, on the site WordPress.org Forums:
You may want to consider hiring a developer, this is a fairly complex task you… -
Posted a reply to Exclude a div by class or id from WordPress search, on the site WordPress.org Forums:
Doing so would require parsing the content after the database query but before the output… -
Posted a reply to Upgraded to premium but…., on the site WordPress.org Forums:
It sounds like you need support from wordpress.com the hosting service: https://en.support.wordpress.com/ -
Posted a reply to Limit user to only leaving replies, on the site WordPress.org Forums:
What privileges are subscribers getting? By default that role can only read posts, edit their… -
Posted a reply to Directory of companies that use WordPress?, on the site WordPress.org Forums:
I think the best you will find is: https://wordpress.org/showcase Looking for a categorized list of… -
Posted a reply to “Missing argument 2” on a custom function, on the site WordPress.org Forums:
To clarify, I would change this: add_filter('the_category','add_class_to_category',10,3); function add_class_to_category( $thelist, $separator, $parents){ To this: add_filter('the_category','add_class_to_category',10);… -
Posted a reply to “Missing argument 2” on a custom function, on the site WordPress.org Forums:
Glancing at core, that filter seems to be very unstandardized and all over the place… -
Posted a reply to WordPress Site Broken From Outsite My Lan, on the site WordPress.org Forums:
The assets are pointing to the ip address instead of the domain. -
Posted a reply to HELP – New to wordpress, on the site WordPress.org Forums:
You should read this: https://codex.wordpress.org/New_To_WordPress_-_Where_to_Start You need to buy web hosting and a domain then… -
Posted a reply to Double on mobile version, on the site WordPress.org Forums:
Well for starters you do have two search bars on Desktop right now so there's… -
Posted a reply to Want to add a news and events feed to Home page., on the site WordPress.org Forums:
There is no standard format on this feed like Atom or RSS, so I'm not… -
Posted a reply to To make embedded Youtube on a post not copyable?, on the site WordPress.org Forums:
Sorry but no, that's part of the youtube player and there isn't anything you can… -
Posted a reply to search widget, input field, typed text color issue, on the site WordPress.org Forums:
Try: .widget_search input:focus { background-color: #000; } -
Posted a reply to search widget, input field, typed text color issue, on the site WordPress.org Forums:
Do you have a link to a page where we can see this? -
Posted a reply to Categories Missing from Posts Admin Menu, on the site WordPress.org Forums:
If it's in the theme then yes it would be coded into the php. And… -
Posted a reply to Categories Missing from Posts Admin Menu, on the site WordPress.org Forums:
As far as I know there is no way to do this in the admin… -
Posted a reply to After 4.7.3 update display error of single pixel image, on the site WordPress.org Forums:
The images appear to be served by a wp.com cdn, are you using Jetpack Photon… -
Posted a reply to Group CPT posts by Custom Field, on the site WordPress.org Forums:
The code I gave isn't a drop in or replacement for your loop, it's just…
Contributor
-
Voce Submenu Items
Active Installs: 20+