jsbrokers
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Way to Add Author?That work out perfect!! thank you so much!
This is Excelent support, again Thanks.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Way to Add Author?Thanks a lot! So I did as you told, and now it does shows the field, but instead of below the tittle, it shows it in a line, just after “related post” tittle (the main tittle of the plug)
look:http://jsbrokers.es/project/restaurante-24/
So now is like this:
OTROS NEGOCIOS SIMILARES (This would be “related post” tittle)
Sarrià – Sant GervasiCiutat VellaOtras zonas de BarcelonaOtras zonas de BarcelonaEixamplethumbnail thumbnail thumbnail etc…
tittle tittle tittleWhat I don’t know how to do is to make it like this:
OTROS NEGOCIOS SIMILARES
thumbnail thumbnail thumbnail etc…
tittle tittle tittle
Sarrià – Sant Gervasi Ciutat Vella Otras zonas de BarcelonaThanks for your help!!!
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Way to Add Author?thanks! just one more question, Im very rookie…
In which php file do I have to add this code? in related-posts-thumbnails.php?And can you tell if I just paste it at the end or I have to put it in one specific line?
Thank you so much, sorry to bug you with simple questions.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Way to Add Author?let me know if you need further info! and thanks again.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Way to Add Author?Thanks Keesiemeijer!
I add this on a theme’s php:
<p style=”text-align:center;”><?php the_field(‘zona’); ?></p>
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Way to Add Author?HI! first of all, thanks for your great plugin!
I’m using thumbnails template and I want to add custom fields to each result, something like this, but with custom fields.
Right now it looks like this: http://jsbrokers.es/project/restaurante-24/
So now you can see there’s a thumbnail + tittle. I want to keep this and add some custom fields below the tittle
Im not a code expert, can you help me?
I don’t know if I have to edit “related-posts-thumbnails.php” or add some code to my theme’s “functions.php”
In other part of my site I’ve managed to do this by adding just “php the_field” and calling my custom fields with this.
Thanks!