|
|
list
 |
|
 |
|
| List category posts 0.7.1 |
Author: Fernando Briano
List Category Posts is a simple WordPress plugin which allows you to list posts from a category into a post/page using the [catlist] shortcode. This shortcode accepts a category name or id, the order in which you want the posts to display, and the number of posts to display. You can use [catlist] as many times as needed with different arguments. Great to use WordPress as a CMS, and create pages with several categories posts.
Usage: [catlist argument1=value1 argument2=value2] Installation:
Upload listcat directory into you wp-content/plugins/ directory.
Login to your WordPress Admin menu, go to Plugins, and activate it.
Edit the default.php file on templates to customize the way the categories are displayed, or use the default one included in the plugins code. You can use several different templates if you want.
You can find the List Category Posts widget in your widgets. Hasnt been tested, still in development, but usable.
If youre updating List Category Posts from version 0.1, you must change the code in the pages using it, since its not backwards compatible. LCP now uses WordPresss shortcode API, in order to allow arguments. You should chang the previous [catlist=ID] to [catlist id=ID].
|
|
|
 |
|
 |
 |
|
 |
|
| MailChimp List Subscribe Form 1.1.8 |
Author: MailChimp API Support Team
The MailChimp plugin allows you to quickly and easily add a signup form for your MailChimp list as a widget
on your Wordpress 2.3 or higher site Installation:
This section describes how to install the plugin and get started using it.
Version 2.3
Unzip our archive and upload the entire mailchimp directory to your /wp-content/plugins/ directory
Activate the plugin through the Plugins menu in WordPress
Go to Options and look for "MailChimp Setup" in the menu at the top
Enter your MailChimp Username & Password and let the plugin verify them
Select One of your lists to have your visitors subscribe to.
(optionally) Turn on or off the Monkey Rewards option
(optionally) Turn your Merge Vars and Interest Groups on and off
Finally, go to Presentation->Widgets and enable the MailChimp widget
And you are DONE!
Version 2.5+
Unzip our archive and upload the entire mailchimp directory to your /wp-content/plugins/ directory
Activate the plugin through the Plugins menu in WordPress
Go to Settings and look for "MailChimp Setup" in the menu
Enter your MailChimp Username & Password and let the plugin verify them
Select One of your lists to have your visitors subscribe to.
(optionally) Turn on or off the Monkey Rewards option
(optionally) Turn your Merge Vars and Interest Groups on and off
Finally, go to Manage->Widgets and enable the MailChimp widget
And you are DONE!
Advanced
If you have a custom coded sidebar or something else special going on where you cant simply enable the widget
through the Wordpress GUI, all you need to do is:
If you are adding it inside a php code block, pop this in:
mailchimpSF_display_widget();
Or, if you are dropping it in between a bunch of HTML, use this:
<?php mailchimpSF_display_widget(); ?>
Where ever you want it to show up.
Note: in some environments you will need to install the Exec_PHP plugin to use that method of display. It can be found here:
http://wordpress.org/extend/plugins/exec-php/
faq:
What in the world is MailChimp?
Good question! MailChimp is full of useful, powerful email marketing features that are easy to use and even a little fun (thats right---we said fun), whether youre an email marketing expert, or a small business just getting started.
To learn more, just check out our site: MailChimp
Wait a minute, you want me to pay to try this?
Absolutely not! We welcome you to come signup for a FREE Trial Account and
see if you find it useful.
I want this in my language, do you have a translation?
Maybe! Look in the /po/ directory in our plugin package and see if your language is in there. If it is, great! If it is not, feel from to create one. Here are the basic steps:
1. Copy "mailchimpi18n-enUS.po" to "mailchimpi18n-LANGCOUNTRY.po" - fill in LANG and COUNTRY with whatever you use for WPLANG in wp-config.php
2. Grab a transalation editor. POedit works for us
3. Translate each line - if you need some context, just open up mailchimp.php and search for the line number or text
4. Send it to us - api@mailchimp.com - and well test it and include it with our next release
|
|
|
 |
|
 |
|
|