Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter tournicotee

    (@tournicotee)

    hello!

    Thanks a lot for your answer.
    I had no idea about child theme (yes you can say I’m still a rookie!!) and with your link I think I got the right info, I’ll try this right away.

    And the good news is that today after one night of good sleep (and not changing anything in the CSS, IE is displaying my theme properly taking into account my CSS changes ?? The magie of IT!
    Maybe it was needed to restart my PC? Yesterday I tried to clean the cache of IE but still nothing was shown in IE…
    I reckon this will stay a mistery!

    So thanks a lot for the help and the child CSS info, I’ll try this right away ??

    I have read this info:

    How to use Read More in Pages

    Please remember that the “Read More” tag is used only on the Home page which shows the latest posts. It does not work in “Pages”. If you want to turn it on in Pages too for showing a set of partial posts, use the following code inside the loop for the dynamic content:
    <?php
    global $more;
    $more = 0;
    ?>
    //The code must be inserted ahead of the call the_content, but AFTER the_post()

    <?php the_content(‘Continue Reading’); ?>

    I think this might be the reason why my “Read more” is not shown.. I have tried to add the code mentionned above but still issue persists..

    Indeed this would be great to be able to have a top header like an image for instance ??

    Hello!

    I have the same question than you ??
    I cannot managed to display the “Read more” button. I can “cut” my post to say which part is displayed on the main page and the rest displayed on the post page but the “Read more” is not shown. So you need to click on the post title to see the full post page but this is not user-friendly. I’m afraid my user will not think about clicking on the title.

    Thanks in advance for the help!! ??

Viewing 4 replies - 16 through 19 (of 19 total)