Tagged: x
-
AuthorPosts
-
July 25, 2016 at 3:00 am #1101489
Sarah PParticipantHi,
I want to have recent posts as a list. (See the attached file)
I already read the thread “https://community.theme.co/forums/topic/using-custom-fields-in-recent-posts/” and uploaded the edited functions.php on my child-theme. But it doesn’t work.
What should I do?Thanks 🙂
SarahJuly 25, 2016 at 3:07 am #1101493
ChristopherModeratorHi there,
Please update this line of code :
function custom_recents_posts() { remove_shortcode( 'recent_posts' ); add_shortcode( 'recent_posts', 'x_shortcode_recent_posts2' ); }To :
function custom_recents_posts() { remove_shortcode( 'x_recent_posts' ); add_shortcode( 'x_recent_posts', 'x_shortcode_recent_posts2' ); }Hope it helps.
July 25, 2016 at 4:17 am #1101568
Sarah PParticipantThis reply has been marked as private.July 25, 2016 at 5:47 am #1101623
ChristianModeratorYou could try the method here https://community.theme.co/forums/topic/publishing-future-blog-posts/#post-1091745 to display a custom field using ACF Pro which comes bundled with X.
The layout in your screenshot here https://s3.amazonaws.com/community-themeco/app/uploads/2016/07/25030044/Screen-Shot-2016-07-25-at-09.58.20.png will require drastic custom development which would be quite involved so we could not support that. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/
Also, please take note that the custom code we provide serves only as a guide. Further development or issues arising from the use of it would be outside the scope of our support as those are not official parts of the theme.
Thank you for understanding.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1101489 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
