Forum Replies Created
-
AuthorPosts
-
Josep
ParticipantThanks!
finally I installed a 301 redirect plugin….Josep
ParticipantOh! I really love you!
It works!Thank you very much!!!!
Josep
ParticipantThis reply is private.
Josep
ParticipantYes, I’ve delete all cache from WP Fastest Cache plugin, and title link still appears.
Thanks!
Josep
Participanthi! I’ve added to my functions.php of the child theme, but nothing happens…
Josep
ParticipantYes! It works!
And the last question about this page…
How can I remove the link in title? And “> Agenda”?
https://pratsdellucanes.cat/agenda/Thanks!
Josep
ParticipantPlease, help!
Josep
ParticipantHi!
How can I remove \24\UTC in month view title?
https://pratsdellucanes.cat/agenda/Thanks!
Josep
ParticipantGreat!
Thank you very much!Josep
ParticipantHi!
I change the name in
$title_month = ‘%1$s’; // Month View, %1$s = the name of the month
(only need the name of the month and the year)You can see here:
https://pratsdellucanes.cat/agenda/the problem is the date format:
I need: month year
instead of: month \24\UTC year > Agenda (and disable link)How can I do that?
Thank you very much!
Josep
ParticipantHi!
The code is:
`
// Add Events to RSS Feed
function add_events_to_rss_feed( $args ) {
if ( isset( $args[‘feed’] ) && !isset( $args[‘post_type’] ) )
$args[‘post_type’] = array(‘post’, ‘tribe_events’);
return $args;
}add_filter( ‘request’, ‘add_events_to_rss_feed’ );
// Add Tribe Event Namespace
add_action( ‘rss2_ns’, ‘events_rss2_namespace’ );function events_rss2_namespace() {
echo ‘xmlns:ev=”http://purl.org/rss/2.0/modules/event/”‘.”\n”;
}// Add Event Dates to RSS Feed
add_action(‘rss_item’,’tribe_rss_feed_add_eventdate’);
add_action(‘rss2_item’,’tribe_rss_feed_add_eventdate’);
add_action(‘commentsrss2_item’,’tribe_rss_feed_add_eventdate’);function tribe_rss_feed_add_eventdate() {
if ( ! tribe_is_event() ) return;
?><?php }
add_action( 'pre_get_posts', 'custom_teardown_tribe_order_filter', 60 );
function custom_teardown_tribe_order_filter() {
if ( is_feed() ) remove_filter( 'posts_orderby', array( 'Tribe__Events__Query', 'posts_orderby' ), 10, 2 );
}
`Thanks!
Josep
ParticipantHi!
But I only need to remove “Events for”! I need “MONTH” and “YEAR”
https://pratsdellucanes.cat/agenda/Is it possible?
Thanks!
Josep
ParticipantNo. Thank you very much
Josep
ParticipantHi!
The problem with import is solved. I delete the two scheduled imports and create new. Now it works…For the translation problem, in 3 hours I will read posts. I use Loco Translate to manage translations in web.
Thanks!
Josep
ParticipantHi!
Sorry! Now you can access to the site (it was in maintenance mode). -
AuthorPosts
