Did u do a transfer from 1 domain to another ?
if yes and you are seeing your old domain name links that means while transferring you didnt properly replace your old domain to your new domain
anyways i resolved it.
but how to do it properly any tips Mr. robin as u are right that was the problem.
WordPress DB uses serialization string which breaks when transfer wordPress installations.
I am sure you would have done everything perfect just not the proper db replace still
use this script to search and replace
http://interconnectit.com/124/search-and-replace-for-wordpress-databases/
Mr Robin
i was trying to put a image on website before home page
like i want to put an image may be like an image and a button like enter to website
how can i do that
You would have to make a custom theme page
<?php
/*
Template Name: Your Template name
*/
?>
<?php get_header(); ?>
and than after this section you can write your html
<ha href=”home”><img src=””>
<?php get_footer(); ?>
Go to Dashboard add new page and on right side you would be able to see all the theme pages from dropdown select your page
go to settings > reading > and select this page as your first page
thanks man i ll try this.
<?php
/*
Template Name: Your Template name
*/
?>
<?php get_header(); ?>
where should i write this code?
after your header closing php tag
and before your get_Footer php tag
http://codex.wordpress.org/Stepping_Into_Templates