Tagged Questions
-1
votes
0answers
31 views
Display Child Pages, title and excerpt on to homepage
I would like to do something like shown below, but don't know the proper code. I basically want to pull the title and excerpt of child pages and display it on the homepage. I want to be able to list ...
0
votes
1answer
53 views
Custom wp_list_pages() function
I have following code in my .php file:
$my_pages = wp_list_pages("title_li=&child_of=".$my_id."&echo=0");
Then I create an <ul>
<ul>
<?php echo $my_pages; ?>
...
0
votes
2answers
128 views
How to add an excerpt and read more link to a page?
I've a custom/static "homepage.php" in my templates directory at my WordPress. Now I need to show differents "page excerpts" in my homepage, but I don't know what should be do it.
At this moment I've ...
2
votes
2answers
152 views
How do I modify this page template to show subpage excerpts (not post excerpts)?
I have made a page template which shows linked subpages using this bit of code:
<?php
$mypages = get_pages( array( 'child_of' => $post->ID, 'sort_column' => 'menu_order', 'sort_or
...
0
votes
1answer
50 views
simple category search form returns full text - but I need excerpts
I have member pages. I set their "membership type" as a certain category. I want to search the members now. I use this simple form that does what I need, except that I need the results to display as ...
0
votes
2answers
189 views
Using the_excerpt() on a page
I've been trying to utilize the PHP excerpt function to call from her recent blog post to post on a main landing page without avail. Any thoughts?
<div id="home_news" class="prefix_9 grid_3">
...
-1
votes
1answer
61 views
Page Excerpts - Adding the excerpt function to wordpress pages [closed]
I use Pages when creating my site... I would like to apply excerpts to my pages... I have tried plugins but they dont work, please can you guide me through applying excerpts to my pages on my ...
0
votes
1answer
891 views
Archive limit the text of the_content
here's the code for my archive page..
<?php
/*
Template Name: Archive Page
*/
?>
<?php get_header(); ?>
<div id ="maincontent"class = "group">
<?php ...
0
votes
1answer
228 views
Static front page with excerpt
I'm currently developping a theme for WordPress, and I have run into a little issue.
I have to display some text as well as a "latest articles" list on the front page. I have the front page set to ...
2
votes
1answer
754 views
How to show post(excerpt) from specific category on wp page?
I need this on 3 pages, all 3 from different categories, and then to show several post excerpts from all 3 categories in sidebar of home page.

