CMS Development

josephLayden
Contributor

Can I dynamically pull in blog posts on a custom built page?

SOLVE

I am starting a new project and am hoping to define the limitations of what HubSpot can do. Most of my experience is in WordPress and I am curious about whether or not HubSpot will be able to accommodate my needs.

My goal is to create three separate blogs that each have there own theme. Content providers would use the HS GUI to create and publish a post. The post would then be tagged by category and blog. Simultaneously, any blog post from the three blogs would populate a timeline of posts on a Landing Page. The Landing page would be dynamically fed content that was created on the blog posts.

I have two main concerns: 1. Using multiple templates and the ability to strip styling based on 2. a dynamic class based on the content category. Basically, I want to be able to re-style the posts on the landing page, but maintain the theme on the blog page.

Would HubL methods such as {{ select_blog }} and {{content}} allow me to dynamically pull content created on a blog into a static landing page?

It looks like we can have two templates in the general blog set up - one for listings and one for single-posts. See attached

This looks like it will work from a stand point of the landing pages and posts. The index page is something that I need more information about still. Can I dynamically pull in blog posts on a custom built page?

0 Upvotes
1 Accepted solution
COSCOGS
Solution
Member

Can I dynamically pull in blog posts on a custom built page?

SOLVE

Hi Joseph

 

You can combine multiple sets of posts from different blogs into a landing page using HUBL.

 

http://designers.hubspot.com/docs/tutorials/combining-multiple-sets-of-blog-posts-into-a-single-list...

 

You can also use the Json method via the HB API if you want to get real dirty! 

 

https://developers.hubspot.com/docs/methods/blogv2/get_blog_posts

 

Hope that is of some help.

 

HS is very capable if you get into the API, which HS actually allows, unlike a lot of CMS.

 

Like WP, you can port in any HTML design.  HUBL allows most of what WP can do.

 

You can create templates that are easy for clients to manage and customise.  And then get the freedom to do what YOU want.

 

Only downside is the Bootstrap 2 framework underpining the design editor (drag & drop).

 

But as I say, you can bring in your own CSS/JS framework and hook it into HB easily enough.

 

Have fun...

 

Stu

View solution in original post

1 Reply 1
COSCOGS
Solution
Member

Can I dynamically pull in blog posts on a custom built page?

SOLVE

Hi Joseph

 

You can combine multiple sets of posts from different blogs into a landing page using HUBL.

 

http://designers.hubspot.com/docs/tutorials/combining-multiple-sets-of-blog-posts-into-a-single-list...

 

You can also use the Json method via the HB API if you want to get real dirty! 

 

https://developers.hubspot.com/docs/methods/blogv2/get_blog_posts

 

Hope that is of some help.

 

HS is very capable if you get into the API, which HS actually allows, unlike a lot of CMS.

 

Like WP, you can port in any HTML design.  HUBL allows most of what WP can do.

 

You can create templates that are easy for clients to manage and customise.  And then get the freedom to do what YOU want.

 

Only downside is the Bootstrap 2 framework underpining the design editor (drag & drop).

 

But as I say, you can bring in your own CSS/JS framework and hook it into HB easily enough.

 

Have fun...

 

Stu