Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Selva

    (@selvamsubramanyam)

    Thanks Sanyo4ik. Big issue resolved for me.

    Selva

    (@selvamsubramanyam)

    Actually two days before I have installed this plugin. I have checked with schema tool, the datePublished is showed 1970-01-01. Then I have checked with code. In page.php datePublished array was assigned this variable date(‘Y-m-d’, strtotime( $post-post_date ) ), then I have changed to date(‘Y-m-d’, strtotime( $post->post_date ) ). If the same is reflected in the plugin too then we do not have any issues.

    Thanks.

    Selva

    (@selvamsubramanyam)

    Hi,
    Date of published showing wrong date.
    datePublished
    1970-01-01.

    In page.php I have modified

    ‘datePublished’ => date(‘Y-m-d’, strtotime( $post-post_date ) )

    to

    ‘datePublished’ => date(‘Y-m-d’, strtotime( $post->post_date ) )

Viewing 3 replies - 1 through 3 (of 3 total)