Thread Starter
xinfo
(@xinfo)
it’s been long waiting Que . any one out
Does your theme have a tag.php file?
I’m guessing here… but I’d copy index.php to tag.php. Replace the_content with the_excerpt and see what happens when you click on a tag.
Thread Starter
xinfo
(@xinfo)
well i don’t have tag.php file , you want me to create duplicate of index.php and named as tag.php ?
and apply excerpt in tag.php if i am right .
Yep, that’s what I’m suggesting.
Thread Starter
xinfo
(@xinfo)
Handy
i working for last two day’s but there is no change in the content still it show full post . i did apply <?php the_excerpt(); ?> in tag.php file
any other suggestion
I tried this yesterday and it worked great.
I copied my theme’s index.php to tag.php.
I edited tag.php, replaced the_content() with the_excerpt.
Clicked on a tag, got a list of posts for that tag showing excerpts.
Try that. Once you get that working, then replace the_excerpt with the one from the_excerpt reloaded plugin.
Thread Starter
xinfo
(@xinfo)
Silly question
tag.Php show be in theme folder or wp root i placed i theme folder
Yes, theme folder. (of the theme you’re currently using)
Also, see this article (in case you’re using similar Permalinks as he is): http://wordpress.org/support/topic/104382?replies=2