Before you ask please READ THIS

Simple one page blog without possibility to comment

in FatMoon Posts: 136
Hi Guys,
I've made a set up for my Blog. It's called "Play"
http://bumsch.com/blog/

When I scroll down to a blog called "Friends Session" It doesn't load the three images?

Like it does on the standard Fatmoon template
http://victoria.fatmoon.kinsta.com/blog/
Click load more to load "Friends Session"

Question 1
How can I solve gt the visual to show with the dots?

Question 2
Where do I load those images in the actual post?

Question 3
How can I turn of the "read more" Button and How can I stop the Title and Photo from being clickable?


Basically I would like the Blog to be like this
http://bumsch.com/blog/

But I don't want to have the posts be click-able, and I don't want users to be able to comment on the posts.



Phew lot of questions, hope that's clear.

Thx!




Comments

  • Posts: 136
    Sorry question one not very clear


    Question 1
    How can I get the main visual to show, with the dots for the second and third image?
  • AirAir
    edited October 2016 Posts: 10,970
    Hi there:-)

    1 and 2) For this use this http://apollo13.eu/docs/apollo13_framework_theme/#!/plugins_recommendations_featured_galleries
    vncnt said: How can I turn of the "read more"
    Customizing ▸ Blog settings-> Posts list -> Type of post excerpts -> Manual
    vncnt said: How can I stop the Title and Photo from being clickable?
    How can you ask two different questions in one point ? :-) This requires modification of code.

    Title:
    fatmoon\content.php line ~25
    the_title('<h2 class="post-title"><a href="'. esc_url(get_permalink()) . '">', '</a></h2>');
    to:
    the_title('<h2 class="post-title">', '</h2>');

    Image:
    fatmoon\loop.php line ~66
    $link_it = $is_special_post_format? false : true;
    to:
    $link_it = false;

    With kind regards.
    Post edited by Air on
  • Posts: 136
    Hi Air, goodmorning!
    Thanks for previous info. The last item about Image:
    fatmoon\content.php line ~66 didn't work for me because I don't have a line of code that says:
    $link_it = $is_special_post_format? false : true;

    Any solutions?

    Thanks!


  • AirAir
    Posts: 10,970
    Right, I was in hurry and I didn't change file name in second change. I have now edited my answer so try again in loop.php

    With kind regards.
  • Posts: 136
    Worked!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!