update_option('image_default_link_type','file');
Does it just modify the default or does it force all images to follow this behavior?
What happened to the bottom line of the second container in my side bar? I have looked over the code and can’t find anything missing. http://www.skylercall.com
Okay, I figured out that I needed to change
<div class="post_excerpt">
<?php the_content(); ?>
</div>
to
<div class="post_body">
<?php the_content(); ?>
</div>
in index.php. Now what do I need to change to fix the RSS feed as well?
Now that I have used this theme more I see that my posts are truncated on the home page. How can I disable that?
Photos in posts are not showing up on the home page. I have to click on the post tile to see images. Why is that? I really need my images to show up.