Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Add Page content before directory listings on members page


Slushman
Member

@butimnoexpert

I figured it out. It’s not quite as elegant as I was hoping, it works. I put the following code right after `

` in the member.php theme file.

`have_posts()) : $recent->the_post();?>

`

The page ID needs to be the page id # for the page you’d like to use for the description. It has to be the number though, the function doesn’t work with anything but an integer. I found my page’s id by mousing over the page name on the Pages listing in WordPress; the number is in the link.

You can see the output at http://makemeanexpert.com/members.

Skip to toolbar