- This topic has 6 replies, 2 voices, and was last updated 9 years, 8 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Order results by ACF type of field
Tagged: acf, order results
Hi,
How could I order results by ACF type of field “powierzchnia”?
<?php
while ($query->have_posts())
{
$query->the_post();
?>
<a href="<?php the_permalink(); ?>">
<ul>
<li><?php the_title(); ?></li>
<?php if (get_field ('powierzchnia') ) : ?>
<li><span><?php echo the_field ('powierzchnia'); ?></span> m<sup>2</sup></li>
<?php endif; ?>
Regards
I do not see anything like: http://screencast.com/t/0r5nobZGruXv