Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Maitre2B

    (@maitre2b)

    Okay, i succeeded !

    But i have only last isue.
    I can’t chose the category of posts i want to display

    $the_query = new WP_Query(array(
    ‘cat’ => ‘actu-geek’,
    ‘showposts’ => 2,
    ‘post__not_in’ => get_option(“sticky_posts”),
    ));

    $the_query = new WP_Query(array(
    ‘cat’ => ‘culture-geek’,
    ‘showposts’ => 2,
    ‘post__not_in’ => get_option(“sticky_posts”),
    ));

    $the_query = new WP_Query(array(
    ‘cat’ => ‘tutoriels’,
    ‘showposts’ => 2,
    ‘post__not_in’ => get_option(“sticky_posts”),
    ));

    They display all the same 3 last posts…

    Thread Starter Maitre2B

    (@maitre2b)

    And how to choose to only display the image et the title of the post ?

    thank you

    Thread Starter Maitre2B

    (@maitre2b)

    i made an exemple with paint :

    [URL=http://www.hostingpics.net/viewer.php?id=808813newhomepage.png][IMG]http://img11.hostingpics.net/pics/808813newhomepage.png[/IMG][/URL]

    It would be to display the 3 last post on every category on the home page.

    If you don’t want to build this because you don’t have enaugh time, would you please give me the PHP Code to display the 3 last post of a specified categorie ?
    Then i’ll just have to do the html/css.

    Thank you.

    Thread Starter Maitre2B

    (@maitre2b)

    Okay, so i try to desactivate ALL the pluging, that didn’t change the fact that there is a smiley (now in display:none) and the 2sd article and footer on homepage are still bolded and em’ed.

    I checked the source code and there are a & .
    When i go on the article, there aren’t there.
    When i go on page-templates/custom_home.php , there isn’t any or

    I don’t get it, it doesn’t come from the code, plugins nor article…

    Thread Starter Maitre2B

    (@maitre2b)

    Hello,

    i might have changed some CSS for the homepage, but i didn’t touch to custom_homepage.php

    Thread Starter Maitre2B

    (@maitre2b)

    i don’t know if it comes from a plugin, i don’t think so.
    I just noticed that on my home page ( http://neo-web.fr/ ), the footer is in itallic (like </em) and an article above too.

    If i go on an other page, the footer is normal. (http://neo-web.fr/category/culture-web/ )
    i don’t get it…

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