• Resolved cristianogoulart

    (@cristianogoulart)


    Hello, how do I display more postings in the list as in this example in See also:
    https://pousadamaya.com.br/en/Acomodacoes/Suite-Master-PARAISO-3

    On my site, I’m using this template to show the post:

    [vc_row]
    	[vc_column width="1/2"]
    		{@post_thumbnail.large}
    			<br />
    		{@album}
    	[/vc_column]
    	[vc_column width="1/2"]
    	<h4>{@post_title}</h4>
    		<h6>Detalhes da acomoda??o:</h6>{@post_content}
    		<b>Quartos:</b> {@quartos}
    			<br />
    		<b>Camas de solteiro:</b> {@camasolteiro}
    			<br />
    		<b>Camas de casal:</b> {@camacasal}
    			<br />
    		<b>Banheiros:</b> {@banheiros}
    			<br />
    		<b>Itens extras:</b> {@extras}
    			<br />
    			<br />
    		<a href="<?php echo get_home_url(); ?>/regras" target="_blank">Clique aqui</a> e conhe?a nossas regras de hospedagem.
    			<br />
    			<br />
    		Gostou?
    			<br />
    		<form action="<?php echo get_home_url(); ?>/#contato" method="get">
    			<input type="submit" value="Entre em contato conosco!"/>
    		</form>
    	[/vc_column]
    [/vc_row]
    [vc_row]
    	[vc_column]
    			<br />
    			<br />
    		<h5>Veja também</h5>
    			<br />
    
    	[/vc_column]
    [/vc_row]

    The page I need help with: [log in to see the link]

Viewing 4 replies - 16 through 19 (of 19 total)
Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[See also]List more posts’ is closed to new replies.