When the default wordpress excerpt is shown, it ends with an ellepsis […] How to remove that and replace it and add a link to the post like , continue reading some post title. Here is how to do it Add this to your themes functions.php In some themes the text to be replaced is Continue Reading …
Category: Web Design
How to capture a search query used in Google, Yahoo, and Bing then display it on your website?
The following php code will capture search queries at Google,Yahoo, Bing and Ask.com as well as list all referring pages including internal pages of your website.It is also desired that we should get the unique keywords or referral counts with the display.Of course the script will do this for you. Copy the above code to Continue Reading …
Can we include one css file in another ?
We can include a css file in another file so that the file inherits all the code of the included file.This will enable the new file to be loaded after the file from which css is being inherited.This is how you can do it with one single line of code at the top of your Continue Reading …
Moving WordPress Site to a New Hosting Server
Follow the following steps to move your wordpress installation to a new server with the same domain name or a different domain name. 1. Moving wordpress site to a new server with a new domain name step 1 – take the sql dump of the original site rename the db to dbold.sql step 2 &# Continue Reading …