doubler59

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • doubler59
    Customer

      Wes,

      Thank you, I realize that now. I”m not a coder so I must’ve asked advice on this and just copied and pasted when I first created the site. Actually i have adjusted those “comments and trackbacks” settings but they’re still not showing up on the blog page.

      Could you please advise as to how I’d go about keeping the titles and meta info off certain category posts, and put it back on for a different category of post?

      thanks again.

      Robin

      doubler59
      Customer

        A little more info: Now looking at the functions.php, I see this code which probably affects the titles I’m missing:

        <code>//REMOVE PAGE TITLE

        add_action(‘get_header’, ‘child_remove_page_titles’);

        function child_remove_page_titles() {

        $pages=array();

        if (is_page($pages)) {

        remove_action(‘genesis_post_title’, ‘genesis_do_post_title’);

        }

        }</code>

        I think I also had removed the post info when I wanted certain posts not to show it. How would I show the post info on other posts?

        thanks again.

        in reply to: Trouble updating slider #1970
        doubler59
        Customer

          Actually I just solved it. I deleted the previous image from the server, deleted the newer image from the post, then inserted it again and selected “Use as Feature Image”. Now the pic is showing up in the slider.

          I was confused because when I checked the other slider posts to compare, they don’t show the photos in the “Featured Image” box. Do you just need to do that when updating a slider post?

        Viewing 3 posts - 1 through 3 (of 3 total)