yhelfman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hitchcock] image count in gallery postsI did not find a solution or any replies on this topic. I just manually added the image count to the post titles for the time being. Hopefully someone will come up with something better.
Forum: Themes and Templates
In reply to: [Hitchcock] Remove the datesI removed:
<p class=”post-date”><?php the_time(get_option(‘date_format’)); ?></p>
from single.php and I still see the post dates on the home page.
http://netvalu.net/photography/Can you point me to what am I missing?
Ideally I could replace the date with an image count, as I posted on a separate forum topic. And idea how?Thanks,
YuvalForum: Themes and Templates
In reply to: [Hitchcock] image count in gallery postsIdeally I would like to replace the date on the post with the image count. I couldn’t find away to remove the post date. If I can kill two birds in one stone that would be awesome 🙂
Forum: Themes and Templates
In reply to: [Gray Whale] How to remove Leave a Reply/Post a CommentThat’s very cool, thank you! Now that I added a Portfolio page with a few child pages, I’d like to make the following changes:
– the titles on the ‘card’ are too big and extend to a 2nd line – how can I decrease the title text/font size (this comes from the title of the child pages)?
– If you click on a ‘card’, you redirect to the child page. Instead, I want to create a link that will take you to a live site. So basically I do not really need to child pages, just the cards with links. Is this possible?
Forum: Themes and Templates
In reply to: [Gray Whale] How to remove Leave a Reply/Post a CommentI just unchecked these checkboxes, saved but the posts/comments forms still show. I found a way to remove this directly from the code, by removing these lines from the page template (page.php):
if ( comments_open() || ‘0’ != get_comments_number() ) :
comments_template();
endif;but I was hoping for a more CMS elegant settings.
Another dumb question that may not be specific to Gray Whale:
I’d like to add a portfolio page to this theme. I know how to add a generic page with text & media, but is there a Portfolio design or a plug-in I can use and if so how?