emaravelia
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Oxygen] Slider: How to remove publishing dates?You are right both of you. I should have mentioned I always work on child themes. Learned the hard way ??
Forum: Themes and Templates
In reply to: [Oxygen] Slider: How to remove publishing dates?Hello,
I wanted to remove the publishing dates and here is how I did it:
Edit the featured-content.php file by removing this:<?php echo apply_atomic_shortcode( 'byline', '<div class="byline">' . __( '[entry-published]', 'oxygen' ) . '</div>' ); ?>
If for some reason you also want to remove the text you see you can delete this:
<h2 class="post-title entry-title"> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> </h2>
Hope this helps.
Forum: Localhost Installs
In reply to: How to Copy WordPress Site to Local Test ServerWell it seems I found the solution. I have named the new site exactly like the original so i just changed the name and everything was perfectly.
Thanks for the great step by step tutorial.
Forum: Localhost Installs
In reply to: How to Copy WordPress Site to Local Test ServerHi Sunny,
I followed your instructions and managed to set up a test site locally. Although I can login to the Dashboard it doesn′t let me see the actual site.
my localhost i actually localhost:8666 and I did all the changes accordingly but when I′m in the dashboard and try to visualize a post or page it saysObject not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Any ideas what it might be?
Hello again,
I managed to fix this. It was the cufon fonts after all.
Hello,
I’m having a similar problem only I don′t use Cufon Fonts. I just have Arial fonts. When I see the web page source I can see this <h1>Medik8 Espa?a</h1> but on the actual website the ? doesn′t show.
I thought that installing the es_ES.mo in the languages folder and changed the wp-config would fix this problem but it hasn′t changed anything.Any ideas?