<% @phcpress_posts_index.each do |blog_post_index| %>
<%= blog_post_index.created_at.strftime("%B") %> <%= blog_post_index.created_at.strftime("%d") %>

<%= blog_post_index.user_id %>

<%= blog_post_index.psttittle %>

<% if blog_post_index.pstimage.attached? %>
Picture for Blog Post - <%= blog_post_index.psttittle %>
<% end %>
<%= truncate(blog_post_index.psttext, :length => 120, :escape => false) %>
<% end %>