Maitre2B
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Adamos] New homepageOkay, 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…
Forum: Themes and Templates
In reply to: [Adamos] New homepageAnd how to choose to only display the image et the title of the post ?
thank you
Forum: Themes and Templates
In reply to: [Adamos] New homepagei 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.
Forum: Themes and Templates
In reply to: [Adamos] Smiley right after my footerOkay, 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 orI don’t get it, it doesn’t come from the code, plugins nor article…
Forum: Themes and Templates
In reply to: [Adamos] Smiley right after my footerHello,
i might have changed some CSS for the homepage, but i didn’t touch to custom_homepage.php
Forum: Themes and Templates
In reply to: [Adamos] Smiley right after my footeri 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…