php inside arguments
-
<?php query_posts('showposts=3&cat=3'); ?>
In that code above how would I insert, just for example
<?php the_title(); ?>This is what I’m trying to do and I know the syntax is worng in this case, what would be the right way to express it.
<?php query_posts('showposts=3&cat=3&<?php the_title(); ?>'); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘php inside arguments’ is closed to new replies.