Aug
22

A Hidden Big Idea: How to Think About Risk When Investing

Risk is a vital part of thinking about investing, even though you can’t put a number to it. You can’t really start applying many of the ideas in this book without having a good grounding in what makes a risky investment and what makes one investment more or less risky than another. (more…)

Aug
21

Instead of turining off the WYSIWYG

No tags for this post.

< ?php
if ( is_single()) {
echo 'turning it off‘;
echo’
‘;echo’
‘;echo’
‘;
} else {
echo ‘turning it off‘;
}
?>

To successfully write PHP code in the content of an article, the WYSIWYG editor needs to be turned off through the ‘Users > Your Profile’ menu. It is not enough to simply keep the WYSIWYG editor on, switch to the ‘Code’ tab of the editor in the ‘Write’ menu and save the article. This will render all contained PHP code permanently unuseful. (more…)