Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author AurelioDeRosa

    (@aurelioderosa)

    If you don’t want to see anymore the block, a fast solution is to change the line 75-76 in the single.php which is:

    $meta = annarita_get_real_meta(get_post_custom());
    if (count($meta) > 0)

    and turn them into these:

    //$meta = annarita_get_real_meta(get_post_custom());
    if (false)

    Anyway I think in the next release I will put an option in the settings so the admins can choose to show or not them.

    Thread Starter The Book Wheel

    (@the-book-wheel)

    Perfect, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Annarita] Extra Data Block’ is closed to new replies.