| |||||||
| Tech Talk Get help with the technical side of blogging. Discuss blog customisation, plugins and widgets. |
Learn how to set up a blog, start blogging, produce quality content and use these forums as your internet marketing courses.
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
|
I know this is in the wrong area, but I need help quickly on editing one of my templates in blogger. I have noticed that no matter where I put my pictures in my blog posts, the shortened versions of it on the homepage show the picture minimized at the top and looks really amature. I would appreciate it if I could take off the "read more" function because I think that's the problem. This is my template link (remove the astrix after http): http*://btemplates.com/2009/07/17/paper-wall/ And I need to edit the template to take away the "read more" function. If I'm looking at the wrong thing, and it's a setting in blogger I need to change, please tell me soon. |
Don't Like Ads?? Register as a Member and These Ads Will Disappear!
|
#2
| ||||
| ||||
|
Shortened posts are not a blogger feature, so it must involve some sort of addon code in the template. You need to click Edit HTML and then look through the code for some sort of JavaScript addon that looks like it would be shortening the posts. I'm not sure what your template's code is like exactly. I may check the link you provided and see if I can find anything.
__________________ + Experiment Garden is my current blog for experiments and my project portfolio. + My first blog was Inkweaver Review. Now I work on Bookflavor + You should try out Duck Duck Go |
|
#3
| ||||
| ||||
|
Okay: Took a quick look Click Edit HTML, expand widget templates then remove the following lines from your blog template: Code: <script type='text/javascript'> summary_noimg = 430; summary_img =430; img_thumb_height = 147; img_thumb_width = 557; </script> <script src='http://kfile.110mb.com/summary-post.js' type='text/javascript'/> <b:if cond='data:blog.pageType != "item"'> <div expr:id='"summary" + data:post.id'><data:post.body/></div> <script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");</script> <span class='rmlink' style='float:right'><a expr:href='data:post.url'>read more</a></span> </b:if>
__________________ + Experiment Garden is my current blog for experiments and my project portfolio. + My first blog was Inkweaver Review. Now I work on Bookflavor + You should try out Duck Duck Go |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |