Ollam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Read more link problemmmm… 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 ?
Forum: Fixing WordPress
In reply to: Read more link problemIt’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> <?php _e('Read more','oneengine'); ?></a> </div>
Forum: Fixing WordPress
In reply to: Read more link problemI did what you said, and still, the “read more” and the title both takes me back to the homepage.
Forum: Fixing WordPress
In reply to: Read more link problemyeah i edited category.php, header.php, footer.php and i think single.php too.
I removed or replaced part of the code there.
Forum: Fixing WordPress
In reply to: Read more link problemhttps://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.
Forum: Fixing WordPress
In reply to: Read more link problemP.S: sorry about the whole 2nd part of the post being a link, dunno what happened there….