Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: WordPress Php Help

[bsa_pro_ad_space id=2]
#829668
Poker Zealot
Member

@societyofslots 246750 wrote:

Is anyone familiar with PHP And wordpress enough to help a man out.. Im trying to use wordpress for a news section only.. Having my site on .php pages.. I wish to use the wordpress news items on my homepage of my .php site.. I have googled and searched wordpress and they do have a page dedicated to this. But it only shows how to display the titles and none of the text..

Does anyone know how to change the php code in order to render out a line or 2 of text as well as the title.

This is the code from wordpress in order to integrate the posts in to a standard php website..
[PHP]
< ?php query_posts('showposts=3'); ?>
< ?php while (have_posts()) : the_post(); ?>
< a href="” rel=”bookmark” title=”Permanent Link to “>

< ?php endwhile;?>
[/PHP]

Does anybody know how to modify this so it shows a line or 2 of the content as well rather than just the title to the post.. ?

regards
gaz

In my eyes you should avoid the overload and getting the posts directly out of the database.
There is absolutely no point in loading the complete wordpress core plus a small theme to display three news posts within another site.