CMS Development

Filtrar por
  • Todos os rótulos
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • Wordpress
Ordenar por
Mais recente
  • Mais recente
  • Mais votados
Estado
Todos
  • Todos
  • Solucionado
  • Unsolved
  • Sem respostas ainda
Priyanka178 on Abril 08, 2024
How to show blog post featured image using 'content_by_id' because it show only 'Post Title', 'Post Url ' But not give featured Image Or How to bind blog post featured image using module field 'page' Blow are my code: <div cla Leia mais
0 avaliações positivas
1 Respostas
Gerente da Comunidade
Abril 08, 2024 11:00
Hi @Priyanka178 , I hope that you are well! Thanks for reaching out to the Community! I found similar threads that might help you: - Featured ...Leia mais
t_one on Novembro 06, 2023
Hi. I want to create a custom module that displays content from blog post (to be more specific from one of its modules - hero description). I am new to HubSpot, and tried to search for something in the documentation. I found the content_by_id funct Leia mais
2 avaliações positivas
1 Respostas
Participante de valor | Parceiro Diamante
Novembro 07, 2023 06:44
Hi @t_one Is hero-description a standard blogs element? If so, you can probably display that on a page using one of HubSpot's two standard a...Leia mais
WHarsh on Setembro 28, 2023
I need help moving recently updated/optimized OLD blogs to the top of my blog navigation page. (i.e. for time sensitive/seasonal posts that get updated each year). At the moment, my custom code only allows brand NEW blogs do show up at the top (lef Leia mais
0 avaliações positivas
2 Respostas
Membro
Outubro 02, 2023 15:00
Here's the page: https://www.vanderbeken-remodel.com/snohomish-county-remodeling-blog Here's the code: <!-- templateType: blog_listing isAvail...Leia mais
DEsteva on Agosto 23, 2023
Hello guys! Hope everything's going well. I have an Sticky Global Header set up on my website theme with this CSS: .header { background-color: {{ header_bg_color }}; width: 100%; background-color: #121727; position: fixed; z-index: 100; } And Leia mais
0 avaliações positivas
1 Respostas
Gerente da Comunidade
Agosto 25, 2023 13:51
Hi, @DEsteva 👋 I checked the documentation, but didn't find an option or way to change this behaviour. Unless there's a community member with a ...Leia mais
JBlay on Julho 30, 2023
Hi there - I'm having an issue with the following statement: blog_recent_tag_posts(blog ref #, [ tag(s) ], #-of-posts, operator) In this instance, it is used at the end of a blog post template to pull recent, related posts to the blog po Leia mais
0 avaliações positivas
3 Respostas
Especialista reconhecido(a) | Parceiro Diamante
Agosto 01, 2023 02:51
Hi @JBlay , I totally forgot about the third parameter, couldn't you use the |length directly as the third parameter? Maybe like this; ...Leia mais
Solucionado
nandinighosh on Junho 27, 2023
Hi, I'm using the HubSpot default pagination.module to build a blog listing page and test it on a hs domain. I can see the pagination in the "Edit Blog Listing" page, but when I open the live preview, it doesn't show up. Any reccommendations Leia mais
0 avaliações positivas
1 Respostas
Accepted Solution
Colaborador(a)
Junho 28, 2023 11:33
Solved it! The issue was just populating the blog feed with posts.
EOrlov on Junho 01, 2023
As stated in docs , JPGs were turned into webP on the server side. I'm afraid, this doesn't work for me. Displaying an article in my browser I download a JPG image and expect, it should be a webP, or a webP with JPG file ending. What I in fac Leia mais
0 avaliações positivas
3 Respostas
Membro | Parceiro Platinum
Junho 05, 2023 04:49
All images have content type "image/jpeg"
EOrlov on Junho 01, 2023
All blog articles in their AMP versions (?hs_amp=true) appear without featured image. Other images remain in their places. How can I get featured images back?
0 avaliações positivas
2 Respostas
Membro | Parceiro Platinum
Junho 05, 2023 04:59
Featured image has the size 1232x693, is loaded in the web version and not loaded in the AMP. It is not included in the ressources tab in the AMP va...Leia mais
Solucionado
ICaceres on Abril 27, 2023
how we can block LinkedIn cookies using the OneTrust cookie consent banner script? we now, have to use: <script type="text/plain" class="optanon-category-C0002"> //what is the code to block the LinkedIn cookie? </script> because : Leia mais
0 avaliações positivas
1 Respostas
Accepted Solution
Autoridade no assunto | Parceiro Elite
Abril 28, 2023 03:08
Hello @ICaceres To block LinkedIn cookies using the OneTrust cookie consent banner script, you can use the following code within the <script t...Leia mais
Solucionado
designfrance on Novembro 02, 2021
Hello 🙂 I have a problemin the code of my blog, but I cannot find how to solve it. When we go to the second page of the listing, the two items are duplicated. they have no been created twice in the editor. It would come from the code. Leia mais
0 avaliações positivas
4 Respostas
Accepted Solution
Especialista reconhecido(a) | Parceiro
Novembro 10, 2021 13:14
Thanks @TiphaineCuisset Hey @designfrance After you " {% if current_page_num > 1 %}" expression you're printing the blog post for th...Leia mais
Solucionado
jjokinen on Maio 06, 2021
Hi! I found this article on the subject but seems like the actual code snippet is missing from there. Does anybody have the snippet available for sharing? https://blog.hubspot.com/customers/writing-a-custom-updated-timestamp-for-blog-posts Leia mais
1 avaliações positivas
6 Respostas
Accepted Solution
Top colaborador(a) | Parceiro Diamante
Maio 07, 2021 12:33
If you are looking to display the last updated date instead of the published date on a post page you can use the following: {{ content.updated|dat...Leia mais
sgoodman on Fevereiro 01, 2021
I have a blog post where I have a section for related blogs, but I also have links to two related blogs in the footer. I have tried to show them using the following but it just won't work. Can anyone tell me if there is a correct way to do this? Leia mais
0 avaliações positivas
3 Respostas
Especialista reconhecido(a) | Parceiro Elite
Fevereiro 03, 2021 17:43
@sgoodman From testing it seems like the callback has an issue creating multiple instances. I'd recommend just using the post_formatter instead wit...Leia mais
cancelar
Mostrando resultados para 
Pesquisar então 
Você quer dizer: 

Quer iniciar uma conversa ou fazer uma pergunta?

Crie uma postagem.
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.