-->
Read More with Post Title

Read More with Post Title

Blog How to Tricks - we have been discussing about how to create read more and how to create the read more button.

We can more edit this Read more format, for example, create read more with post title.

For example, you can see here. By using this blog tricks, your read more format will not showing text 'read more', but showing your post title

How tricks for create read more with post title?


Tricks to create read more with the post title actually the same as the trick to create read more.

Please read your post about the tricks to create read more.

Then, just edit this code :


<data:post.body/>

<a expr:href='data:post.url'>Read More</a>

</b:if>



Change to be like this :


<data:post.body/>

<a expr:href='data:post.url'><data:post.title/></a>

</b:if>



After that, please Save Preview ago.

Now the text 'Read More' has changed the title of your post.

You can also change to 'Read More "your post title " using the following code:


<data:post.body/>

<a expr:href='data:post.url'>Read more <data:post.title/></a>

</b:if>



This tricks to make read more with post title very easy, but the results will be very useful.

Happy blogging!
Read more »
How To Create Read More with Button

How To Create Read More with Button

Blog-How To Tricks - We have been already discussed about Read More and blog tricks to make Read More here.

Now we will discuss about how to change the Read More text link into a Read More Button. For example, you can see here.

How to make read more with button?

To read more button to make this, you must use the Read More on your blog. If not yet, please read the tricks here.

First, you must have an image for you Read More button. For example, an image like this:



Go to Layout - Edit HTML. Click on Expand Widget Templates.

Find the following code :

<a expr:href='data:post.url'>Read More</a>

</b:if>


Replace Read More with the Read More Image Url you. Example:

<expr:href="data:post.url"><img src='http://i425.photobucket.com/albums/pp335/egobslank/RM4.jpg' /></a>

</b:if>


Please replace http://i425.photobucket.com/albums/pp335/egobslank/RM4.jpg with the url of your image.

Save, and then review. Now your Read More text link have been change to be button.
Read more »