Forum Replies Created
-
AuthorPosts
-
Thanks!
In some pages i will just create posts with shortcodes and use masonry on them….But portfolio looks good also.
January 27, 2015 at 11:05 am in reply to: LayerSlider: Layer with only shortcode doesnt appear if you dont put text also #386116This is where i am putting them…Is it a difference if the shortcode comes from the template and not from wp core?
January 26, 2015 at 2:00 pm in reply to: LayerSlider: Layer with only shortcode doesnt appear if you dont put text also #385424Yeap i am not expecting for shortcodes to work on preview..But they dont work in frontend UNLESS you put something else EXCEPT the shortcode itself…
January 24, 2015 at 7:57 pm in reply to: LayerSlider: Layer with only shortcode doesnt appear if you dont put text also #384962Also i need to do everythign to get it right..
I mean add text with shortcode, click on text/html AND on text and also to preview it.Never mind i found the relative documentation
January 23, 2015 at 8:02 am in reply to: Create a simple latest news list with only title and date from a category #384236this is kinda of what i am looking, but what if i want to customize this?
I mean generally if i want to add something like this somewhere, what are my options? I want to avoid putting php code directly in my page
<h2>Recent Posts</h2> <ul> <?php $recent_posts = wp_get_recent_posts(); foreach( $recent_posts as $recent ){ echo '<li><a href="' . get_permalink($recent["ID"]) . '">' . $recent["post_title"].'</a> </li> '; } ?> </ul>
Alao, if i want to have a look in 2 demos of the theme locally should i have 2 instances of the theme? becuase when i switch back and forth with import the appearance is not ok.
-
AuthorPosts