maxdee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My theme is created multiple images on serverIt is to serve devices with different resolution and save your overall bandwidth.
For example, this file : imanifinal-web-480×320.jpg
is served on mobile devices .
It may bloat your db my little but save hugely on server usages on the long run.
- This reply was modified 9 years, 1 month ago by maxdee.
Forum: Fixing WordPress
In reply to: How to add comments feature on Full width Posts & Pagessidebar.php does not contain comments_template() at all.
You need to go into single.php and copy the comments code and paste it into your relevant template page.
It could be the —> page.php template or any other page template as defined in your theme.
- This reply was modified 9 years, 1 month ago by maxdee.
Forum: Fixing WordPress
In reply to: Posts aren’t breaking into their assigned CategoriesFrom your sites url:
Your parent category(Main Category) is showing as : poetry,journal,travel,food-flora,confession,insightss
and your sub category is showing as : food-and-flora
Please check your category settings page.
Forum: Fixing WordPress
In reply to: Which Theme is this and what pluginsTwentyFourteen Theme from Default WordPress Themes
Plugins:
Jetpack
YARPP
Mailchimp
Instagram Slider widget
etcForum: Fixing WordPress
In reply to: Can’t login for adminLogin to phpMyAdmin and change your password for the admin user.
And then try logging back in.