• Home
  • WordPress Themes
    • eCommerce
    • Corporate
    • Multipurpose
    • Blog
  • Support
    • WoodMart support
    • Basel support
    • Space support
    • Feature requests
  • Docs
    • WoodMart
    • Basel
    • Hitek, Luman, Antares
  • Image OptimizerNEW
Login / Register
Checkout
Checkout
Menu

Home / Forums / WoodMart support forum / add year in .post-date

Home › Forums › WoodMart support forum › add year in .post-date

add year in .post-date

  • This topic has 1 reply, 2 voices, and was last updated 4 years, 2 months ago by Artem Temos.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • June 30, 2021 at 1:09 pm #303654

    ART
    Participant

    Hi,
    How can I add the year in header.entry-header .post-date?
    I’m attaching an example.
    thank you
    Art

    Attachments:
    You must be logged in to view attached files.
    July 1, 2021 at 6:13 am #303803

    Artem Temos
    Keymaster

    Hi,

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    function woodmart_post_date( $args ) {
    	$has_title = get_the_title() != '';
    	$attr      = '';
    	if ( ! $has_title && ! is_single() ) {
    		$url  = get_the_permalink();
    		$attr = 'window.location=\'' . $url . '\';';
    	}
    	$classes  = '';
    	$classes .= ' ' . $args['style'];
    	$classes .= woodmart_get_old_classes( ' woodmart-post-date' );
    	?>
    		<div class="post-date wd-post-date<?php echo esc_attr( $classes ); ?>" onclick="<?php echo esc_attr( $attr ); ?>">
    			<span class="post-date-day">
    				<?php echo get_the_time( 'd' ); ?>
    			</span>
    			<span class="post-date-month">
    				<?php echo get_the_time( 'M' ); ?>
    			</span>
    			<span class="post-date-year">
    				<?php echo get_the_time( 'Y' ); ?>
    			</span>
    		</div>
    	<?php
    }

    Kind Regards

  • Author
    Posts

Tagged: post-date year

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to create new topics. Login / Register
Close

Your request can't be resolved for a long time? Contact our general support manager.

Contact form

Other themes
Live Preview Details

Antares

eCommerce
Furniture and decor store
From: $49.00 / year
Live Preview Details

Pluto

Corporate
Photo & video creators
From: $49.00 / year
Live Preview Details

Mercury

Corporate
Museum and archaeological
From: $49.00 / year
Live Preview Details

Uranus

Multipurpose
Spa, health and body care
From: $49.00 / year
Live Preview Details

Ceres

Blog
Barber shop
From: $49.00 / year
Live Preview Details

Lumen

Multipurpose
Constructions and architecture
From: $48.00 / year

View all themes →

Powerful tools for growing your business.

Resources

    • Video Tutorials
    • Blog
    • Contact Us
    • Refund Policy

Social Links

    • Facebook
    • X
    • Instagram
    • YouTube

@ XTemos Studio 2025 WordPress development since 2015.

  • Privacy Policy
  • Cookie policy
  • Terms and Conditions
  • Home
  • WordPress Themes
    • eCommerce
    • Corporate
    • Multipurpose
    • Blog
  • Support
    • WoodMart support
    • Basel support
    • Space support
    • Feature requests
  • Docs
    • WoodMart
    • Basel
    • Hitek, Luman, Antares
  • Image OptimizerNEW
  • Login / Register
Sign in
Close

Lost your password?

No account yet?

Create an Account
Sidebar
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.
More info More info Accept