In the MT Blog system, the home page of a blog that is updated frequently will often display many article entries, and the page will be very long; for a blog that is not updated frequently, when the blog is updated occasionally, you will find that only one article is displayed, and the side navigation is not displayed. The articles are extremely disproportionate. In fact, as long as you simply set some parameters in the Index template, you can freely control the number of articles displayed on the homepage...
By default, the homepage displays updated content within the last 7 days. This is Defined in MT parameter settings. We can set a parameter in MT's Index template to adjust the number of articles displayed on the Blog homepage. The specific method is as follows:
Find the scenario tag that controls the display of articles in the template, and add a lastn=" in this tag. X" parameter, "X" is the number of articles you want to define on the homepage, for example: , then your Blog homepage articles will always display the latest 8 updated articles, so that your Blog homepage articles will not be affected by the update frequency The reason is that it is stretched too long or too short.