Thejas Kamath
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to add a Home page link to menuYou can add the following code in Header.php file which will show all the categories under your blog logo.
<div id="navcontainer"> <?php if(function_exists('wp_nav_menu')) { wp_nav_menu( 'theme_location=menu_2&menu_id=nav&container=&fallback_cb=menu_2_default'); } else { menu_2_default(); } function menu_2_default() { ?> <ul id="nav"> <li <?php if(is_home()) { echo ' class="current-cat" '; } ?>><a href="<?php bloginfo('url'); ?>">Home</a></li> <?php wp_list_categories('depth=3&exclude=1&hide_empty=0&orderby=name&show_count=0&use_desc_for_title=1&title_li='); ?> </ul>
Forum: Fixing WordPress
In reply to: Why are my posts not getting the same style applied to them?Sorry, I think you must wait for someone who knows CSS codings. Sorry for the inconvenience.
Forum: Fixing WordPress
In reply to: Recent comments widget appearanceDear michaelseall,
Can I know whether your are using a plugin or widget which is already installed on your theme?
Forum: Fixing WordPress
In reply to: Why are my posts not getting the same style applied to them?Ohh sorry! This is the wrong code I have specified in above post! Actually I think it is crisis with the CSS codes which I don’t have any knowledge. So Sorry please don’t follow the above step!
Forum: Fixing WordPress
In reply to: Why are my posts not getting the same style applied to them?Before following the steps what I say in this post, you please copy the code to notepad or wordpad, to make sure that you can restore the file any time even after you make changes.
Please follow the steps below:
1) Open Single.php
2) Find the following code<?php the_content('Read more ?'); ?> or <?php the_content ?>
3) Replace it with following
<strong><?php the_content('Read more ?'); ?><br><br> or <?php the_content ?><br><br></strong><strong>
Keep it in mind that, refers to break (Enter button in HTML form which is in your keyboard)
Forum: Fixing WordPress
In reply to: Why are my posts not getting the same style applied to them?Please wait, I will tell you what PHP code you have to add. Please wait. While I design the code you keep single.php file open from your wordpress admin panel.
Thanks:)
Forum: Fixing WordPress
In reply to: Why are my posts not getting the same style applied to them?You can add
code under Post content code in single.php file. If any problem, reply to me…Forum: Fixing WordPress
In reply to: Conditional statement for register pageYes, you can edit wp-login.php and paste in a different folder where you can edit all the headers. By doing this, the changes you have made won’t reset when you upgrade!
Thanks:)
Forum: Fixing WordPress
In reply to: Conditional statement for register pageI think there is one solution. But I am not sure whether it will work or not. Since only some of the people face this problem, there are no more posts on this and many of them don’t know how to resolve the problem.
My idea is:-
1) Open your Website Cpanel (Not the Admin panel)
2) Under Domains, click redirects
3) And create a redirect from https://sitename.com/login/?action=register to https://sitename.com/login.So whenever, a user clicks on register link, it will automatically redirect to https://sitename.com/login where they can login or register.
Hope this helped you!
Forum: Fixing WordPress
In reply to: HOW TO CONVERT MY HTML BASED WEBSITE TO WORDPRESS SITI think you cannot convert your HTML design to wordpress site, and the HTML and WordPress codings are completely different.So you can use a opensource design for your wordpress website and you can order for a Thesis theme for 160$…..
Forum: Fixing WordPress
In reply to: function to change register/login links?Yes, as you have told that you made changes in the file wp-login.php, you are loosing the changes whenever you upgrade.
The solution is that you can create a copy of the login.php file and paste it in a different folder. Link the login and register to the new file which you have copied and pasted in different folder.
The changes you have made are lost while you upgrade WordPress because, all the defualt login, register pages are located in the folder called admin. So, whenever you upgrade WP the folder replaces with new files with defualt settings like WordPress defualt login backgrounds, etc.
Forum: Fixing WordPress
In reply to: Import of blog posts not working – why?Please check whether the folder exists in your server or not.
Forum: Fixing WordPress
In reply to: Show authors in sidebar with info and pictureOhhhh sorry for the wrong answer. But can I know whether there are any authors on your site?
Forum: Fixing WordPress
In reply to: cannnot access my websiteHey hossam_amer. Sorry, I was online, but I was not able to access to WordPress Forum. Hope you understand me. I think you finally found the solution! ??
Forum: Fixing WordPress
In reply to: Footer placed differerntly on the pagesBut I am not able to see any sidebar in your site. Anyway, I think the site design will look better when you add more contents in the homepage. I can help only this much. Thank you. Hope my reply has helped you.