John Parris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Want to Order Post by Meta valueHi,
As noted on the query_posts page, it’s not recommended to use query_posts that way.
Try WP_Query instead. https://codex.ww.wp.xz.cn/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Hi,
It would probably be a little easier to use a plugin like Widget Builder and let them manage the content in the regular post editor. It’s a cleaner experience and you can even directly link/bookmark it.
Forum: Networking WordPress
In reply to: Multiple editors for websiteDuplicate. Replied here: https://ww.wp.xz.cn/support/topic/multiple-editors-for-website?replies=1
Forum: Fixing WordPress
In reply to: Multiple editors for websiteHi there,
There are lots of ways this can be done. I think one of the easiest to implement will be something like BU Section Editing. https://ww.wp.xz.cn/plugins/bu-section-editing/
Forum: Fixing WordPress
In reply to: How to order my post in the blogHi,
The answer depends on exactly where you want to do this on the front end of the site. By default, blog posts are already arranged in the order you want, so it sounds like maybe you have something else going on. Can you give more info?
Forum: Fixing WordPress
In reply to: Problem with SSLHi there,
It’s hard to say for sure without more info, but I recommend contacting your web host and asking them to make sure the SSL is set up right, and everything is redirect the way it should.
Forum: Fixing WordPress
In reply to: how can I change height and width of "Category" Drop DownHi,
You can do that with some custom CSS. You can add custom CSS to your site with the Simple Custom CSS plugin.
Try this as a start, and adjust to your liking:
.widget_categories select { padding: 12px 15px; }Forum: Fixing WordPress
In reply to: I don't want to recieve an email when user registersHi there, try this plugin: https://ww.wp.xz.cn/plugins/disable-new-user-notifications/
Forum: Localhost Installs
In reply to: Home page visible, all other content is 404What does your permalink setting look like under Settings > Permalinks?
Forum: Fixing WordPress
In reply to: WordPress auto adding and deleting fieldsI see. Since 3Clicks is a commercial theme, you’ll need to ask their support folks about that on their official forums. The forum policies here don’t allow for supporting commercial products.
Forum: Fixing WordPress
In reply to: Additionally, a 404 Not Found error was encounteredCan you share screenshots of what’s happening?
Forum: Fixing WordPress
In reply to: Blank Admin page following plugin download and editYou can deactivate it by logging into your site using FTP, or possibly in your web hosting control panel if they give you access to the files. You can rename the folder of the plugin you installed and WordPress will deactivate it.
Forum: Fixing WordPress
In reply to: Posts older than most recent not linking from main pageIs it the latest version? Tried clearing the cache in settings? Chrome is super aggressive with caching.
Forum: Fixing WordPress
In reply to: Stop images from auto attachIn that case I’m not sure. I suggest opening a ticket in their support forum here: https://ww.wp.xz.cn/support/theme/make
Forum: Fixing WordPress
In reply to: Visual Editor is Missing?Nice one! 🙂 That’s an easy one to overlook. Glad you found the fix.