Spread the news in shortest possible way. Use links to refer complete article and title to concise it.
Spread the news in shortest possible way. Use links to refer subjective data and title to concise it, a short excerpt of that news will be added with it to let user know what that news is about.
Don’t you hate it when you want to publish something new that you have recently heard or read somewhere and you don’t have enough time to write about the same topic again? When you can complete your message in a single sentence then why to write whole page without any sense?
For this, “Kush Micro News” comes to rescue. You just have to put title, little description of 1-2 lines and a reference link. Thats it!
All this data will not be published as posts in your wordpress because of which Google will not point you out for incomplete/less content on pages.
A separate table will be created while installing plugin which stores all your wordpress micro news. Advised to add in sidebar or small block, because thats how it is styled in css. No separate page will be created of micro news you are going to post, to avoid unnecessary cluttering of content.
Updates Coming soon !
How much better can a plugin be? Wait there is more :
In settings section you have multiple choices to opt, each of them serve a purpose which are :
Number of news to display —
The number of micro news which is going to be displayed on output. This can be manually given in function too : For eg – kush_micro_news_output(5);
Enable Colorful Borders —
Uused to enable and disable borders comes on the left side of each news.
Enable link hover effect —
Enable and disable hover effect comes over Refer Link.
Text and Title color —
You can change the color of news text and title from available options but if you want to add your own then use hexadecimal format. Eg. #E2E2E2
Allow HTML parsing while adding news —
This enable and disable HTML parsing when you are going to add new news or update an old one. If the box is checked, then all html tags will be parsed as DOM. But if it is disabled then HTML tags will treat as HTML entities. Try not to use improper markup if HTML parsing is enabled otherwise it could break up your whole site.
Note: Also avoid using heading tags in title, because it will overide my default heading tag and mess up markup.
Note: When HTML parsing is disabled, any new line or line break will be converted to
tag automatically. When you try to edit this news, you will see
tags along with excerpt. To make them work, enable HTML parsing again just before updating.
Access —
Sites with multiple type of user access, i.e. administrator and editor, can use plugin. Once administrator enables this option, editors has full control over the plugin posts as well as settings.
Styling —
If you want to customize the look of this plugin, feel free to do so by editing CSS file present in “assets/css/style.css”. For now you have to do it manually, later i will add GUI interface of customizing it.
So finally you are ready to learn how to install this plugin, uhh? Don’t worry, its a piece of cake.
micro-news-kush
folder to the /wp-content/plugins/
directory<?php if(function_exists('kush_micro_news_output')){echo kush_micro_news_output();} ?>
in your template file.[kushmicronews]
is also available to show news in a page or post. Read FAQ for available options to configure.Yes you can Luke! You can find this in settings of Micro news. Also you can pass no. of values in function as a parameter. One more way is to use widget and change value their.
Absolutely not, Its light like a feather.
All of your data is stored in a seperate table inside wordpress database, you can download backup in (.sql) extension anytime you want. This feature is available in Settings page.
Use shortcode [kushmicronews news="5" header="true" category="default" simple="false"]
inside wordpress editor where you want news to display itself. You can use this in any of your page or post but keep in mind that page should have enough free space for all the content.
* ‘news’ attribute will decide how many news should be displayed. Default: 5
* ‘header’ attribute will decide whether “Micro News” header is visible. Valid options: “true” or “false”. Default: “true”
* ‘simple’ attribute will toggle plugin visual behaviour. To show load more button and other effects. Valid options: “true” or “false”. Default: “false”
* ‘category’ attribute will show that perticular group of news. Valid options: “default”,”cata”,”catb”,”catc”,”catd”. Default: “default”
Yes you can, use available 5 categories to choose from. If you don’t, it is set to “default” automatically. This is helpful if you want to show different news in different places on same site.
Many of your website styles will automatically blend in nicely. I am trying to make it look as cool as possible. However, you can make changes to styles by overiding your own CSS in your stylesheet.
No. Just sit back and start adding micro news.