jonathas.duarte
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: Loop post not showing date on all postsThanks Michael!
This is so weird…
Forum: Themes and Templates
In reply to: Loop post not showing date on all postsHere’s
content-archive.php<h2 class="tileHeadline"> <a href="<?php the_permalink(); ?>" class="summary url"><?php the_title(); ?></a> </h2> <p><span class="description"><?php the_excerpt(); ?></span></p> <div class="keywords"> (Tags and categories still being implemented) </div> <span class="documentByLine"> <ul> <li> <?php the_date(); ?> </span> </li> <li> <?php the_time(); ?> </li> </ul> </span>Forum: Themes and Templates
In reply to: Custom metada not showing on page (get_post_meta)Oh…
I’ve tried to usethe_meta();and figured it out.It turns out that my final key is called
dados_adicionais_chapeu(dados_adicionais is my metabox’ name). The prefix was added by the Metabox generator I’ve used.Forum: Themes and Templates
In reply to: Adding a custom class to a menu's list itemThanks! Now I understand how to use hooks 🙂
However, what worked for me was the
'nav_menu_css_class'filter, since I wanted this behavior on all list items on the menus (not only on page items).Forum: Plugins
In reply to: [W4 Post List] Strip shortcodes from [post_excerpt] and [excerpt]+1!
Just had the same problem.
Viewing 5 replies - 1 through 5 (of 5 total)