• I’m trying to create a box like the have on cnn.com where there would be a bullet list that each linked to a special in my woo commerce store.

    the php that I found (I’m new) to call the page is:

    <?php
    $id = 63;
    $p = get_page($id);
    echo apply_filters(‘the_content’, $p->post_content); ?>

    But how does this turn into an unordered list? This will simply call the whole page if I understand it correctly.

  • The topic ‘Bullet list page content on homepage’ is closed to new replies.