Chris Hardin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: page count/reads all of the sudden shows 0Did this happen after updating to WP 4.5.3?
Forum: Fixing WordPress
In reply to: How to remove coding below each comment in our blogLook in your comments.php file and functions.php, it should be in one of those two places. It looks like its missing a php open tag.
Forum: Hacks
In reply to: Custom Auto-generated usernameForum: Fixing WordPress
In reply to: 404 Error when creating blog page within siteWhats the website? can you get us admin access to it to further investigate?
Forum: Fixing WordPress
In reply to: upgrade problemsUse FTP to move a copy of the file from the one location to the other then try again.
Forum: Fixing WordPress
In reply to: "Error" pages not loadingWhat server are you using?
Forum: Fixing WordPress
In reply to: Categories and Tags when using WP as a websiteIf your not blogging use pages only. That solves that issue.
Forum: Fixing WordPress
In reply to: Link redirection to a category!Update your links to /category/thecategoryname
Forum: Fixing WordPress
In reply to: Admin Panel Missing Can't make new Blog PostsDelete your .htaccess file from your server. Then login to the dashboard, go to settings , permalinks click save changes. This will create a new .htaccess file. That should take care of your problem. Now look in your plugins for this security plugin and disable it.
Forum: Fixing WordPress
In reply to: Login RedirectPeter’s Login Redirect Plugin will achieve what your wanting.
http://wordpress.org/plugins/peters-login-redirect/Forum: Fixing WordPress
In reply to: Adsense Not ShowingDon’t use a plugin. Create an ad in adsense then copy/paste the code into the widget area where you want it displayed. Sometimes plugins over complicate simple tasks.
Forum: Fixing WordPress
In reply to: Permalink 404 when custom structure.Use /%postname%/
Forum: Fixing WordPress
In reply to: 404 Error when creating blog page within siteTo have a blog page, not as the home page you must configure WordPress to use a static page for the home page, and select a different page for your blog.
To set this up goto the dashboard
Hover settings
Select readingUnder Front page displays:
Choose A static page (select below)
For Front page: Select the page you want to display for the HOME PAGE
for Posts page: Select the Event Reviews Page.Click save changes. Then test it.
Forum: Fixing WordPress
In reply to: Links to pages & categories from images are not workingThe reason it is working on some and not others is you actually have content for the categories that do work. You are getting Not Found Sorry about that! Try the search bar if you can’t find what you’re looking for this way… for the ones that don’t have content associated to the category. This is the default behavior of WordPress. Just add a post to the categories that you don’t have a post for and you wont get the error.
Forum: Localhost Installs
In reply to: Make site live but still local.Point your domain name at your hosting companies DNS.
Copy your files from your local setup to your remote setup/live host.
Download your db from your local phpmyadmin.
Create a new db on your live host phpmyadmin. Import the db file you downloaded.
Edit the newly uploaded db options table change the siteurl and home to http://yourwebsite.commodify the wp-config.php file to use your live site db user , db name and password
try it out.
If it loads, you were successful. Login to the dashboard using http://yourwebsite.com/wp-admin go to settings / permalinks click save changes. This will update your .htaccess file. Your site should be live and function now.