Thejas Kamath
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show authors in sidebar with info and pictureThere may be mistake with the code you have pasted in the sidebar. There is one more solution, you can activate a new plugin called Cool Author Box from WordPress admin panel. You need not edit any of the code in this plugin.
Hope this helped you!
Forum: Fixing WordPress
In reply to: cannnot access my websiteThis is the problem with the Popular Posts widget code which is present in the functions.php file. You try to remove the complete code of Popular posts. Please reply, i will still be online. I think you too are online.
Forum: Fixing WordPress
In reply to: Not Logging In….Actually these are the rare diseases faced by WordPress Themes. You can try to recover password by clicking Recover Password button. If the problem is not solved, then you can reinstall the theme by deleting the Theme folder since you have no access over WordPress admin panel.
Forum: Fixing WordPress
In reply to: Replace a blog title with an imageYou can do it easily. You must follow the steps below.:-
1) Click Appearance tab in your WordPress admin panel.
2) Click on editor link.
3) Now, open header.php by which you can edit the header.php file.
4) Now find the code shown below :
<title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ |’; } ?> <?php bloginfo(‘name’); ?></title>
and replace it with code like <div>< img src=”enter the url of the image which you want to add as your blog logo”/></div>Hope this helped you!