date

Icon clock before date

Help! I added: add_filter( 'generate_post_date_output','tu_add_to_post_date' ); function tu_add_to_post_date( $output ) { return '<i class="fa fa-clock-o" aria-hidden="true"></i> ' . $output; } because I wanted the clock icon before the date. It was ok, but i added also: if ( ! function_exists( 'generate_posted_on' ) ) : /** * Prints HTML with meta information for the current post-date/time … Read more

Updated Date in Custom Page Header

Hi, I have a simple custom global page header for all my posts. I’d like to display the ‘last updated’ date as opposed to the original post date. Is this possible?

Disable link on metadata date

Hello GP Friends, Currently the date in the metadata is a hyperlink. I would like it to just display the date and not be a link. I also need to format the date as ‘Nov 2017’, with the short month and year. Is there a way to do this? Do I need to overwrite the … Read more

Switch between the date and page title in single posts

Hi There. Is there a way of switching between the post title and the date so the date will be below the page title in single posts? Thanks! Guy http://80.179.140.91/~condor/book-reviews/terry-fox-run-2016-toronto/

Remove post date from posts in a specific category

Hey Tom, I hope you are doing well 🙂 Just a quick question: I would like to Remove post date from posts in a specific category. I have 2 categories at the moment: ‘Blog’and ‘Reviews’. I need the date to be removed from all posts under ‘Reviews’category. I tried to use this css: .post-category .category-Reviews … Read more

Changing Date & Adding Category

Hi, Currently, if I make a post, the date is showed as follow: “April 30, 2016 by Author”. But in my native language, this is incorrect. So is there a possible way to change this, into, for example, “30 April, 2016 by Author”? Also: I want to add the category behind the date and author. … Read more

Search: how to sort by date only (NOT category AND date)

Hi Tom, search results are shown by 1. category and 2. date: http://www.fudiggl.de/?s=Oberhausen I use The-Events-Calendar (Modern Tribe) to manage our dates and gigs (“events”). And then there are some posts with different categories ==> how can I sort the results, so events and posts are mixed up and ordered by date only? Any (fast) … Read more

Move Author, Date to the bottom – after content.

Is there a way to move the author and date meta to the bottom of the post, after content and just before Categories/Tags section? I only found a way to hide Date/author at the top, from a previous thread here, but no idea how to show it at the bottom. I have GP Premium, and … Read more

Wanting date ONLY on blog

Greetings, Does anyone happen to know any easy way, to REMOVE the date, from posts OTHER than my actual blog? Is there a plugin that will assist, or, would I have to code it, please? Thank you for any guidance offered. ie, “My Blog” [date to REMAIN] posts – category A [Wanting to REMOVE date … Read more