My Desk 2 is a minimalist WordPress theme with a Flash banner built on the original MyDesk. This enables you to put a status message for your readers plus it allows you to show or hide some items on the desk. We’re bringing fun to WordPress themes
Do you have writer’s block? Write on the header “Got writer’s block today =(“. The header is one of the first areas readers see when your homepage is loaded so it is a good feature to have especially if you want to point out something important.(Please retain the footer AS IS.)
To update your header message and show or hide objects on your desk, just do the following:
1. Login to your WordPress site. This will bring up the Dashboard,
2. Click on the Appearance menu. This will show some submenus.
3. Click the Editor sub-menu. This will load the editor page.
4. On the Editor page, click on Header found on your right side.
5. Then on the editor itself, you should see some text like those listed below. On the second line, replace ’59 characters allowed’ with your message. The succeeding lines are commands that shows or hide an object on the desk.
<?php
$msg = '59 characters allowed';
$butterfly = 'y';
$leaf = 'y';
$bug = 'y';
$coffee = 'y';
$keys = 'y';
$camera = 'y';
?>
To hide the camera, just change the last line to:
$camera = ‘n’;
To hide most of the objects that can be hidden, your code should look like this:
<?php
$msg = '59 characters allowed';
$butterfly = 'n';
$leaf = 'n';
$bug = 'n';
$coffee = 'n';
$keys = 'n';
$camera = 'n';
?>
6. Then click the Update button.
7. Logout





Email Us
Webhosting