Showing posts with label wordpress. Show all posts
Showing posts with label wordpress. Show all posts

Tuesday, April 12, 2016

How to add READ MORE button in Blogger or Blogspot | After Every Post | Blog2Life16 Helpers

How to show Blogger Homepage with READ MORE button and a Thumbnail.


To be more topic specific, This post will tell you about " HOW TO ADD READ MORE LINK in BLOGGER or BLOGSPOT Homepage ".
Read More
Image from Flickr

The READ MORE LINK will be seen only in the Homepage of Your Blog and if the visitor clicks on the Read More button the the visitor will be redirected to actual post.



How to Add Read More link in Blogger or Blogspot :
Follow the Steps below :

[1] Go to Blogger Dashboard -----> Template ------> Edit HTML.

[2] After clicking on Edit HTML, Press Ctrl + F to find.
Find the text given Below in the Textbox.



[3] Find this Text in the HTML editor of the Template.

[4] Press enter, you will find this more than one time. Stop at the third one.


[5] Replace, that above code with this One below :



[6] If, You can't find any changes After adding this Code,
Try to replace the second  <data:post.body/>  with this code above. 

[7] Now, search for </head> tag in HTML Template Editor.Now add the code given below, just above the </head> tag.




[8] Now, click on Save Template to Save the Template and It works.

Post by Blog2Life16 Author © 2016

Thursday, April 7, 2016

How to add TEXTBOX to show codes like HTML, Javascript, C,etc. Between Posts in Blogger or Wordpress | Code between Posts | Blog2Life16 Developers

Add Textbox Between posts :

Hi,
In this Post, I am going to tell you about "How to add TextBox between posts in Blogger or Wordpress".
----
Many times, You need to show the HTML, Javascript or any other code between your Posts to Show the users.
But, You don't wish to add the code between your post area but you wish to show the posts in a Textbox or Highlighted box.
Textbox or Textarea will allow the visitors in your Site to select the code properly and efficiently and do their programming or any other things with the help of your website. You will give good Selection Area to the users.

Advantages of adding textbox between your Posts :


  • Allow user to select text efficiently
  • Help users to see the codes Properly
  • Attractive method to show codes between posts

---
How to Show the Textbox or TextArea between posts in Blogger or Wordpress :

While writing the posts in blogger or Wordpress, you will see the Edit HTML option.
or HTML Editor option in the Visual Editor of the Post.

Click on that option of editing post in HTML.

Now go to that Portion where you wish to show the Textbox and Paste the Codes shown Below :

Different Codes for Different Types of Textbox are shown Below :

To show the textbox where visitors can input text :

Add this Code :




<textarea rows="5" cols="40">TEXT</textarea>




Users will see like this if you add TEXT instead :



Text box with Read-only Functionality :



With this textbox, You cannot allow users to change the content in the textbox. The textbox will be read only.

Add this Code :


<textarea rows="6" cols="50" name="Famous Quotes" readonly="readonly">More you Write, More the views You Get, By Rushikesh Thawale</textarea>

What users will see :



Textbox with Word-Wrap Functionality :

Text-Box with Word Wrap functionality allows the users to change the size of the text box and Resize it according to their needs. Actually, It helps in Word Wrapping inside the text box.


Add this Code :

<textarea rows="8" cols="30" wrap="hard">TEXT</textarea>
What users will see :


--------------
Thus, You've learnt " How to Add Textbox between Posts in Blogger or Wordpress ".

See this Image for adding it in HTML editor of posts in your Blog :



Post by Blog2Life16 Developer © 2016
Follow us on Google+ and Facebook.

Disqus Shortname

Comments System

Disqus Shortname

Comments system