Jump to content

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


Saurabh Jain

Recommended Posts

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 

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
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

Link to comment
Share on other sites

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. 

 

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...