[AsK] How To Make Read More.. on Autoblogs ..?

imp3ratore

Registered Member
Joined
Apr 27, 2009
Messages
96
Reaction score
177
Anyone know How To Make Read More.. on Autoblogs..? cause when wprobot scraping content and put it on your blog it will show full content and not a half of the content i want make it a half / some words..

Thanks
 
in your theme. instead of using the_content(); use the_excerpt();

If i use that code, do i need more plugins to make it works or i just put that code in my template..? Can u explain it more details please :)..?

Thanks in advance..
 
If i use that code, do i need more plugins to make it works or i just put that code in my template..? Can u explain it more details please :)..?

Thanks in advance..

If you put 5min of effort to try it, you may find answer to your question.

Where your template calls the_content, you replace it with the_excerpt.
 
I am already put that code in index.php but nothing happen..it still show full content, I am using heatmap themes.
 
NVM about this post, misunderstood your post
 
find limit post automatic plugins

Thank's It works :)

for that theme, u need to edit common.php instead of index.php :)

I think i must edit index.php like the other themes, so i must edit common.php, Ok it works now..Thanks:)

in your theme. instead of using the_content(); use the_excerpt();

Thanks for the code it works now i think it must edit in index.php cause i think the_content(); only found in index.php
 
find limit post automatic plugins
Thank's It works :)

for that theme, u need to edit common.php instead of index.php :)
I think i must edit index.php like the other themes, so i must edit common.php, Ok it works now..Thanks:)

in your theme. instead of using the_content(); use the_excerpt();
Thanks for the code it works now i think it must edit in index.php cause i think the_content(); only found in index.php
 
many themes already have built-in "read more" (especially the premium ones shared here on bhw)
 
You can also just add <!--more--> to your template. you cant split up different modules like that but it does work.
 
Back
Top