matphoto on "Photo-based Blog with Two Different Post Types"
May 31, 2010 by David Olsen · Leave a Comment
I’m working on a theme for a photo-based blog. The catch is that I want to make written blog posts with photos, not just photo posts with short captions. However when you click on a photo I want it to open the photo on its own page, so therefore will it also need to be its own post as well? If so, the photo posts would need to be formatted differently than the main blog posts, but I don’t know how to force them to open in this different template instead of the single.php that I already have for regular posts. I’m thinking an if else statement that filters out a category, but I can see that getting messy since it couldn’t be done by simply changing the class of the content div or anything like that.
I’ve seen a few photo-based blogs, but none yet that look like they do what I want.
I’m working on this with wamp so unfortunately I can’t give a link.
MattyRob on "Subscriber not receiving Blog"
May 31, 2010 by David Olsen · Leave a Comment
@Lee,
Have you checked to make sure that the hosting provider for your clients space is not imposing restrictions or limitations on out-going emails. Number per hour etc.
MattyRob on "How see list of Subscribers in 2.9.1 version"
May 31, 2010 by David Olsen · Leave a Comment
@jithu,
Look in Tols->Subscribers and you’ll see a drop down menu that lists each category. Click the category and then the filter button to see who’s subscribed.
Sum-Yung on "Images dont appear in posts"
May 31, 2010 by David Olsen · Leave a Comment
my site is http://www.thefourths.com
I posted a post called “about us” on the home page. It cantains a picture. That post is working fine.
However, whenever I try to create new posts and insert pics, the uploading of pics works fine and the picture shows in the post editor. But when I publish the post, Only the text shows up. When I go back to edit the post, the picture is there.
Can anyone help? As far as I can tell, everything is working fine.
alphaoneweb on "[gallery] shortcode problem on theme"
May 31, 2010 by David Olsen · Leave a Comment
Here’s an example of the generated code:
=====================
POST:
=====================
<!– MAIN –>
<div id=”main” class=”clear”>
<!– MAIN BAR–>
<div id=”mainbar”>
<p><span class=”top_more_fix”></span></p>
<div class=”post-text”>
test
test test
</div>
<div class=”rule”></div>
<div class=”post-info”>
<small>
. </small>
<small>Tags: test, test
Posted in test | test</small>
</div>
<div class=”rule”></div>
<!– You can start editing here. –>
<!– If comments are closed. –>
</div><!– /#mainbar –>
=====================
PAGE:
=====================
<!– MAIN –>
<div id=”main” class=”clear”>
<!– MAIN BAR–>
<div id=”mainbar”>
<p><span class=”top_more_fix”></span></p>
<p><span id=”more-5″></span></p>
<p>example test</p>
<p>test test</p>
<style type=’text/css’>
#gallery-1 {
margin: auto;
}
#gallery-1 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 20%; }
#gallery-1 img {
border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
margin-left: 0;
}
</style>
<!– see gallery_shortcode() in wp-includes/media.php –>
<div id=’gallery-1′ class=’gallery galleryid-5′><dl class=’gallery-item’>
<dt class=’gallery-icon’>
</dt></dl><dl class=’gallery-item’>
<dt class=’gallery-icon’>
</dt></dl><br style=”clear: both” />
<br style=’clear: both;’ />
</div>
</div><!– /#mainbar –>




