• witam wszystkich, mam takie drobne pytanie , zainstalowałem i skonfigurowałem sobie opcje w interesującym frameworku z dodatkowymo opcjami dla wordpressa NHP Theme Options Framework, ale nie znalazłem żadnej informacji w jaki sposób je wywołać bezpośrednio w szablonie, czy może wie ktoś w jaki sposób wywołać na przykłąd takie dane ? , dzięki za każdą pomoc

    array(
    	'id' => 'blog-name', //must be unique
    	'type' => 'text', //the field type
    	'title' => __('Extendend blog name', 'nhp-opts'),
    	'sub_desc' => __('This is a little space under the Field Title in the Options table', 'nhp-opts'),
    	'desc' => __('This is the description field, again good for additional info.', 'nhp-opts'),
    	'validate' => 'url',//if you want to validate the value
    	'msg' => 'custom error message', //override the default validation error message for no_html
    	'std' => '', //This is a default value, used to set the options on theme activation, and if the user hits the Reset to defaults Button
    	'class' => '' //Set custom classes for the element, default is "regular-text"
    	)

Temat ‘NHP Theme Options Framework’ jest zamknięty na nowe odpowiedzi.