Uendi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add image to 404 error pageWhat if http://xxxxxx.com/wp-content/uploads/2014/01/fruits.png, then how to add in ?
Forum: Fixing WordPress
In reply to: How to add image to 404 error pageMay be it works.
<img src=”<?php bloginfo(‘template_directory’); ?>/images/imagename.png” alt=”” />
Lets say, my site is example.com and the image is fruits.png, then how to add in it to the above-mentioned code ?
Forum: Fixing WordPress
In reply to: How to add image to 404 error pageActually, I am creating 404.html in the file manager under cpanel, that is why I do not know how to add an image in it.
Hi Peter
Yes, you are right. I think it is OK now, it looks like it is already verified.
Thank you so much.
Hi Peter
Thank you so much.
Yes, I have entered that code only and not the entire meta tag. This is my site: uendi.com
Thanks
Hi Peter,
Really thank you so much for your clear and details explanation.
In other words, since All in One SEO Pack ships with an XML Sitemap module, it is not necessary to install Google XML Sitemaps, right ?
Lastly, I have installed a verification code to this Google Webmaster Tools under All in One SEO Pack, but it’s unable to verify my site, I keep trying for number of times, still not working.
Can you advise me what to do ?
Thanks.
Hi Peter
Thank you for your reply.
Yup, I agree with you. I have a few questions as I just want to make sure whether it is correct, below:
SEO Keywords
————
– Is there any difference whether the alphabet is uppercase or lowercase / with s or without s ?– From admin dashboard under posts, you can see on our right hand side, there is a tag column, suppose for us to type in those keywords, so how about SEO Keywords which just below SEO description, is it a must too ?
– If I installed Google XML Sitemaps together with All In One SEO Pack, will there any improvement for Search Engine ?
Thanks in advance.
Forum: Fixing WordPress
In reply to: Editing wp_config.phpFor wp_config.php, there are two ways, one is to edit as what you said. Another way is to change permission – read, write and execute.
Forum: Fixing WordPress
In reply to: How to change page url in wordpress siteYou means it has to do with the plugin, right ?
I don’t think it has to do with the plugin. As I remember I saw an article mentioned about changing page url, but I have lost and unable to find it.
Forum: Fixing WordPress
In reply to: How to change page url in wordpress siteI copy from theme-my-login. and this is the code:
<?php
/*
If you would like to edit this file, copy it to your current theme’s directory and edit it there.
Theme My Login will always look in your theme’s directory first, before using this default template.
*/?>
<div class=”login” id=”theme-my-login<?php $template->the_instance(); ?>”>
<?php $template->the_errors(); ?>
<form name=”registerform” id=”registerform<?php $template->the_instance(); ?>” action=”<?php $template->the_action_url( ‘register’ ); ?>” method=”post”>
<h3><?php _e( ‘Register Your Account’ ); ?></h3>
<p>
<label for=”user_login<?php $template->the_instance(); ?>”><?php _e( ‘Username’ ); ?></label>
<input type=”text” name=”user_login” id=”user_login<?php $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value( ‘user_login’ ); ?>” size=”20″ />
</p>
<p>
<label for=”user_email<?php $template->the_instance(); ?>”><?php _e( ‘Email’ ); ?><span class=”required”> *</span></label>
<input type=”text” name=”user_email” id=”user_email<?php $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value( ‘user_email’ ); ?>” size=”20″ />
</p>
<?php do_action( ‘register_form’ ); ?>
<p id=”reg_passmail<?php $template->the_instance(); ?>”><?php echo apply_filters( ‘tml_register_passmail_template_message’, __( ” ) ); ?></p>
<p class=”submit”>
<input type=”submit” name=”wp-submit” id=”wp-submit<?php $template->the_instance(); ?>” value=”<?php esc_attr_e( ‘Register’ ); ?>” />
<input type=”hidden” name=”redirect_to” value=”<?php $template->the_redirect_url( ‘register’ ); ?>” />
<input type=”hidden” name=”instance” value=”<?php $template->the_instance(); ?>” />
<input type=”hidden” name=”action” value=”register” />
</p>
</form>
</div>Forum: Fixing WordPress
In reply to: Editing wp_config.phpPlain text editor is it, refer to notepad ?
If I have web hosting, can I edit from cpanel, followed by file manager ?
Forum: Fixing WordPress
In reply to: Editing wp_config.phpTo make it unwritable. That’s all.
Forum: Fixing WordPress
In reply to: Editing wp_config.phpI just want to double protect my site.
Forum: Fixing WordPress
In reply to: How to change page url in wordpress siteSorry, itt has nothing to do with plugin. I have added a code to header.php
<?php wp_register( $before, $after ); ?>
So “Register” is shown at the top of the site. When I click on it, a page called “Register” will appear, and I rename the title “Register My Account” by changing it at register-form.php
<h3><?php _e( ‘Register Your Account’ ); ?></h3>.
However, the url address bar is: http://www.domain.com/register, so I am wondered of how to change it to http://www.domain.com/register-my-account ?
Thanks
Forum: Fixing WordPress
In reply to: How to hide style.css from my siteResolved for this topics.