2014-03-11, 09:56:16
Thanks Carlos,
1.but when I added it, the content disappeared from the excerpt and there was no image in the full page. So my syntax must be wrong. What should it be?
2. I had actually changed, in plugins/news_manager/en_US
I changed the code to
but lost everything. Obviously I'm doing it in the wrong place. Where should it be?
3.Ok, that's fine.
You probably noticed, PHP is not a strong point yet so your response and help is appreciated.
thanks
1.
Quote:(I assume you want to associate images to posts so that they're shown e.g. in the main news page - of course you can just insert images in the post content just like with normal pages)Yes, sort of :-) What I was trying for, was to have the images show in the the excerpt so they would be dominant in a handheld (RWD). It seems that is not possible so my other option would be added to the content, which I thought I was doing in the source of Edit Post. I am assuming the PHP syntax is
Code:
<img src="<?php get_site_url(); ?><?php get_theme_url(); ?>/group-of-pets.png" alt="picture of domestic pets" />
2. I had actually changed
Code:
ELLIPSIS =>"[...]" to "ELLIPSIS" => " ... read more"
I changed the code to
Code:
ELLIPSIS ""
READ_MORE [...]
3.Ok, that's fine.
You probably noticed, PHP is not a strong point yet so your response and help is appreciated.
thanks
I'm no Einstein, nor do I profess to be. Just saying what I would try in the circumstances.