Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

News on Startpage

Asked Modified Viewed 1,074 times
M
Michel_Angelo
M
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hy Guys. What do I have to do to only have the latest articles displayed on the start page and not the latest downloads, latest blogs, etc.?
Thanks in advance.
0 replies

3 posts

R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

Since v9.10 it's very easy to do this. Simply add this fusion_remove_hook() function to /themes/YOUR_CURRENT_THEME/theme.php.
This is what you need to add
fusion_remove_hook('home_modules', 'blog_home_module');
fusion_remove_hook('home_modules', 'downloads_home_module');
fusion_remove_hook('home_modules', 'news_home_module');


For articles is this hook fusion_remove_hook('home_modules', 'articles_home_module');

I assume this will be next question.. So if you add also this PHPFusion\HomePage::setLimit(3);, you can set number of items displayed on homepage. Default is 3. In Magazine theme this code is already added in Magazine/templates/homepage.php.
0 replies
M
Michel_Angelo
M
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Fantastic. Thank you very much,RobiNN.
0 replies
— 1 year later —
R
Rickisani
R
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

at which point in themes.php should this code be inserted?
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

R
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
M
M
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
R
R
  • Newbie, joined since
  • Contributed 1 post on the community forums.

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet