Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi slambert, thank you for putting your time into this theme. I really like the simplicity of it. The version I downloaded about a week ago was slambert-WPFolio-v1.6rc3. It had a note on it that it was not yet officially released on WP, but it was the newest version. I didn’t modify the code until I discovered that the title and date for the post pages were missing, so I assumed the problem was in the original file I downloaded.

    I found the section you pointed out, No filter, just a lack of code.
    The <h2> code line doesn’t appear here. I hadn’t noticed since I was only looking under the section starting with

    <!-- This IS a single blog post! So run the following -->

    Thank you for pointing me to this, and so quickly!! It would have taken me a life time to figure out by myself.

    Thank you – this helped to solve part of the problem! I modified index.php for my WPFolio theme, and the title and date are now displaying. I was able to find the appropriate code in the single.php file:

    This is what I added:

    <h2 class="post-title"><a title="'<?php the_title_attribute(); ?>', posted on <?php the_time('F jS, Y') ?>" href="<?php the_permalink() ?>"><?php the_title(''); ?></a></h2>
    <h4><?php the_date('F d, Y', '', ''); ?></h4>

    However, the title and date still don’t display in the single post view. Even though the single.php file contains the same above quoted code, and so do the archive.php and archives.php (for some reason I have two archive files-?). I am unsure which of the three files are called up for the single page view, so I don’t know where to start looking for the bug.

    I apologize, this theme seems to be a bit messy. This is the first time I touched the code, so I don;t know how this happened.

    It’s with all posts. And there is no link to the single page view either….see here my test site: https://www.studioitalics.com/wordpress/news/

    I am sure this must be something very basic – this is my first try at WP. Thank you for your help!

    Hello,

    I have a similar problem – but for me the post title doesn’t show up at all. I checked the name in the Admin/Posts list, there everything is ok. I also tried deactivating all plugins, but still the title doesn’t show.

Viewing 5 replies - 1 through 5 (of 5 total)