Forum Replies Created

Viewing 6 replies - 31 through 36 (of 36 total)
  • Thread Starter Ollam

    (@ollam)

    mmm… ok.

    Another viable solution would be to just remove the read more entirely and make the title not be a link.

    Would you know how to do that please ?

    Thread Starter Ollam

    (@ollam)

    It’s a free engine, not supported.

    Also i made changes to the theme’s files not to the wordpress core’s file.

    I think the problem is since by default all the posts should appear in the home page, this is why it redirects me to my home page.
    The answer would probably be to change that behavior, but i don t know how.

    I think the problem/solution lies somewhere in these lines:

    <div class="col-md-10 col-sm-10 et-post-data-right">
    										<h1 class="title-blog"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
    										<div class="et-post-info">
    											<?php _e('Post by','oneengine'); ?> <?php the_author(); ?> | <?php the_category(); ?> | <?php comments_number( 'No Comments', 'One Comment', '% Comments' ); ?>
    										</div>
    										<div class="clearfix"></div>
    										<div class="et-post-excerpt">
    											<?php the_excerpt() ?>
    										</div>
    										<div class="clearfix"></div>
    										<a href="<?php the_permalink(); ?>" class="read-more"><i class="fa fa-arrow-right"></i>&nbsp;&nbsp;<?php _e('Read more','oneengine'); ?></a>
    									</div>

    Thread Starter Ollam

    (@ollam)

    I did what you said, and still, the “read more” and the title both takes me back to the homepage.

    Thread Starter Ollam

    (@ollam)

    yeah i edited category.php, header.php, footer.php and i think single.php too.

    I removed or replaced part of the code there.

    Thread Starter Ollam

    (@ollam)

    https://www.melaniemendelewitsch.com/topics/dailybeast

    This is the category page i mislinked before.

    I didn’t really edit anything, i just removed the parts i didn’t want, like the header, footer, sidebar and menu.

    i also edited some of the css but just to change colors, width and details like that.

    Thread Starter Ollam

    (@ollam)

    P.S: sorry about the whole 2nd part of the post being a link, dunno what happened there….

Viewing 6 replies - 31 through 36 (of 36 total)