Link buttom read more
-
How could I write the shortcode in the loop for link to the current post in a buttom “read more”, i have the code:
[loop type=”post” paged=”3″]
<div class=”row” STYLE=”Background-color: #e0e4e8;border-radius:10px;padding-top:10px;margin-right:5px;”><div class=”col-md-3″>[field image-link]</div>
<div class=”col-md-9″> <div id=”categoria”>[taxonomy category]</div>
<div id=”titulo”> <h2>[field title-link]</h2></div><div id=”entrada”>[field excerpt words=”20″]…</div>
<button type=”button” class=”btn btn-primary”>[field excerpt length=”-0″ more=” … ver más”]</button> </div>
</div>[/loop]
<div style=”text-align: center;margin:15px;”><div style=”margin-bottom:10px;”>Página [loopage-now] de [loopage-total]</div>
[loopage prev_next=”false” show_all=”true”]</div>
The topic ‘Link buttom read more’ is closed to new replies.