How To Include Pages in Block 11 instead of Posts

Posted in: Newsmag
Post count: 3

How can I include Pages inside Block 11 instead of Posts?

Thanks!

Post count: 7909

Hi,

Blocks was designed to work properly with posts, but there is an option in block settings to add page: http://screencast.com/t/JSI6frAwYmP
Result: http://screencast.com/t/XxTwZQ6mP
It works but I suggest to use this only if is necessarily, because you won’t have many options in block settings to work with pages, for example sort order will be “Latest”.

Thanks!

Post count: 3

Hi, thanks for your response.

This worked, however, it didn’t achieve the ultimate result I was looking for.

I have data that I want to present on a page. I don’t want it to have a date on the page because then it will appear that the data is old.

I thought I could put the data on a page instead of a post because pages don’t have dates on them. But when I change the block settings to “page” as you instructed, it still shows the date that I created the page in block 11.

I have searched the forum and saw instructions on how to remove the posting date for modules and blocks. However, I use block 11 on many other pages of my site where I do need to show the date. So, I can’t remove it to apply to all of block 11.

Is there any other solution to my problem that you would recommend?

Thanks in advance for your help!

Post count: 115

I am looking for a solution to this a well. Perhaps some css could do the trick?

Post count: 3343

Hi,

The Block 11 is build from Module 10, so if you edit the module 10 you find there all the code: just remove the code you want http://screencast.com/t/NaKr0NMsk

or

you can use this css, to hide the date, add it in Theme panel -> Custom CSS

.td_block_11 .td_module_10 .td-post-date {
display: none;
}

Hope this help!
Thanks for the message!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.