One of my personal project using Pagedown 1 for the markdown editor, so this is a working solutions and not just an example. Perhaps it slightly different with your needs but at least will give some...
Read more →
Maybe sometimes we need a widget for certain features, but the widgets are not available. Blogger already provides an APIs to overcome this, so we can create our own widget by reading the blog feed...
Read more →
For for node body field use below code: /**
* Override or insert variables into the node template.
*/
function template_preprocess_node(&$variables) { /* Add nofollow */...
Read more →
Here's how to adding new variable for the Author Pane function template_preprocess_author_pane(&$variables) { $variables['user_follow'] = '';
$uid = $variables['account']->uid;
$name1...
Read more →