-
AuthorPosts
-
October 15, 2021 at 3:55 pm #1325147
To whom it may concern,
How can I set the posted date exactly after the title in the blogs archive page for each article ?
Regards
October 15, 2021 at 4:09 pm #1325155Hi,
Could you please a link to your page and a screenshot showing the changes you would like to make so we can make sure we understand clearly? :)
Regards,
YigitOctober 18, 2021 at 8:42 am #1325364Hi,
I would like to have the blog posted date visible underneat the the category title in the blogs archive page as attached.
Can you guide me through please?
October 18, 2021 at 2:46 pm #1325425Hi,
Please create a new file on your child theme inside /shortcodes/ folder using this code – https://pastebin.com/P9EHiaMD and name it postslider.php. Then add following code to functions.php file of your child theme
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }Best regards,
Yigit-
This reply was modified 4 years ago by
Yigit. Reason: typo
October 18, 2021 at 3:01 pm #1325426Wheer can I find the shortcodes folder in the child theme please? I dont seem to have it
October 18, 2021 at 3:32 pm #1325429Hi,
Sorry for the confusion, I realized I made a typo. Please create a folder and name it “shortcodes” :)
Regards,
YigitOctober 18, 2021 at 3:43 pm #1325432no worries :)
It worked :)
Now how can I style it? I want to move the date further down. What is the class name of the date?
October 18, 2021 at 4:00 pm #1325438Hey,
Great :) Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.html_elegant-blog #top .avia-content-slider .blog-categories { margin-bottom: 30px; }You can use following selector to target it
#top .slide-meta-time.updated { }Cheers!
YigitOctober 18, 2021 at 4:07 pm #1325442perfect thank you so very much.
This can be closed :D
-
This reply was modified 4 years ago by
-
AuthorPosts
- The topic ‘Blogs Archive Page Date’ is closed to new replies.
