Skip Navigation

[Resuelto] Open Link in Source

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem:

Display the original post link imported by plugin "WP RSS Aggregator".

Solution:

The "WP RSS Aggregator" plugin is using a custom field "wprss_item_permalink" to store the original post URL:

[wpv-post-field name="wprss_item_permalink"]">

Relevant Documentation:

This support ticket is created hace 6 años, 5 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Etiquetado: ,

Este tema contiene 7 respuestas, tiene 2 mensajes.

Última actualización por Luo Yang hace 6 años, 5 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#681539

On the home page, enlace oculto, a post title will link out to the post source as I have the following in my functions file: add_filter( 'wprss_ftp_link_post_title', '__return_true' );

An example on the home page would be the post, 5 Strange Foods Around the World. That same post is in this Custom Post Type, enlace oculto. Notice the first post title which is the same as that on the home page. The View is:

    <wpv-loop>

  • [wpv-post-link]
  • </wpv-loop>

with the Taxonomy filter:
"Select posts with taxonomy:
Brands the same as the page where this View is shown"

I would like the posts in the Custom Post Type (example Backroads) to open in the source like they do on the homepage and not on the single post page which doesn't go anywhere.

Thanks!

#682783

Hello,

To avoid any misunderstandings, please elaborate the question with more details, and describe detail steps to duplicate the same problem, if it needs other plugins/theme, please provide a downloadable URL of them.

I assume we are talking about this problem:
1) open URL
enlace oculto

2) click link "5 Strange Foods Around the World",
it redirects user to URL:
enlace oculto
But you expect to below URL, which is a single post URL
enlace oculto

Can you confirm it?

#684049

Yes, exactly. I want to know how I can get the post link to open on the backroads site when I click the link on the Tour Operator page. It's working correctly when I open the link on the home page. The other plugin I'm using is RSS Aggregator. I'm just not sure how to get the links to behave the same way. Thanks!

#684299

As you can see, it is a compatibility problem, I need detail steps to duplicate same problem, I have tried the plugin "WP RSS Aggregator", download from:
https://wordpress.org/plugins/wp-rss-aggregator/

There isn't similar problem as you mentioned above.

Please provide a copy of your website
https://toolset.com/faq/provide-supporters-copy-site/
You can put it into your own google drive disk, and share the link in the "private detail box", I need to duplicate same problem and debug it in my localhost, thanks

#689894

Thanks for the details, I am downloading the file, will feedback if there is anything found

#690104

The "WP RSS Aggregator" plugin is using a custom field "wprss_item_permalink" to store the original post URL, so I have modify the codes in your website as below:

<a href="[wpv-post-field name="wprss_item_permalink"]">[wpv-post-title]</a>

Please test again, check if it is fixed or not. thanks

#692629

Thank you so much!!! It works.

#695147

You are welcome

Este ticket ya está cerrado. Si eres cliente de Toolset y necesitas ayuda relacionada, abre un nuevo ticket de soporte.