Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Remove date above page title (http://forum.bytesforall.com/showthread.php?t=22716)

86owen Aug 13, 2014 07:31 AM

Remove date above page title
 
Hello

On a site I have set up with Atahualpa a date is showing above the page title, you can see it here, http://www.kerholsskoli.is/skolinn/um-skolann/. I don't know how to remove this because this has no class around it to hide. I have gone through all the page templates and can't see this anywhere in the code and also in the theme settings I have not set anything in the page/post kicker column.

Can anybody help me with this ? The date that is on the page I linked to is very old and although the user has edited this page since 2011 this date appears above the title.

lmilesw Aug 13, 2014 02:39 PM

Do you have a plugin that may be doing this? Have you edited the theme files? What version of Atahualpa? What version of WordPress?

juggledad Aug 13, 2014 04:06 PM

check the 'Edit POST/PAGE INFO ITEMS' options

86owen Aug 15, 2014 05:39 AM

I have version 3.9.2 of WordPress and Atahualpa version 3.7.1.

I have checked the post/page info options and there is no code there that should display the date.

I have not edited the theme files but maby there is a chance I have a plugin that adds this to the page. How can I check that ?

lmilesw Aug 15, 2014 06:59 AM

Quote:

Originally Posted by 86owen (Post 109878)
maybe there is a chance I have a plugin that adds this to the page. How can I check that?

You can deactivate all the plugins and see if the problem goes away.

If 3.7.1 wasn't a typo and you really are using that earlier version you also might want to consider upgrading. Make sure you get a backup and do a search on the forum for best upgrading procedure.

Jam Aug 18, 2014 08:27 PM

I may be wrong as I can't read the language used on this site, but it appears to me that "pages" with dates might actually be posts? A "page" that is a "page" doesnt have the date showing ie http://www.kerholsskoli.is/stadsetning/

juggledad Aug 19, 2014 05:19 AM

@jam - that's the 404 page, the page he points to is a 'page' page and this can be proven by looking at the source where you will see
HTML Code:

<div class="post-858 page type-page status-publish hentry post odd" id="post-858">
        12. október 2011               
<div class="post-headline">

If the theme was putting a date before the title (using one of the ATO->Edit POST/PAGE INFO ITEMS->KICKER: xxxxxxxx options) it would show up in the source of the page like this
HTML Code:

<div class="post-1350 page type-page status-publish hentry post odd" id="post-1350">
<div class="post-kicker">13, December 2013</div>               
<div class="post-headline">

which tells me that it is most likely cased by a plugin or someone edited the theme code.

Jam Aug 19, 2014 06:39 PM

Quote:

Originally Posted by juggledad (Post 109927)
@jam - that's the 404 page

Huh :confused: it wasn't yesterday. I should have translated the site before I posted. *hands in air
:)

86owen Aug 22, 2014 02:51 AM

I have disabled all plugins but the date was still visible on the pages.

I'm generally lost on what to do here.

86owen Aug 22, 2014 03:01 AM

I managed to hide this. I set a color: white style on the div.post, div.page and then color:black on the div.post-headline and div.post-bodycopy.

Maby not pretty but it did the work...


All times are GMT -6. The time now is 09:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.