Thread Starter
caflma
(@caflma)
apljdi, thanks so much. It is working now!
Thread Starter
caflma
(@caflma)
If I use get_the_category, it shows “motorcycles” again.
I want to link to the category “motorcycles” but the click-able link should read –> Read More Posts here
Thread Starter
caflma
(@caflma)
I figured it out, thanks!!!
Thread Starter
caflma
(@caflma)
Thanks for your reply. But how can I add the Posts titles automatically?
I call my post tile with:
<h1>” rel=”bookmark”><?php the_title(); ?></h1>
If I put –> <
div class=”myPost”><h1>” rel=”bookmark”><?php the_title(); ?></h1></div>
It works for this part, but I want the next posts automatically added to the site. Do you know the correct code to achieve this?