Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter parlenk

    (@parlenk)

    hi, thx for the reply..it’s work ?? with a lil tweak to make it look nicer and all will be good.although with this way, all the category will be called… i did find a way to list the category that u want, so if you want to display just some of your categories on the main page, you have to enter each category id/name.i.e:the category that i want to display are FOrex and Entertaiment.

    `<div class=”block” id=”forex”>
    <h2 class=”block-title”>Forex</h2>

      <?php get_latest_posts(“Forex”, 5); ?>

    </div>

    <div class=”block” id=”entertainment”>
    <h2 class=”block-title”>Entertainment</h2>
    <ul id=”entertainment”>`
    but first u have to install the plugin “List Latest Posts Titles” and then insert that code above to your index.php , well, just an option :),

    thx again MichaelH.

    Thread Starter parlenk

    (@parlenk)

    heloo…??

    no body?

    I try to install a plugin, and i t work well on static page, but i dont know how to insert it to the main page.the plugin “list-category-posts”.Any idea how to put this to the main or home or index.php area? pls..any suggestion will be taken into consideration.cheers

    the link u provide is dead..is that the right link?

    hi,

    how to apply this to main content? it is fine when we want to list this on the sidebar and select the value on the admin page..but still cant put it to index.php..

    the other thing, can someone pls tell me how to add “read other” on the bottom box of this plugin that link to the category page..this is usefull if we only list some of the post on the category.

    thx

Viewing 4 replies - 1 through 4 (of 4 total)