rhinotago
asked 9 years ago

I have removed the other headings that sit directly below the portfolio images (from projects.php) but I’m not sure where I can remove the date stamp that is included. Please help.

1 Answers
DominicStaff
answered 9 years ago

Hi,
To remove the Date section below the images in the portfolio page, you can open the \wp-content\themes\dw-page1\inc\shortcodes.php file. Find the line 430-431 then remove this line code.
Regards,

rhinotago
replied 9 years ago

Can you please confirm the code that should be deleted? Lines 430-431 in my shortcodes.php file are:
/—————————————————————————/
// Add extra profile information

dominic Staff
replied 9 years ago

You can remove the following code:

if( $date )
     $detail[] = '<span><i class="icon-calendar"></i><strong>Date:</strong> '.$date .'</span>';  

Regards,

Powered by DW Question & Answer Pro