mpn_zep
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "functions.php" – Updating ThemeThere´s no customized code in “functions.php”
Forum: Fixing WordPress
In reply to: "functions.php" – Updating ThemeI´m using Snapshot Theme from WooThemes.
I´ve edited the parent theme.
I´m trying to avoid customization loss.
No..
It´s not about Woocommerce..I just would like to add a text description of the post.
Using (customizing) the WordPress ‘the_content’ function or other function, I don´t know..
I don´t need Woocommerce. Woocommerce is far from what I want.
Is there any way, to add 3 lines of description into a post?
Thanks.
Hi.
I think it´s not a theme issue.
What I´d want is to add a text description of the post.
Example:
Reference, price, size.
Forum: Fixing WordPress
In reply to: Remove image from descriptionHi.
My theme is Snapshot from WooThemes.
The website is this one.
I´ve tried to add `<?php
echo preg_replace(‘/<img[^>]+./’,”,get_the_content());
?>`
To remove image from the description.
The problem is it shows this:
[caption id="attachment_60" align="alignnone" width="300"] Pólo Manga Curta[/caption]I would like to display, only the description…
So I´ve tried to add this code at the top of ‘functions.php’:
add_filter( 'disable_captions', create_function( '$a','return true;' ) );Still I keep the text ‘[caption id="attachment_60" align="alignnone" width="300"] Pólo Manga Curta[/caption]‘
[Please do not create duplicate threads – answered here:
http://wordpress.org/support/topic/how-to-remove-image-from-description-on-theme-snapshot-from-woo-themes?replies=2 ]Forum: Fixing WordPress
In reply to: Changing from 'index.php' to 'index.html'Hi.
No problem.
What would be the solution?
I´ve tried to use DirectoryIndex in .htaccess file.
It loads the ‘index.html’ file, but the page doesn´t load the images.
Also, when I try to click on the images, with links to my categories (e.g: ‘http://mpn.p.ht/wordpress_br/?cat=3’ ), the link is called but I get stuck into ‘index.html’. In other words, doesn´t show the requested category.
Forum: Fixing WordPress
In reply to: Changing from 'index.php' to 'index.html'The ‘index.html’ is located on the theme root folder.
Forum: Fixing WordPress
In reply to: Changing from 'index.php' to 'index.html'What changes in my .htaccess file should I make?
Forum: Fixing WordPress
In reply to: Changing from 'index.php' to 'index.html'I´d like the server to load a ‘index.html’ file, instead of the default ‘index.php’.