Thread Starter
animas
(@animas)
Can you please explain what’s happening here?
Thread Starter
animas
(@animas)
Thanks. I messed up the title and url concept. I get it now.
Thread Starter
animas
(@animas)
Thanks. But will that search code will let search inside wordpress(if user choose search in mysite.com)? I mean does WP code automatically understands in integrates with google search code with any modification?
Thread Starter
animas
(@animas)
I replaced line 25-27 of archive.php with ` <div class=”entry”>
<?php the_content(‘<p>Read the rest of this entry »</p>’); ?>
<?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>
</div>`
That did the trick.
But I was wondering if there is a ADMIN way to do this.