Downloadic is the place that you can find newest software and sofware updates to download free, fast and safely. Today, Software is in almost in every sector. Softwares make people's life easier. And we make Downloadic for you to easily find Softwares. We hope you enjoy it. If you want to advertise with us, please click the "Advertise Here" image at left.
Categories

 posts 

cbnet Different Posts Per Page 1.8.1
cbnet Different Posts Per Page 1.8.1
Author: Chip Bennett This plugin will allow you to modify the number of posts shown on home, archive (category, date, author, etc.), search pages and feeds. You can even set the order of posts by ascending or descending order
Installation:
Manual installation: Upload the cbnet-different-posts-per-page folder to the /wp-content/plugins/ directory Installation using "Add New Plugin" From your Admin UI (Dashboard), use the menu to select Plugins -> Add New Search for cbnet Different Posts Per Page Click the Install button to open the plugins repository listing Click the Install button Activiation and Use Activate the plugin through the Plugins menu in WordPress From your Admin UI (Dashboard), use the menu to select Options -> cbnet Different Posts Per Page Configure settings, and save
faq:
Coming Soon Let me know what questions you have!
List category posts 0.7.1
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].
WP-CopyProtect [Protect your posts] 1.9.1
WP-CopyProtect [Protect your posts] 1.9.1
Author: Chetan Gole Protect your blog content from getting copied. A simple plug-in developed to stop the Copy cat
Installation:
Upload wp-copyprotect.php to the /wp-content/plugins/ directory Activate the plugin through the Plugins menu in WordPress Go to Settings and then WP-CopyProtect to configure and enable.
faq:
Why Disable content selection is not working ? Actually your theme doesnt have <?php wp_footer(); ?> in footer, so please edit the footer of your theme and insert that code. To edit the theme go to Design >> Theme Editor >> Select "Footer.php" from right hand list >> and paste <?php wp_footer(); ?> just before the < /body > tag. If possible add this code near to Wordpress link. The "disable Content selection" will start working. I have problems and questions Catch me on Wp-CopyProtect Homepage
Favorites Posts 1.0
Favorites Posts 1.0
Author: seobiz Plugin adds a widget that allows to display anounces of selected posts in a special blocks in the sidebar. Supports the display of thumbnails, custom fields, your own styles. Styles may be configured through a separate CSS file
Installation:
Upload whole directory favposts to the /wp-content/plugins/ directory. Activate the plugin Favorites Posts through the Plugins menu in WordPress. Add the widget Favorites Posts to your sidebar from Appearance->Widgets and configure the widget options.
faq:
Why thumbnail not displaying in anounces? May be not correct custom field or not correct path (URL) to image. Check it.
Efficient Related Posts 0.3.4
Efficient Related Posts 0.3.4
Author: Aaron D. Campbell There is a problem with related posts plugins, and Efficient Related Posts is fixing that by approaching the problem from a different direction and offering a very different solution
Installation:
Verify that you have PHP5, which is required for this plugin. Upload the whole efficient-related-posts directory to the /wp-content/plugins/ directory Activate the plugin through the Plugins menu in WordPress Configure related posts by going to Settings -> Related Posts
faq:
How can I add a list of related posts to my posts? You can configure Efficient Related Posts to add related posts automatically in Settings -> Related Posts. Alternatively you can use the shortcode [relatedPosts] or the helper functions wpgetrelatedposts() and wprelated_posts() in your theme files. How exactly do you use the [[relatedPosts]] shortcode? To use the default settings (from Settings -> Related Posts) you just need to add [relatedPosts] to your post or page where you want to list to be. You can also add some attributes to it such as numtodisplay (Number of related posts to display), norptext (Text to display if there are no related posts), and title (Title for related posts list, empty for none) like this: [relatedPosts title="Most Related Post" num_to_display="1"] [relatedPosts num_to_display="1" no_rp_text="No Related Posts Found"] [relatedPosts title="Try these related posts:" num_to_display="3" no_rp_text="No Related Posts Found"] How do the theme helper functions work? You can use wp_get_related_posts() and wp_related_posts() to display a list of related posts in your theme. They need to be used in "the loop" and the only difference is that wp_get_related_posts() returns the list and wprelatedposts() echos the list. You can also pass an associative array of arguments to it such as numtodisplay (Number of related posts to display), norptext (Text to display if there are no related posts), and title (Title for related posts list, empty for none) like this: wp_related_posts(array(title=>Most Related Post, num_to_display=>1)) echo wp_get_related_posts(array(num_to_display=>1, no_rp_text=>No Related Posts Found)) wp_related_posts(array(title=>Most Related Post, num_to_display=>3, no_rp_text=>No Related Posts Found)) If it calculates related posts when a post is saved, wont a post only be related to older posts? No, Efficient Related Posts finds all the posts related to the one being saved, and if the current post is more closely related to one of those posts than the least related post that is currently stored, it re-processes that post. Simple right? Well, maybe its not so simple, but rest assured that your posts can and will show the posts they are most related to regardless of post date. What metrics are used? Posts are considered related based on tags. This may be extended in the future, but I wanted to keep the queries as clean as possible.
Featured Posts Slideshow 1.0
Featured Posts Slideshow 1.0
Authors: IWEBIX, Dennis Nissle Featured Posts Slideshow shows as many posts images as you want. Its a very nice and powerfull Javascript Slideshow. It displays a certain image for every Post of a category that you have defined. You can slide through your Slideshow with the help of nice navigation buttons. The images are directly linked to the specific Wordpress post. You have a powerfull Administration Area to adjust the Category, the number of Posts, the width and height, and many colours for the Slideshow
Installation:
Upload /featured-posts-slideshow/ to your Plugin directory (wp-content/plugins/) Go to the Plugins Page of your Administration Area and activate the Plugin. Go to Settings/Featured Posts Slideshow and customize the Slideshow for your needs. Place <?php include (ABSPATH . /wp-content/plugins/featured-posts-slideshow/featured-posts.php); ?> in your template. Add Custom Field to your Post with Key "thumbnail" and Value should be direct link to the image like "http://www.google.de/logo.png" (without quotation marks).
faq:
Where can I insert the Slideshow? YOu can Insert the Slideshow almost everywhere you want (it looks best under Navigation Bar or in Footer)! Where can I edit the Stylesheet? You dont have to edit the Stylesheet you can make changes directly in your Administration Panel (Settings --> Featured Posts Slideshow) What is perfect Resolution for the Images? Perfect resolution for Images is 60x60 Pixel but you can define a variable width.
Other Posts 1.0.7
Other Posts 1.0.7
Author: Satollo Other Posts extract related posts for a given article and can display them in a free form. The blog owner can design the related post list but nees to modify the theme to make the list to appear
Installation:
Put the plugin folder into [wordpress_dir]/wp-content/plugins/ Go into the WordPress admin interface and activate the plugin Optional: go to the options page and configure the plugin
faq:
No questions have been asked.
Random Posts from Category 1.11
Random Posts from Category 1.11
Author: Stephanie Leary This widget will list random posts from a chosen category. You can choose how many posts to display, and whether to show the excerpt or the full content in addition to the post title. You may also link the widget title to the category archive if you like
Installation:
Upload the plugin directory to /wp-content/plugins/ Activate the plugin through the Plugins menu in WordPress Go to Appearance → Widgets to add widgets to your sidebar in widget-ready themes.
faq:
Known bugs Some dropdown menus are not displaying correctly after widget options have been saved. This appears to be affecting many widgets, not just this one. This will be fixed as soon as we figure out whats happening! In the meantime, simply refreshing the widget page in your browser will knock the menus back into shape.
1 2 3 4 5
Latest Files



2009 Downloadic (c) All rights reserved.
Privacy Policy - DMCA - Contact - Sitemap
Follow on Twitter Subscribe to RSS

By publishing newest softwares and updates on Downloadic, we respect to these and all Master Software Companies
Adobe - Microsoft - IBM - Sun

bleach vs one piece 210
bleach vs one piece 210
legion td war 150 descarga
bleach vs one piece 210
gta iv gtr
freeviewmuviecom
bleach vs one piece 210
freeviewmuviecom
konoha vs akatsuki warcraft 3
bleach vs one piece 207
icalendar format example
cache wpmu w3
mediatalkringcom
xvideosnet
ns 232