ryezack
Forum Replies Created
-
Try the content-page.php file and look for <?php the_content(); ?> and insert the code after it.
Ryan
Thanks again.
Thank you so much. Thank solved my concern.
Forum: Themes and Templates
In reply to: List Pages with Page Custom FieldHi MichaelH. I have replaced the wp_nav_menu of twentyten theme and applied the codes above to my website and it worked. Just one concern, how do we maintain the current active page feature of wordpress?
Here’s my site: https://www.inventivewebs.net/wp-sample/
Thanks.
I have managed to display the post title and post description using this code [catlist name=mycategory content=yes]. But how do I limit the post description, for example 100 characters only? I don’t want to show all the content of the post, they have to click on the title (or read more…) to show all content.
What code should I use?
Hi,
I have the same concern. I’m using List Category Posts to display posts on one of the pages, which is working perfectly!
List Category Posts by default only display lists of post titles using this code [catlist name=mycategoryname].
How do I display lists of posts from a category showing the Post title TOGETHER with their description?
Forum: Themes and Templates
In reply to: How to create main menu like the one found on Apple.com?Thanks for the reply. I guess what you’re suggesting is to use fixed menu. The problem with fixed menu, it cannot be applicable with xlanguage plugin for multi-languages. I want to have it dynamic like what wordpress is using. This is the code found on wordpress to display the menu:
<?php wp_list_pages(‘sort_column=menu_order&title_li=&depth=-1’); ?>
I’m not sure where to add the “class=’last'” to the code above.
Can you help me?