Posts by category SQL
-
Hi can any one help out on this sql code.
This sql code gets all the posts that are posted
$islem = mysql_query("SELECT * FROM wp_posts Where post_type='post' AND ORDER BY ID DESC Limit 0,10");
.Can anyone help so that I can get posts from a specific category. I know a little about sql but wordpress 2.9 table format is too complicated for me. I think I need to use the wp_term_taxonomy and wp_terms tables but I don’t know the exact coding. can someone help please.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Posts by category SQL’ is closed to new replies.