Safe in my garden, an ancient flower blooms
How to Add a YouTube video to your blog post in WordPress
Posting a YouTube video on your post or page is easy. All you need to do is paste the YouTube video’s url on a line by itself in WordPress and the magic happens. You can preview the video on your page just as it will look like.
Where do you find the YouTube video url you ask? Just click …
How to Add Pictures to your Page or Post
From the WordPress admin, click on Posts/Add New. You will be given a screen like this:
Click on the Add Media button (on the upper left of your screen). You will be taken to the Media Library Screen, which looks like …
How to Create and Edit pages and posts in WordPress
This is a short 10 minute video showing how to create and edit pages and posts in WordPress.
Using Custom Cursors with Word Press
Just add the following css to your page or theme css page:
BODY {
cursor: url(https://mredsanders.net/cursors/shoeshine.cur), default;
}
a:hover {
cursor: url(https://mredsanders.net/cursors/polly.cur), default;
}
input, textarea, select {
cursor: url(https://mredsanders.net/cursors/simon.cur), default;
}
Substitute your cursor’s url for above and it will work in IE and Firefox and Google Chrome…Don’t have any cursors? Download Mine Here .
You …