Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How To "Read More" in GetSimple
#1
(sorry for bad english)


How can i use "read more" link?

i have 300 word passage i want to 30 word appear in mainpage if visitor vant click more and see all passage.


thanks a lot

sincerely
Reply
#2
i18n search with i18n special pages.

Read angryboys Howto for blog listings http://get-simple.info/forum/topic/3685/...og-system/

Actually you may not even need the special pages depending on how you are implenting your site. If you want search for a page and only get a snippet of that pages content, with i18n search try:
Code:
<?php get_i18n_search_results(array('words'=>'SEARCH TERM ',     'max'=>3,'wordCount'=>30c,'HEADER'=>null)); ?>
Reply
#3
jay_m Wrote:i18n search with i18n special pages.

Read angryboys Howto for blog listings http://get-simple.info/forum/topic/3685/...og-system/

Actually you may not even need the special pages depending on how you are implenting your site. If you want search for a page and only get a snippet of that pages content, with i18n search try:
Code:
<?php get_i18n_search_results(array('words'=>'SEARCH TERM ',     'max'=>3,'wordCount'=>30c,'HEADER'=>null)); ?>

i will try this today, thanks a lot
Reply




Users browsing this thread: 1 Guest(s)