php code for one category
-
I am creating a page on my theme that will display many sections of new’s posts but I want each section to be put insides it’s own div basically:
<div><?php get(‘cat1’); ?></div>
<div><?php get(‘cat2’); ?></div>
<div><?php get(‘cat3’); ?></div>
It’s more on a design basis so just go with me on this. What is the php code to display every news post that is inside that category?
Thanks =D
~Death Dream~
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘php code for one category’ is closed to new replies.