Dil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My text editing has changed – how to go back to originalhappy to help
Forum: Fixing WordPress
In reply to: My text editing has changed – how to go back to originalhmmm .. Not sure..
Please try this.. http://wordpress.org/support/topic/missing-visual-tab?replies=4
Forum: Fixing WordPress
In reply to: My text editing has changed – how to go back to originalit says visual
Please use this link http://www.totalbounty.com/wp-content/uploads/2011/12/disable-wordpress-visual-editor1.png.png
Forum: Fixing WordPress
In reply to: My text editing has changed – how to go back to originalYOu would would have gone to the html view.. Please go to the dashboard and change it…you can change it in the right top corner below the title..
Forum: Installing WordPress
In reply to: Cant access admin orDid you try installing the wordpress from c-panel ..
Forum: Fixing WordPress
In reply to: How to redirect a certain linkHey thanks a lot Jan..
The problem in solved .. The community here is great ..
Forum: Fixing WordPress
In reply to: How to redirect a certain linkHey thanks a lot ..
hey I want http://www.ephp.in/2010 to got to http://www.ephp.in/archives/category/2010
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteRule ^2010$ http://www.ephp.in/archives/category/2010 [R=301,L]
RewriteRule ^2010/$ http://www.ephp.in/archives/category/2010 [R=301,L]
</IfModule># END WordPress
Is there any mistakes.. its not working for me
Forum: Fixing WordPress
In reply to: How to redirect a certain linkSorry .. I am still trying to find a solution for this..
Can anyone help me in this..
Forum: Fixing WordPress
In reply to: Changing the default URLThanks a lot .. I worked it out ..
Forum: Fixing WordPress
In reply to: How to redirect a certain linkThanks ..
But the problem is that I am not able to create a page or URL http://www.ephp.in/2010
Forum: Fixing WordPress
In reply to: How to redirect a certain linkI have not yet got the solution on this .. can any one help me on this ..
Forum: Fixing WordPress
In reply to: How to redirect a certain linkI think the trash is in your wordpress admin panel where you can delete a post or a page ..
is that correct ..
Forum: Fixing WordPress
In reply to: How to redirect a certain linkI have removed all the trash.. I think the permalink is already made.. is there anyway to manually remove it
hey .. THanks a lot Tobias.. You are a doctor in wp-table. The problem is solved ..
Solution ..
1. Go to footer.php (Theme folder)
2. You will see the code below – wp_footer commended with //<?php get_template_part('includes/scripts'); ?> <?php // wp_footer(); ?>3.Remove the //<?php get_template_part(‘includes/scripts’); ?>
<?php wp_footer(); ?>`
4.UpdateOnce again thanks ..