Keyword

Show articles from specific number

  • Carlos Carmona
  • Carlos Carmona's Avatar Topic Author
  • Offline
  • New Member
More
12 years 8 months ago #61430 by Carlos Carmona
Show articles from specific number was created by Carlos Carmona
So, this is what I want to do:

Display 5 articles from any category then break and add a module for videos or photos, and then continue with the articles but starting after the 5th article.

Is there a way to do this?
Is there a module for this???

I mean, the only trouble I have is finding a way to tell the last module to start the articles from the 5th one.

Thanks

Please Log in or Create an account to join the conversation.

More
12 years 8 months ago - 12 years 8 months ago #61431 by william white
Replied by william white on topic Re: Show articles from specific number
if you are using mod_k2_content
you may be able to use a subtemplate in the second module
and customize it to include the php
$output = array_slice($input, 5); command
on the $items array to hack of the top 5 k2 items from display
Untested

Please Log in or Create an account to join the conversation.

  • Carlos Carmona
  • Carlos Carmona's Avatar Topic Author
  • Offline
  • New Member
More
12 years 8 months ago #61432 by Carlos Carmona
Replied by Carlos Carmona on topic Re: Show articles from specific number
Thanks, I will give it a try.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum