Posts

Showing posts with the label fix wordpress themes error

Common WordPress Themes Error Fix

  New Theme Uses Featured Images but You Don’t Have that in Many Posts There are many blogs that don’t use featured images for every post. Now, if they want to switch to a new theme which supports featured images, they definitely don’t want to spend hours updating every post. In this case, you can install the ‘Quick Featured Images’ plugin. It’s one of the best ways that solve this issue easily. You just need to install, activate and follow some simple instructions. It will automatically add featured images to all the old posts. You Can’t See the Changes You Made Recently If you’ve made some changes in core files of your   WordPress Themes or just added something in the external CSS section and it doesn’t show up at the front end. You probably have one of two caching issues: Browser Cache or Plugin Cache. You can clear the browser cache by just pressing CTRL+R. If it fixes the issue, congratulations. Otherwise, the problem is associated with the plugin caching. Just go t...

How to Fix WordPress Themes Error?

Image
1.  My URL’s Are “Ugly” By default the default WordPress url structure isn’t very “pretty” much less SEO-Friendly. So when you first setup your website URLS might look ugly (a mish-mash of the post ID, publish date, post title and even the category). Don’t worry – it’s easy to fix. Ugly URLs Error Solution So if your urls aren’t looking that great (yourwebsite.com/?p=1) simply go to  Settings > Permalinks  and change your setting to the “Post Name” option (or any of the others – just choose the one that best works for you). 2 . My Posts Are Returning 404 Errors If you have posts that are now returning a 404 error page, don’t panic (yet) most of the time your posts are still there and you just need to update your permalink settings to fix the issue. This is very common with themes that use custom post types. Whenever you activate a new theme that uses custom post types you should reset your permalink settings. Posts Showing 404 Error Solution The sim...

Fix WordPress Theme error?

  Incompatible Theme There are times when installing a WordPress theme distorts the content layout and cause your website to show white screens as well. WordPress Themes contain ‘The Loop’, a code which is responsible for processing each post needed to display on a page. If this code has any issues, your website will probably show white screens. As this issue is associated with the code, ask your developer to check if there is an issue with the coding. You can even do a proper analysis of your website to find the root cause. Lastly, make sure to always check the theme compatibility with the WordPress version before installing it. Stylesheet is Missing Suppose, after researching for hours, you’ve purchased and downloaded an awesome WordPress theme. But while installation, it shows “Stylesheet is Missing”. Yes, it’s possible that the downloaded zip file doesn’t have a style.css file. But most of the time, the actual issue is you haven’t uploaded the root theme folder. Here’re import...