Remove Author & Date in a Themler Wordpress template

ursula.friede
12 Posts
ursula.friede posted this 19 August 2015

Hello,
I want to remove Date and Author on every page. I've created a Themler Wordpress template.

I haven't been lazy. I've googled a lot and found mainly tips to look for the "author" in either the index.php or the single.php.
I've been through all my php files and there is nothing with "author" in it.

I've viewed the source code from my future page and it looks like the term bd-posticonauthor and bd-icon-58 is used.
<div class>

<span class=" bd-icon-56"><span>August 16, 2015</span></span>



    <div class=" bd-posticonauthor-13">
<a href="URL/index.php/author/UFriede/" title="View all posts by UFriede">
    <span class=" bd-icon-58"><span>UFriede</span></span>
</a>

Again, I can't find anything in any php files or in the css style sheet.

Any ideas?
I've tried also a widget, but it won't work for this themler template.

Thanks for help
Ursula

Hello, I want to remove Date and Author on every page. I've created a Themler Wordpress template. I haven't been lazy. I've googled a lot and found mainly tips to look for the "author" in either the index.php or the single.php. I've been through all my php files and there is nothing with "author" in it. I've viewed the source code from my future page and it looks like the term bd-posticonauthor and bd-icon-58 is used. &lt;div class&gt; <span class=" bd-icon-56"><span>August 16, 2015</span></span> <div class=" bd-posticonauthor-13"> <a href="URL/index.php/author/UFriede/" title="View all posts by UFriede"> <span class=" bd-icon-58"><span>UFriede</span></span> </a> Again, I can't find anything in any php files or in the css style sheet. Any ideas? I've tried also a widget, but it won't work for this themler template. Thanks for help Ursula
Vote to pay developers attention to this features or issue.
8 Comments
Order By: Standard | Newest
shaulhadar
447 Posts
shaulhadar posted this 19 August 2015

Hi Ursula,
you can click on the element , and than delete its whole row.
this way it will delete the entire block and will leave you only the post itself....

Hi Ursula, you can click on the element , and than delete its whole row. this way it will delete the entire block and will leave you only the post itself....
ursula.friede
12 Posts
ursula.friede posted this 20 August 2015

Hi,
thanks for your answer, but I have only the "Home" page in Themler. On this page is no author, date etc. When I export it to wordpress and I create new pages, then it appears.

I've tried all the wordpress tips for it and installed a plugin, but nothing works, so I thought Themler maybe uses different keywords for author and date and that's why I can't find them in the php.files

Hi, thanks for your answer, but I have only the "Home" page in Themler. On this page is no author, date etc. When I export it to wordpress and I create new pages, then it appears. I've tried all the wordpress tips for it and installed a plugin, but nothing works, so I thought Themler maybe uses different keywords for author and date and that's why I can't find them in the php.files
Stagger Lee
1818 Posts
Stagger Lee posted this 20 August 2015

Best way is to find them in Outline tab. Click on it, then Delete button on keyboard.

Best way is to find them in Outline tab. Click on it, then Delete button on keyboard.
ursula.friede
12 Posts
ursula.friede posted this 20 August 2015

Hi, does nobody know how I can delete them in the back end?
It's not in the Outline tab either I'm afraid. Thanks for your help though.

Hi, does nobody know how I can delete them in the back end? It's not in the Outline tab either I'm afraid. Thanks for your help though.
Stagger Lee
1818 Posts
Stagger Lee posted this 20 August 2015

You shoud search for class name "bd-posticonauthor-13", not word "author". And search whole theme folder. Your code is inside "includes" subfolder.
All you delete in theme folder you have to delete in preview folder too.

Open your Outline tab in this template and make a screenshot, put it here. I am afraid you are working on wrong template.

You shoud search for class name "bd-posticonauthor-13", not word "author". And search whole theme folder. Your code is inside "includes" subfolder. All you delete in theme folder you have to delete in preview folder too. Open your Outline tab in this template and make a screenshot, put it here. I am afraid you are working on wrong template.
ursula.friede
12 Posts
ursula.friede posted this 20 August 2015

Hi,
thanks for your patience. The last sentence has got me the solution. The template was faulty. I've downloaded the same template again and all of the sudden there are all the things you were talking about earlier.

Here I'm able to remove author etc easily.

Thanks:)

Hi, thanks for your patience. The last sentence has got me the solution. The template was faulty. I've downloaded the same template again and all of the sudden there are all the things you were talking about earlier. Here I'm able to remove author etc easily. Thanks:)
ursula.friede
12 Posts
ursula.friede posted this 20 August 2015

PS
Maybe a good info for the Themler team.
I've noticed when I download the Theme and import it again it works fine.
When I import it straight away, lots of functions are not available.

At least I know now why it happened :)

PS Maybe a good info for the Themler team. I've noticed when I download the Theme and import it again it works fine. When I import it straight away, lots of functions are not available. At least I know now why it happened :)
shaulhadar
447 Posts
shaulhadar posted this 20 August 2015

Thats great to hear !

Thats great to hear !
You must log in or register to leave comments