
Designer: Newwpthemes - Provider Review
Theme version: 1.0
List all 22 themes developed by Newwpthemes
Theme Score
General : 53%SEO : 15%
Overall : 38%
Category

Theme testing in such detail is a tedious process. We try our very best to present the most accurate information about the theme.
We need your help: if you find a discrepancy in any of the items we tested above, please leave a comment below and tell us what is wrong. We'll look into it and make correction if it is our mistake.
If you are a user of this theme, feel free to leave a comment and share with us your experience with the theme.










Hi,
When you do a search in the Estetica-theme, the search results do show up – but WITHOUT a link to the posts. So something is not completed with the theme. Have you tested that?
Brgds,
Anders.
Which search result that you are seeing that does not link to the theme post?
If you use the search box in Estetica-theme and do any search you want, then you only get a list of the search results listing the theme posts, but you cannot click on any links to read the post because there is no link to it. Just try make a search and then try to click on any of the posts listed in the search results.
To show the post title and link to it, simple do the following:
- Open search.php and find line 13,14
- Remove the two lines and replace it with the code below:
<div <?php post_class(‘post’) ?>>
<h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="postdate"><img src="<?php bloginfo(‘template_url’); ?>/images/date.png" /> <?php the_time(‘F jS, Y’) ?> <img src="<?php bloginfo(‘template_url’); ?>/images/user.png" /> <?php the_author() ?> <?php if (current_user_can(‘edit_post’, $post->ID)) { ?> <img src="<?php bloginfo(‘template_url’); ?>/images/edit.png" /> <?php edit_post_link(‘Edit’, ”, ”); } ?></div>
Thank you. I will try that.
Could you please copy and show the line 13,14 so that I remove the two correct lines when I replace it with the codes you show.
line 13 and 14 is
<div <?php post_class() ?>>
<div class="postdate">Posted by <strong><?php the_author() ?></strong> on <?php the_time(‘F jS, Y’) ?> <?php if (current_user_can(‘edit_post’, $post->ID)) { ?> | <?php edit_post_link(‘Edit’, ”, ”); } ?></div>
Thanks. – I tried that and removed line 13 and 14 and replaced it with your codes, but got following error message when I tried to make a search afterwords: “Parse error: syntax error, unexpected T_STRING on line 15″.
I just want to inform you that I have fixed the problem – the search is working now.
I went into one of the other themes that newwpthemes.com have and just copied the whole search.php and replaced all my codes with that. Problem solved
Thanks for your help.