یہ پلگ ان ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے۔ اب یہ برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

NewsPage

تفصیل

NewsPage is a plugin that lets you create your own RSS feed aggregation page on your blog like PopUrls or AllTop.

You could easily use this plugin to make a website similiar to PopUrls, or you could use it to make a page that has all your
industry news.

Use NewsPage to create a custom start page, topical headline site, or to add a page of related feeds to your blog.

انسٹالیشن

  1. In an FTP program, open the wp-content/plugins folder
  2. Put the entire newspage folder into that folder
  3. Browse to your WordPress administration panel (http://www.example.com/wp-admin).
  4. Click the "Plugins” link in the top right menu.
  5. In the list of inactive plugins, check the box next to "newsPage”, and click the "Activate” button.
  6. Click the "newsPage” link on your menu.
  7. You’ll have 2 options, the first option lets you manage your RSS Feeds so you can add as many as you want, the second
    option lets you control your cache settings, etc.

To display your NewsPage on a page of your blog, create a page and add the following line to it anywhere: <!--newspage--> or [newspage]

Or, alernatively, you can also add the following php code to a template on your blog: <?php if (function_exists('newsPage')) newsPage(); ?>

If you want to limit how many feeds are displayed, like if you were displaying a couple on a frontpage, and the rest on another page, you could call it like this: <?php if (function_exists('newsPage')) newsPage(2); ?>

You can also specify topics for each feed, you can then call a list of those topics using the follow: <!--newstopics--> or [newstopics limit=5 topic="web design"] or by placing the following directly in a template: <?php if (function_exists('newsTopics')) newsTopics(); ?>

With this functionality, you can choose to list only feeds in a certain topic by the following: [newspage limit=5 topic="web design"] or <?php if (function_exists('newsPage')) newsPage(20,"web design"); ?>

This will tell the plugin to display your activity feed at that location.

جائزے

اپریل 2, 2018
Been using this plugin for years on an existing simple news site for personal use, camhamilton.net . Unfortunately it will not install in a new installation of Wordpress on a new site. Someone PLEASE take charge of this plugin and fix the error, and give it a minor update to enable click & hold to move entries up and down in list. Donation link does not work, I will donate to anyone who will take charge of this awesome plugin. ———————————— Plugin could not be activated because it triggered a fatal error. Parse error: syntax error, unexpected ‘new’ (T_NEW) in /home/jchobbes/public_html/wp-content/plugins/newspage/simplepie.inc on line 720
فروری 7, 2017
Thank you for building this. I wanted to hire programmer to make me a site with feeds, like alltop.com. For Bulgaria, I knew it would be an interesting thing. Now, I can finally have it. It’s good
تمام 4 جائزے پڑھیں

شراکت دار اور ڈیویلپرز

“NewsPage” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

“NewsPage” کا اپنی زبان میں ترجمہ کریں۔

ڈویلپمینٹ میں دلچسپی ہے؟

کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔