Display publish Date in a article

January 2013 WordPress Theme
GK User
Wed Oct 28, 2015 3:21 pm
Hi forum.

Wordpress 4.3.1
Theme: News: 1.9

I can't get date to show in a post. on the frontpage with all post's the date is showing but not when you enter a post to see the complete post. If I enable "Show date" & "Show sidebar information" i get the date, but also a (permalenk) to the post as well as the post get narrowed as the sidebar takes some place in the post.

Thanks
Leif Gunnar
Storsteinnett
User avatar
Fresh Boarder

GK User
Wed Oct 28, 2015 7:55 pm
Hi,
Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Fri Oct 30, 2015 1:01 pm
PM in your box
LeifG
User avatar
Fresh Boarder

GK User
Fri Oct 30, 2015 8:34 pm
Please enable your sidebar and date options and add the following custom css code to hide permalink,edit and remove the margin:
Code: Select all
.gk-post-meta {
   display: none;
}
.gk-post-meta + .content {
   margin-left: 0;
}
User avatar
Moderator

GK User
Tue Nov 03, 2015 3:43 pm
Thanks !!
Working as i wanted :-)

LeifG
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.