• Hello,

    I am busy with a website and i want to put this in:
    <?php uf( 'footer_tekst' ) ?> (in footer.php)

    But nothing is displayed in the frontend? I have put a repeater in the website and the repeater is just working great! Why is this code not working for me?

    When i put in:
    <?php echo uf( $footer_tekst ) ?>

    i get only the text ‘Array’. I am not a programmer so pls help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Radoslav Georgiev

    (@radogeorgiev)

    Hello Dreamwire,

    given the code you included, I cannot really draw any conclusions.
    I only have one guess and it is that you are using the Options Page container instead of Post Meta and that you need to use
    <?php uf( 'footer_tekst', 'option' ?>

    Generally, if you want to save a value into a variable or simply not to display it immediately, you need the “get_uf” function, which accepts the same parameters as “uf”.

    If the code above does not work for you, can you please export the container as PHP/XML and send it to me? This way I could see what the issue is. I assume you already have my email address.

    Best regards,
    Rado

    Thread Starter SomebodyWithAName

    (@dreamwire)

    Hi Rado,

    Thnx mate! It is working now with the code:
    <?php uf( 'footer_tekst', 'option' ) ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘repeaters work but normal input not.’ is closed to new replies.