etrader
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widget linking tags to an external site<?php the_tags('Tags: ', ', '); ?>will return tags with internal link, how can I change the link to an external website?Forum: Fixing WordPress
In reply to: Removing the comment author’s hyperlinkI think there is a misunderstanding, I am talking about the url of visitors who leave comments, not the post authors.
The author of a comment has a link displayed close to the avatar, I want to remove that link, as many people come and leave their links to generate backlinks.
Forum: Fixing WordPress
In reply to: Removing the comment author’s hyperlinkI still did not get where to do so … in the theme php files? Could you please tell me where on the default theme?
Forum: Fixing WordPress
In reply to: Deleting Old Posts PermanentlyThanks Rvoodoo, nice pieces of information; but it’s a discussion about database maintenance, whereas, I am looking for a solution to automatically delete old posts (after a given age, e.g. 6 months).
Forum: Themes and Templates
In reply to: Showing Excerpt in Index PageI got the solution. the_content() in the Main Index Template (index.php) should be changed to the_excerpt(). 🙂
Forum: Themes and Templates
In reply to: Showing Excerpt in Index PageI already use advanced excerpt, and it works fine for themes which use excerpt for the main page blog view. Some themes have an option to switch from full post to excerpt view; but some do not have. I want to know where in the theme code defines this.
Forum: Fixing WordPress
In reply to: Summary with Embedded ImageThanks esmi, but what you referred to is manual excerpt, which should be added to each post manually. right?
I am looking for a way to display, as some templates do (but they do not consider embedded images in the summary).
Forum: Fixing WordPress
In reply to: Sorting posts by rankThanks Michael
It helped completely 🙂