John Parris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Please help me to remove Author box from the bottom of postsNo problem! The easiest way is to install the Simple Custom CSS plugin and do it there. You won’t have to edit files and won’t lose your changes when installing updates later. https://ww.wp.xz.cn/plugins/simple-custom-css/
Forum: Fixing WordPress
In reply to: Publish section missingIf your user doesn’t have access to publish, you’d probably need them to change that. But, if you go to the Users menu, can you edit all the users? Do you see the role your own user has assigned?
Forum: Fixing WordPress
In reply to: Please help me to remove Author box from the bottom of postsOk, try this:
.post-author { display: none; }Forum: Fixing WordPress
In reply to: Publish section missingDoes your user have access to publish content?
On the edit screen, at the top you’ll see Screen Options tab. http://cl.ly/image/3Z390G0v3A3m
Do you have the number of columns set to 2?
Forum: Fixing WordPress
In reply to: Publish section missingCan you show a screenshot of the screen where it’s missing?
Forum: Fixing WordPress
In reply to: Upload website to serverIf you’ve installed WordPress and are still seeing that page, it usually means there’s an index file that’s overriding the index.php file which kickstarts the WordPress site. Does iPage have some kind of file browser in their control panel? If so, you could use that to get a listing of the files.
But, if you’re unfamiliar with all this, it would be best to contact the hosting support and tell them that you’ve installed WordPress but still see that message. They’ll know exactly what to do.
Forum: Fixing WordPress
In reply to: Can't open pages in browser under wp admin loginDid you try temporarily deactivating all your plugins and switching to the default Twenty Fifteen theme?
Forum: Fixing WordPress
In reply to: Changing the URL of my siteI’ve used the first script (it’s not a plugin. It requires manual uploading to the server via FTP) and it works great. You don’t need to change anything before using it. It’ll take care of all the changes. Either one should do the same. I prefer the first one. Both require caution!
Forum: Fixing WordPress
In reply to: Ordering posts by custom fieldsHi,
As noted on thequery_postspage, it’s not meant to be used by plugins or themes. (http://cl.ly/image/1e1W0V1J1A2b) It’s best to WP_Query.See this documentation for querying posts based on custom fields.
http://codex.ww.wp.xz.cn/Class_Reference/WP_Query#Custom_Field_ParametersForum: Fixing WordPress
In reply to: Can't open pages in browser under wp admin loginHi,
If you clear your browser cache and cookies, do the links work as they should? If not, if you temporarily deactivate all plugins, does it work?
Forum: Fixing WordPress
In reply to: Moved the site, forgot to move the blogHi,
What method did you use to back up the site? What file format are the backups in?
Forum: Fixing WordPress
In reply to: Getting rid of website URL when Sharing a post to FacebookHi,
That’s a Facebook feature and I doubt you can turn it off. I imagine they do it so people know what they’re about to click.
Forum: Fixing WordPress
In reply to: Using the "recent posts" widgetHi,
If you go to Settings > Permalinks, select Default, and click Save Changes, does it work?
Forum: Fixing WordPress
In reply to: Session Expired: Please Log In AgainHi,
A couple things to try. First, clear all your browser cookies. Second, temporarily deactivate all your plugins and see if the problem persists.
Forum: Fixing WordPress
In reply to: Lost everythingHi,
Do you have access to the MySQL database via your hosting panel? If so, you should be able to look inside the users table to see which email address you used. If not, ask your hosting company if they can look for you.