Nikolay Ivanov

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • in reply to: Listing Templates #1357
    Nikolay Ivanov
    Spectator
    This reply has been marked as private.
    in reply to: Listing Templates #1355
    Nikolay Ivanov
    Spectator

    Thanks again
    I have do it
    Now
    archve-listing.php have
    /* Start the Loop */
    while (have_posts()) {
    the_post();
    if ( function_exists(‘epl_property_blog’) ) {
    echo ‘<article class=”post”>’;
    echo epl_property_blog();
    echo ‘</article>’;
    }
    }
    single-listing.php have
    while (have_posts()) {
    the_post();
    if ( function_exists(‘epl_property_single’) ) {
    echo ‘<article class=”post”>’;
    echo epl_property_single();
    echo epl_property_blog();
    echo ‘</article>’;
    }

    }
    Is it OK?
    Now think listing view good.
    How can I change single view to look like yours. Now is look like not style?
    What happens when change Template type? I don’t see difference
    What happens when change Property Card Style?

    in reply to: Listing Templates #1348
    Nikolay Ivanov
    Spectator

    Also here is attach from display= Is it OK ?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Listing Templates #1347
    Nikolay Ivanov
    Spectator

    Hi Merv
    Thank you
    I have do it all.
    But last can’t understand – where can put this code ::
    or wrap the EPL functions inside the
    < ?php
    if ( function_exists(‘epl_property_blog’) ) {
    epl_property_blog();
    }
    ?>

    in reply to: Listing Templates #1340
    Nikolay Ivanov
    Spectator

    Ops why can’t attach files here?
    Try again with rename to TXT

    Attachments:
    You must be logged in to view attached files.
    in reply to: Listing Templates #1339
    Nikolay Ivanov
    Spectator

    Hi Merv
    I have read your posts about archive-listing.php and single-listing.php and try it to prpepare for my theme. Here is attachment. When I put the exact code with < ?php ?> it not work, empty pages.
    When put code without <?php ?> it work but not like yours.
    For that I vave buy a listing template but nothing different.

    Thank you

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 6 posts - 1 through 6 (of 6 total)