Jump to content

Loving the latest blog entry view - embed on home page as

Featured Replies

Posted

I want to have a latest Blog entry listing view... say last 15 entries to show case on my home page 

I wish it can be done ... 

You could just use the blog entries widget, or create a new block based on  the Blog Entry View Widget, customize the output to suite your needs and place it on  your homepage:)

  • Author

The default blog view is this

image.thumb.png.778ee3339dac85478287025d8a0cc2fe.png

 

Iits a simple list

I want to customize like this one  exactly same

 

image.thumb.png.2c15de80184f6bc3332d5061ce0fffb9.png

 

 

The base code is 

 

{{if !empty( $entries ) }}
	<h3 class='ipsType_reset ipsWidget_title'>{$title}</h3>
	<div class='ipsPad_half ipsWidget_inner'>
		<ul class='ipsDataList ipsDataList_reducedSpacing'>
			{{foreach $entries as $entry}}
				{template="entryRow" group="widgets" app="blog" params="$entry, $orientation"}
			{{endforeach}}
		</ul>
	</div>
{{endif}}

I request you to help me ... how to change it 

  • Author

I need a  block for blog listing in grid format 

  • Author

If some one can help me in customizing the feed look

  • Author

can any 1 help me with this 

  • 2 weeks later...
  • Author

no one wants this type of block on home page 

I would also love to have a blog block listing looking like that. For pages I got the @opentype SuperGrid plugin the other day. Just wish I could find something similar for the blog. 

 

  • 1 month later...
  • Author
On 4/20/2018 at 7:39 PM, Saurabh Jain said:

The default blog view is this

image.thumb.png.778ee3339dac85478287025d8a0cc2fe.png

 

Iits a simple list

I want to customize like this one  exactly same

 

image.thumb.png.2c15de80184f6bc3332d5061ce0fffb9.png

 

 

The base code is 

 


{{if !empty( $entries ) }}
	<h3 class='ipsType_reset ipsWidget_title'>{$title}</h3>
	<div class='ipsPad_half ipsWidget_inner'>
		<ul class='ipsDataList ipsDataList_reducedSpacing'>
			{{foreach $entries as $entry}}
				{template="entryRow" group="widgets" app="blog" params="$entry, $orientation"}
			{{endforeach}}
		</ul>
	</div>
{{endif}}

I request you to help me ... how to change it 

can any 1 help me with this

  • Author

can any 1 look into this 

On 5/2/2018 at 3:46 PM, vanderbroms said:

I would also love to have a blog block listing looking like that. For pages I got the @opentype SuperGrid plugin the other day. Just wish I could find something similar for the blog. 

I can offer templates for Pages, since it has its own template system. The Blogs templates are defined through the theme. So the theme designer would have to change the blogs layout. 

I can only change Pages blocks for Blogs content, which is done with SuperBlocks for example. 

 

  • Author
On 7/4/2018 at 1:46 PM, opentype said:

I can offer templates for Pages, since it has its own template system. The Blogs templates are defined through the theme. So the theme designer would have to change the blogs layout. 

I can only change Pages blocks for Blogs content, which is done with SuperBlocks for example. 

 

This will be great  

I can put a blog block in the page.... the home page  is this possible right now b?

On 4/20/2018 at 7:09 PM, Saurabh Jain said:

I want to customize like this one  exactly same

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.