Uppdaterad: 2010-01-07
This post has not been updated yet, but I just wanted to show you how WP Update Message works. This is an update message box.
Add a short note about the latest changes in the current post or page. Activate it and it work instantly. All the settings are optional.
This box is placed when editing a post or a page.
If you are not sure about a setting, just leave it and it will use the default value.
The date the post or page was published for the first time. It uses the same parameters as PHP date. For example, to display a date like this ”2009-07-12, 18:10” would look like this:
Y-m-d, H:i
The date the post or page was updated last. It uses the same parameters as PHP date. For example, to display a date like this ”2009-07-12, 18:10” would look like this:
Y-m-d, H:i
Where the update message box should be placed. You can choose by top, bottom, both or none.
If you don’t want to place the update message box by the predefined positions you can place it on your own. Select ”none” as position above. Then use the code below in your template:
<?php update_message_box(); ?>
It works only inside the loop.
If you want the box to look different you can write your own HTML. These will be replaced in the HTML code in your post / page:
Even if a new row is inserted in HTML, it will not be displayed as a new row.
The default way to solve this is to close the paragraph-tag and start a new one when a new rows accurs. Another way could be to use ”<br />” instead. It’s your choice.
You don’t have to be a programmer to use WP Update Message. There are themes to choose from. Hopefully some of them will fit your site.
If you want to style the update message box yourself, just set style theme to ”none” and add the style data into your theme style.css.
Save your settings into the database. If you don’t save anything WP Update Message will use all the default values.
It removes the saved settings from the database. You can use it if you want to remove this plugin.
The CSS style themes below are included from start and are available in wp-admin->Settings->Update message.
There are more than one way you can support this plugin.
<?php /* Template Name: Simple Sitemap */ ?> <?php the_sitemap_post_counter(); ?> <?php wp_simple_sitemap(); ?>
If you have found a bug I want to know about it so I can fix it.
The best way to contribute is to spread the word, link to this page, blog about WP Simple Sitemap or give me feedback. All kinds of feedback are helpful to me. Suggestions and bug report are also welcome.
Uppdaterad: 2010-01-07
Version 0.5 released. Mostly bug fixes.
I made a paging navigation plugin for WordPress that will be an alternative to the ”Next page” and ”Previous page”. Instead it uses numbers which makes it easier for users to choose what page to go to. It also makes a tighter internal link structure which makes it easier for search engines to find your posts.
All the 5 themes are included from start and are available in admin.
This is what it looks like if you don’t change anything (default paging theme):
You can also try it out as a live demo at the bottom of my blog.
<?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
This plugin uses only WordPress own string values, no own SQL-querys is written. That means that you can use this plugin for more advanced use.
Example: You have a page which contains the query_posts() function and a loop to get some posts into the page. In that case you can use WP Page Numbers (see usage). If the posts are less than what is set in admin, the navigation will be hidden.
These features could be included in future versions of WP Page Numbers.
If you have found a bug I want to know about it so I can fix it.
The best way to contribute is to spread the word, link to this page, blog about WP Page Numbers or give me feedback. All kinds of feedback are helpful to me. Suggestions and bug report are also welcome.
<p id="mytest">my text</p> <a href="javascript:void(0);" onclick="wp_showhide('mytest')">my link</a>
If you have found a bug I want to know about it so I can fix it.
The best way to contribute today is to spread the word, link to this page, blog about WP ShowHide Elements or give me feedback. All kinds of feedback are helpful to me. Suggestions and bug report are also welcome.
WP YouTube now supports a profile editor, where you can set up different settings, but only one profile is needed for all your YouTube videos. Then it automatically set the colors, borders, width, height and more. Easy to use!
If you have found a bug I want to know about it so I can fix it.
The best way to contribute today is to spread the word, link to this page, blog about WP YouTube or give me feedback. All kinds of feedback are helpful to me. Suggestions and bug report are also welcome.
Why did I make this? I almost always forgot to put a more-tag into my posts and at first I created some quick fix for it at my own website. At the time I didn’t found any good plugin for it. I still havn’t found the perfect plugin for this so I created my own.
The best way to contribute is to spread the word, link to this page or give me feedback. All kinds of feedback are helpful to me. Have you tested this plugin on another WordPress-version and can confirm that it works? Let me know. Suggestions and bug report are also welcome.
Why did I make this? I’m developing a video-site when this is written and got tired of pasting and editing the embed code. After about 30 posted YouTube-videos I wanted to change the width of the site and there by the width of every movie-clip. What if I could do that in just one place, in one simple setting? I made a plugin to manage that. I figured that my plugin could be used for more than just change the width and height. YouTube videos have support for colors and borders and I brought that into the plugin as well.
The best way to contribute is to spread the word, link to this page or give me feedback. All kinds of feedback are helpful to me. Have you tested this plugin on another WordPress-version and can confirm that it works? Let me know. Suggestions and bug report are also welcome.