Home › Forums › Basel support forum › Move Meta-tags
Move Meta-tags
- This topic has 13 replies, 3 voices, and was last updated 6 years, 2 months ago by Artem Temos.
-
AuthorPosts
-
August 28, 2018 at 10:49 am #74645
ShaneParticipantHi there,
I want to move the tags down the bottom on the blog page (+ single post) – Is there a way to do this in the theme options?
I found the meta-tags in template-tags.php but need some advice on how best to do this.
Ta
August 28, 2018 at 1:07 pm #74671
Elise NoromitMemberHello,
Please specify where do you want to place the tags, page URL and screenshots
Best Regards
August 29, 2018 at 1:13 am #74760
ShaneParticipantWanting to move to below the post content & before the comments form
August 29, 2018 at 6:23 am #74784
Artem TemosKeymasterYou can edit
content.php
file and move<div class="entry-meta woodmart-entry-meta">
with this meta whenever you want. Try to put it after<div>
withentry-content
class.September 21, 2018 at 2:03 am #78290
ShaneParticipantthanks that works for moving the tags on the blog single page but not the main blog list page as the tags still show in the except – how do i remove / hide the tags here?
September 21, 2018 at 6:22 am #78318
Artem TemosKeymasterPlease, provide us some screenshot what and where do you want to move and send us a link where we can see it.
September 25, 2018 at 3:23 am #78809
ShaneParticipantI want to hide / remove the tags on the main blog list page (not move).
The instructions you gave for moving the tags worked great on the single blog page
September 25, 2018 at 6:05 am #78815
Artem TemosKeymasterPlease, provide us your website link or screenshot with this element. There are a few files where they can be located. We have to see your website to give you an instruction.
September 25, 2018 at 6:09 am #78816
ShaneParticipanthere you go .. its a screenshot of the excerpt from the blog default page (eg https://demo.xtemos.com/basel/category/lifestyle/?blog1)
Attachments:
You must be logged in to view attached files.September 25, 2018 at 6:10 am #78818
Artem TemosKeymasterYou should be able to remove this information in the same file
content.php
.September 25, 2018 at 6:30 am #78823
ShaneParticipantokay, can you point out where / how in content.php?
September 25, 2018 at 7:56 am #78838
Artem TemosKeymasterJust remove all elements that you don’t need like this https://gyazo.com/4df051792671d659a776938e31c35858
September 25, 2018 at 9:42 am #78872
ShaneParticipantI removed that whole block but tags still show on blog default.
Please confirm this is the section you mean to remove?
<?php if ( basel_loop_prop( 'parts_meta' ) ): ?> <div class="entry-meta"> <?php basel_post_meta(array( 'date' => 0, 'labels' => 1, 'short_labels' => ( in_array( $blog_design, array( 'masonry', 'mask' ) ) ) )); ?> </div><!-- .entry-meta --> <?php endif ?>
September 25, 2018 at 12:54 pm #78923
Artem TemosKeymasterThere are a few occurrences of meta code in that file. Be sure that you have removed them all. If it will not help, we need to see your website to check what is wrong.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register