I am trying to remove the date from only certain posts – specifically sticky posts – on a WP site I am administering.
https://www.vitamindhealth.org/
I have tried a number of solutions offered in the forums and nothing has worked, but I may be missing something, as I am relatively new to PHP and CSS editing. Is it possible to do in Ministry Free or do I need a different theme?
I have figured out how to remove the date from *all* posts, by removing <?php the_date(); ?> from the following code:
<p class=”premeta”>Posted by <?php the_author(); ?> on <?php the_date(); ?> under <?php the_category(‘, ‘); ?> | <img src=”<?php bloginfo(‘template_directory’); ?>/images/icon-comment.gif” alt=”” /><?php comments_popup_link(‘Be the First to Comment’, ‘Read the First Comment’, ‘% Comments to Read’, ‘comments-link’, ‘Comments are off for this article’); ?> <?php edit_post_link(‘Edit’, ‘ | ‘, ”); ?></p>
Any help is most appreciated! Thanks,
F. Blank
I am setting up a website using wordpress. I want to hide the pose dates on the main page but not on the single post page.
On the main page, it currently shows the list of post titles with excerpts and post dates. ANd i just want thepost titles and excerpts?
Which php files of the theme i need to look at?
Please respond
]]><div class="mdate">
<?php the_date('','<h2>','</h2>'); ?>
</div>
That appears fine to me. If anyone has any guidance, I'd greatly appreciate it! Thanks! PS Blog is at egold.com
]]>When I make a new WP post. How do I get rid of the dates?
Thanks
]]>1st is that it doesn’t display the published date for each post, it only shows the tags, category and comment link
what file should i edit for these features that are shown below each post and what code do i have to insert go get just the date displayed
(eg Posted at 1 Oct. 2009)?
2nd is that wordpress is set up to display about 10 posts per page, because it has a lot of flash content for some categories, but i would like to know if there’s a way to override the default setting for a specific link. i tried adding ?showposts=50 and &posts_per_page=50 after the link in the address bar but it does not work for archive pages.
thanks!
]]>So my question is:
When i make ab Page(not ab post) there is always showing the date of the makeing. I don′t like this, i want only to see the date at the posts not at the normal pages….
how to make it like i want?
hope you can help me
I would like to take the date off my website. Any ideas how to do so?
I would like to understand:
Does the ‘home’ page always have to be a post page with a blog. I have tried to set up a new ‘page’ called ‘home’ or ‘front page’ as a static ‘page and make this the first page seen when viewing my site. However the current ‘home’ page which is a ‘post page’ always stays as the first page viewed.
So I am trying to achieve a ‘home’ page that is not a blog and does not have the left hand side bar when viewing it (see www.recordmyfamilyhistory.com).
Gosh hope that makes sense! Thank-you Rachel
]]>