8 replies
hi, I am new for wordpress i need these options,is there any way to solve it.

1.I want to show recent posts from different categories in a single pages(not only post title but also conents)
2.Calender that show posts title in popup on a particular day
3.while posting comments,it should ask for login for either facebook,twitter or openId.

Is there any plugins available please letme know.
#wordpress
  • Profile picture of the author zeeshi570
    I am a wordpress developer and can do these things for you
    {{ DiscussionBoard.errors[3287896].message }}
  • Profile picture of the author Scumlabs
    1.I want to show recent posts from different categories in a single pages(not only post title but also conents)
    2.Calender that show posts title in popup on a particular day
    3.while posting comments,it should ask for login for either facebook,twitter or openId.
    1. Google how to make a Wordpress query that will pull posts from individual category pages into a loop.

    2. There are plugins for this, search the Wordpress.org website.

    3. There are also plugins for this, Google around.
    {{ DiscussionBoard.errors[3288146].message }}
  • Profile picture of the author cherry_b
    You can find a lot of good WP how-to's simply by doing a google search. Or, try going to the WP Plugin Directory.
    {{ DiscussionBoard.errors[3295540].message }}
  • Profile picture of the author Jaarehrayenz
    WordPress an open source content management (chief) system, often requested to publish a blog, PHP and MySQL by use of force as is. The many features including a plug - in architecture and a template system. WordPress 1,000,000 biggest 13 percent of Web sites used .
    {{ DiscussionBoard.errors[3304563].message }}
  • Profile picture of the author Guigo
    1. and 3. (as others noted) you can find on Google or in WordPress.org plugins directory.

    2. i suggest you might like to use an embedded Google Calendar. This would be much more functional, hence visitors can then add your events/posts to their calendars. Or maybe not. Depends why you need the calendar (it comes by default as a widget in WP, doesn't it).
    Signature

    Please do not use affiliate links in signatures. That includes affiliate coupons.

    {{ DiscussionBoard.errors[3325113].message }}
  • Profile picture of the author mlcmartin
    For nr 1 you can use a wordpress query. On one of my websites I have several small boxes on a single page that list random posts. You can show post content using the_content() function and post excerpt using the_excerpt() function in the code.

    The basic code for querying posts from a category is like this:
    <ul>
    <?php query_posts('category_name=mycategory&showposts=5' ); ?>
    <?php while (have_posts()) : the_post(); ?>
    <li style="line-height: 2em;"><a href="<?php the_permalink(); ?>" target="_blank"><?php the_title(); ?></a></li>
    <?php endwhile;?>
    </ul>

    Google the query_posts function to find out more.

    Each page on your blog can have a custom page template. You create them as separate page*.php files with an appropriate template name in the header. Then you can put any code you want inside them.
    {{ DiscussionBoard.errors[3329894].message }}
    • Profile picture of the author jonnynelson
      Word press is the name of the website. By help of this website we can able to make our own site page and on that page it will allow to put adds and promote our site products. Some time it will be used to increase traffic on our site also.
      {{ DiscussionBoard.errors[3345854].message }}
  • Profile picture of the author anditucker
    Hi,
    Yes, Plugin available for this things. We are expert in the Wordpress development and Plugins. We assure you that we will provide you robust solution for your requirement. We will provide you best quote if you provide more detail about your requirement.

    Thanks.
    {{ DiscussionBoard.errors[3351729].message }}

Trending Topics