Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Put Categories Archive in List Form?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31718
    smithaa99
    Member

    I need to somehow segregate the post titles from this string.

    They are currently appearing like this:

    Nancy Park BiographyAlexis
    Arvidson Biography

    http://www.parkarvidsonacupuncture.com/wordpress/nancy7/

    This is the PHP string I’m using currently.

    Thanks!
    Adam

    #58977
    smithaa99
    Member

    Nevermind, figured it out. For anyone else that needs this code:

    global $post;
    $myposts = get_posts(‘numberposts=10&category=NAME_HERE&order=DESC’);
    foreach($myposts as $post) :
    ?>

  • “>
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.