LATEST NEWS and TIPS on WordpressBoys
 |
Posted on September 29, 2009 by admin
By default WordPress adds the script version to the header of your WordPress blog. This information might be a lot helpful for a hacker who are trying to take down or take over your blog since you are using an older version of WordPress which is not as secure as the latest version. Do not [...]
Tags: Wordpress Customization , Wordpress TIPS
|
 |
Posted on September 29, 2009 by admin
In the WordPress Templates we generally see the “Read More” links at the end of the small excerpt text. Wanna change the text to something else? Then please follow the steps. 1. Navigate to Appearance –> Editor in your WordPress Dashboard 2. Open your “index.php” or file and find this line: <?php the_content(__(‘Read more’));?> 3. [...]
Tags: Wordpress Customization , Wordpress Dashboard , Wordpress Functions , Wordpress TIPS
|
 |
Posted on September 29, 2009 by admin
In WordPress “the_Excerpt()” displays the excerpt filed value of the current post with [...] at the end, which is not a “read more” link. If you do not provide an explicit excerpt to a post (in the post editor’s optional excerpt field), it will display a teaser which refers to the first 55 words of [...]
Tags: Wordpress Customization , Wordpress Functions , Wordpress TIPS
|