Здравствуйте, захотелось виджетировать свою тему, и столкнулся с проблем. Виджет не работает, где то ошибка в коде. Кто сможет помочь?
Код
<?php /* Plugin Name: Random Post Widget Plugin URI: http://jamesbruce.me/ Description: Random Post Widget grabs a random post and the associated thumbnail to display on your sidebar Author: James Bruce Version: 1 Author URI: http://jamesbruce.me/ */
class RandomPostWidget extends WP_Widget { function __construct() { $widget_ops = array('description' => __('Arbitrary text or HTML')); $control_ops = array('width' => 400, 'height' => 350); parent::__construct('About Me', __('About Me'), $widget_ops, $control_ops); }
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Mr.Black
Здравствуйте, захотелось виджетировать свою тему, и столкнулся с проблем. Виджет не работает, где то ошибка в коде. Кто сможет помочь?
Код
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.