Hi
I have installed Newscast from WP dashboard with newscast.zip, but I have a question: in the zip there are two folder.
One is newscast and the second is _MACOSX.
Must I to delete the second?
Another question: it is possible don't show Hour, comments and autor of the post?
thanks
Massimo
Newscast Zip folders
11 posts from 3 voices-
Posted 1 year ago #
-
Hey,
please ignore it - it's a leftover of MacOSX and can be seen by Windows users only. Because the themeforest zip files are generated with Mac pcs you can see this folder on Windows 7, etc.2) Yes - open up style.css and add following code at the very bottom:
.entry-head { display: none !important; }Posted 1 year ago # -
thanks so much, but the auto already appear, I don't want that.
MassimoPosted 1 year ago # -
Can you elaborate pleaee - I'm not sure what you mean with "but the auto already appear"...
Posted 1 year ago # -
sorry : Autor
I deleted time, date...but not Autor.
thanksPosted 1 year ago # -
Also another problem: Blogroll.
In the theme exist by default Blogroll but there is a mistake becouse appear Bloggroll, with 2 g.
So I have tried to change the name Bloggroll with Links, but don't change, Bloggroll always appear.
So how can do the change?
thanks
Massimo49Posted 1 year ago # -
Do you mean the author box which displays on single post pages? If yes you can hide it with following code - open up style.css and add following code at the very bottom:
.author-box{ display: none !important; }If you refer to the meta data you can hide the author text with:
.entry-head span.author { display: none !important; }2) The blogroll is a dummy widget. You can remove it by using any widget in the sidebar - i.e. a category widget, an empty text widget, etc.
Posted 1 year ago # -
not works, pheraps becouse the autor is the admin?
Posted 1 year ago # -
Hi,
for the author box use Dude's modification but use "#" instead of ".", like this:
#author-box{ display: none !important; }Posted 1 year ago # -
it always appear, the autor is me (admin) pheraps is this the problem?
regards
MassimoPosted 1 year ago # -
No that shouldn't make any difference. However we've a plan B - in single.php delete following code:
<div class='entry' id="author-box"> <div class="gravatar"> <?php $author_email = get_the_author_email(); echo get_avatar( $author_email, $size = '60'); the_author_posts_link(); ?> </div> <div class="author-info"> <h3><?php _e('About the author','newscast'); ?></h3> <?php $description = get_the_author_description(); if($description != '') { echo $description; } else { _e('The author didnt add any Information to his profile yet','newscast'); } ?> </div> </div>Posted 1 year ago #
Reply
You must log in to post.














