All, I posted a question here a few weeks back about changing my News feed so the entire article would be included instead of an excerpt. I have those changes made and all is working great. Individuals that subscribe to my feed like it much better. Now I would like to do the same on the main page of my site. Currently I am using the built-in code as follows: #set($nbstart = $request.nbstart) #set($category = '') #set($nbitems = '10') #includeMacros('Blog.Macros') Can someone tell me the best way to get the entire article to post without the "continue reading" link? Thank you in advance for all the help! <http://bobmixon.xwiki.com> KM, BPM, Intranet and Portal Technologies <http://bobmixon.xwiki.com> The Possibilities are Endless Bob Mixon <mailto:bob.mixon@gmail.com> bob.mixon@gmail.com http://bobmixon.xwiki.com/ Skype ID:brm1999 <https://www.plaxo.com/add_me?u=30065756390&v0=1965978&k0=1714165761> Add me to your address book... <http://www.plaxo.com/signature> Want a signature like this?
Hi Bob, You should open the Blog.Macros page. You'll see a script which does the extraction of the 'extract'. You can change this to put the full content. If the Blog.Macros is an include of XWiki.com just get it using http://www.xwiki.com/xwiki/bin/view/Blog/Macros?xpage=code and copy it in your Blog.Macros page. Ludovic Bob Mixon a écrit :
All,
I posted a question here a few weeks back about changing my News feed so the entire article would be included instead of an excerpt. I have those changes made and all is working great. Individuals that subscribe to my feed like it much better.
Now I would like to do the same on the main page of my site. Currently I am using the built-in code as follows:
#set($nbstart = $request.nbstart)
#set($category = '')
#set($nbitems = '10')
#includeMacros('Blog.Macros')
Can someone tell me the best way to get the entire article to post without the “continue reading” link?
Thank you in advance for all the help!
*/KM, BPM, Intranet and Portal Technologies <http://bobmixon.xwiki.com>/*
The Possibilities are Endless <http://bobmixon.xwiki.com> *Bob Mixon* bob.mixon@gmail.com <mailto:bob.mixon@gmail.com> http://bobmixon.xwiki.com/ Skype ID:brm1999
/Add me to your address book... / <https://www.plaxo.com/add_me?u=30065756390&v0=1965978&k0=1714165761>/Want a signature like this? / <http://www.plaxo.com/signature>
------------------------------------------------------------------------
-- You receive this message as a subscriber of the xwiki-users@objectweb.org mailing list. To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Ludovic Dubost XPertNet: http://www.xpertnet.fr/ Blog: http://www.ludovic.org/blog/ XWiki: http://www.xwiki.com Skype: ldubost AIM: nvludo Yahoo: ludovic
participants (2)
-
Bob Mixon -
Ludovic Dubost