vegroland
Forum Replies Created
-
Hi @rozroz ,
thank you for check it and try it.
Just see the codetz=no
in your answer.
Using this, the time is already correct with multiple feeds also.But very strange that the source and local code is still working without affect on the time.
Hello @rozroz ,
of course:
screenshot: https://ibb.co/xgVFwqr
Saved website: https://drive.google.com/open?id=1miMJshP2Kc1Z8SdUyn7eYFSNWzkXxu4kAnother screenshot where are more than one blank images: https://ibb.co/L5nmQ2L
@rozroz no, it doesn’t.
Please read carefully the hook and see the screenshot.On some items the source appears, but most of them not.
If they appear, then it’s not what is set in the hook.
You can check it always here: https://buscarnoticias.es/ (“últimas noticias” accordion)In the hook is written that e.g:
from the https://ep00.epimg.net/rss/tags/ultimas_noticias.xml feed it has to be appear “El País” instead of “(últimas noticias | EL PAíS)”
(at the bottom of the screenshot)And from different other feeds (there are more) e.g “https://www.europapress.es/rss/rss.aspx” not appear the source name, despite they are set. (first item on the screenshot)
Thank you to have a look on it!
- This reply was modified 4 years, 8 months ago by vegroland.
@rozroz here is the issue: https://ibb.co/37R2mt0
This is a fast-updated news feed so if there doesn’t appear a feed item without image, please reload it in 1-2 minutes.
Sure that you will see at least one.Thank you!
Hello,
I made a sreen capture so it’s a little bit easier to show what’s the problem with the time:
https://drive.google.com/file/d/1zsJwYEdvg9B4FJYHUXEBmkq4FSyKdy6I/viewIt should be appear good, no?
Hello,
here is the image: https://ibb.co/hcXyZjw
Now I’am using this hook:
add_filter( 'feedzy_author_name', 'feedzy_author_name', 10, 3 ); function feedzy_author_name( $authorName, $feedURL, $item ) { $source = ''; if ( strpos( strtolower( $feedURL ), 'https://www.lavanguardia.com/mvc/feed/rss/home' ) !== false ) { $source = 'La Vanguardia'; } if ( strpos( strtolower( $feedURL ), 'https://ep00.epimg.net/rss/tags/ultimas_noticias.xml' ) !== false ) { $source = 'El País'; } if ( strpos( strtolower( $feedURL ), 'https://estaticos.elmundo.es/elmundo/rss/portada.xml' ) !== false ) { $source = 'El Mundo'; } if ( strpos( strtolower( $feedURL ), 'https://www.europapress.es/rss/rss.aspx' ) !== false ) { $source = 'Europa Press'; } $authorName=$source; return $authorName . ' ' . $source; }
$authorName=$source;
is used to hide the author.With this shortcode:
[feedzy-rss feeds=”ultimas-noticias” max=”12″ offset=”0″ feed_title=”yes” sort=”date_desc” target=”_blank” title=”140″ meta=”time, tz=source, author” multiple_meta=”source” summary=”yes” summarylength=”140″ thumb=”yes” default=”https://buscarnoticias.es/wp-content/uploads/2020/03/buscarnoticias_favicon.jpg” size=”80″ ]
Thank you!
Hello,
this is shortcode:
[feedzy-rss feeds=”ultimas-noticias” max=”12″ offset=”0″ feed_title=”yes” sort=”date_desc” target=”_blank” title=”140″ meta=”time, tz=source, author” multiple_meta=”source” summary=”yes” summarylength=”140″ thumb=”yes” default=”https://buscarnoticias.es/wp-content/uploads/2020/03/buscarnoticias_favicon.jpg” size=”80″ ]This is the used category’s feed list:
https://www.europapress.es/rss/rss.aspx,
https://ep00.epimg.net/rss/tags/ultimas_noticias.xml,
https://estaticos.elmundo.es/elmundo/rss/portada.xml,
https://www.lavanguardia.com/mvc/feed/rss/home,
https://api2.rtve.es/rss/temas_noticias.xml,
https://www.abc.es/rss/feeds/abc_ultima.xml,Hello,
this is shortcode:
[feedzy-rss feeds=”ultimas-noticias” max=”12″ offset=”0″ feed_title=”yes” sort=”date_desc” target=”_blank” title=”140″ meta=”time, tz=source, author” multiple_meta=”source” summary=”yes” summarylength=”140″ thumb=”yes” default=”https://buscarnoticias.es/wp-content/uploads/2020/03/buscarnoticias_favicon.jpg” size=”80″ ]This is the used category’s feed list:
https://www.europapress.es/rss/rss.aspx,
https://ep00.epimg.net/rss/tags/ultimas_noticias.xml,
https://estaticos.elmundo.es/elmundo/rss/portada.xml,
https://www.lavanguardia.com/mvc/feed/rss/home,
https://api2.rtve.es/rss/temas_noticias.xml,
https://www.abc.es/rss/feeds/abc_ultima.xml,- This reply was modified 4 years, 8 months ago by vegroland.