Hello,
I’m an spanish web-magazine editor. The Newspaper theme is very beautiful and full customizable, but I have two problems:
1. I can’t put the Author name and a link to the articles of each author in the meta of the articles in the homepage and in the articles.
2. My logo is bigger than 300×100 px, how could I change this restriction although it suppose the loss of advertising space in the header?
3. Also I lost my favicon (my url is: http://papeldeperiodico.com).
I’ll be very happy if you give a quickly answer, I’m showing a bad image d my magazine. Thanks!
Hello,
1. You can use this plugin Author META. Also we will fix this in the next update.
2. You can use a big logo if you want, depend which size you want to be, please give me the size of your logo you want to have it and i will give you the solution.
Thanks for the message
I use the code you have post this morning in other topic and the author name appears in all the web. Thank you very much.
I have now the other two cuestions: the logo size and the problem with the search form, where appear results of articles that are scheduled yet.
Hello,
For search to return scheduled post add this into fuctions.php file
function wpshock_search_filter( $query ) {
if ( $query->is_search ) {
$query->set( 'post_status', array('publish','future') );
}
return $query;
}
add_filter('pre_get_posts','wpshock_search_filter');
For logo I will give you a solution soon
Back 🙂
Edit logo_ad.php file located in \parts\header folder and change like here to span 6: http://screencast.com/t/nTbLkHqcf0LK
Now you will lose some space for banner ads but you can put there a 468 x 60px banner instead of 728×90
Perfect. I change what you say to me in logo_ad.php and works. I think it will be better if I could add a white space below the logo, but now my web looks better. I only need to solve the problem with search form. Thanks, thanks and thanks! The theme is perfect and the support team too 🙂
