Pages

Showing posts with label widget. Show all posts
Showing posts with label widget. Show all posts

Wednesday, June 11, 2014

Adding Blogger Search Bar Form To Blogspot

Add a search engine in the sidebar of your blogger blog. This searches all the posts on your blog, and displays them by latest posts first. Inside the search bar you will find the text "Search this Site", this can easily be changed to any text you desire. Such as "Search my Site", "Search", "Type and Hit Enter", etc. Just simply replace the code. You can also change the text "Go" on the button to something like "Search", "Find", etc.

Wednesday, July 17, 2013

Wordpress : Disable featured excerpt and display full post in homepage

Used a template that used an excerpt from the latest post on the homepage. I want it to pull the full post - How do I accomplish that? Here is the code

<?php echo bm_better_excerpt(105, ' ... '); ?> with <?php the_content(); ?