Forum Replies Created
-
AuthorPosts
-
victoria de clasca
Participantsame issue to me what is the solution?
victoria de clasca
Participanthello?
January 20, 2023 at 9:17 PM in reply to: ✅Remove Parent Page Slug from the permalink CPT (hierichal option is "on") #40271victoria de clasca
Participantthis plugin is outdated
any other recomndation?
thank you
https://wordpress.org/plugins/custom-permalinks/May 25, 2022 at 7:07 PM in reply to: Category ARchive of wordpress doesn't Show the CPT of metabox #36172victoria de clasca
Participantwhere should I put this code? in every archive page? this is too much work
is there a way it is automatic with a code in the code snippets?
thanks you
victoria de clasca
ParticipantThis is not woring...
any idea whats happening?victoria de clasca
Participantok, thank you
I've saved the permalink settings
and now YES it worksthanks
victoria de clasca
Participantthank you
victoria de clasca
ParticipantNo I am not using tioolset I amb using Metabox,
but I am using a code block from another webpage so I can use the code for a new site.This is not working.....:
<?php
// Get the post ID
$post_id = get_the_ID();
$metabox_field = get_post_meta("fecha_de_evento");
// Get the Toolset date
$timestamp = get_post_meta( $post_id, $metabox_field, true );
// Convert string to int
$timestamp_to_int = (int)$timestamp;
// Convert string to date
$date = (date_i18n('l, j F.', $timestamp_to_int));
?><div class="my-date"><?php echo $date;?></div>
victoria de clasca
ParticipantHello,
I deactivated oxygen as you recomended
I created a view for date custom field, inserted in a shortcode in Guttenberg editor, and the page it displays in english stillvictoria de clasca
ParticipantThanks a lot Long
victoria de clasca
ParticipantThank You Nguyen,
The question is more concrete, becasue I dont find information of my product.
In my case, Will do I get free updates every year?
Thank you
victoria de clasca
Participantsolved ok thanks
victoria de clasca
ParticipantYOu cannot see it becaaseu the content its only for logged in users
victoria de clasca
ParticipantThank you,
I now using the code of your documentation for featured image,
and something is not working,
can you check the code if theres somethimg missing? the name categories is correct? should I refer to other word?
http://sergig5.sg-host.com/guias-monta%C3%B1a/escalada/
<?php
$terms= get_the_terms( $post->ID, 'category');
$background_image = get_term_meta( $terms[0]->term_id, 'single_image_taxonomy', true );
if ($background_image) {
$link_image = wp_get_attachment_image_src( $background_image, 'full' );
$link_image_source = $link_image[0];
}
else {
$link_image_source = get_term_meta( $terms[0]->term_id, 'single_image_taxonomy', true );
}
if ( !empty( $terms ) ){
$term = array_shift( $terms );
}
?><div class="card-slider">
">
</div>CSS
.card-slider {
position: relative;
overflow: hidden;
height: 300px;
width: 100%;
vertical-align: middle;
}.thumbnail-cat {
object-fit: cover;
position: absolute;
top: 0;
height: 100%;
width: 100%;
}victoria de clasca
Participantin oxygen
-
AuthorPosts