Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter selectsplat

    (@selectsplat)

    I found a way to do this, but I’m not sure if it’s the ‘correct’ way. Perhaps someone could point out if I’m doing anything wrong here.

    In the wp-content/themes/default/index.php file, I found the line that adds the title

    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>

    So, If my permalinks are set to external, I can create an internal link for the same article by adding a ling like this…

    <h2><a href="index.php?p=<?php the_ID() ?>" rel="bookmark" title="internal Link to <?php the_title(); ?>">Read More</a></h2>

    Anyone see anyting wrong with that?

    Awesome. Thanks for the tip.

    I found a wordpress site that does very close to what I’m trying to do.

    https://lifeinsurenews.com

    Can anyone tell me what plusgin or modification was made to this website? It displays the title of the news article twice, once linking internally, and once linking to the original source of the news article.

    Thanks in advance.

    I know this topic is a few months old, but the answer to this would also help resolve my current issue. Any ideas on how this might be accomplished?

    Thread Starter selectsplat

    (@selectsplat)

    Ok, I just noticed that in some of the posts, there is a ‘read more’ link, that links back to the original article, which is perfect. However, not all of the posts have this.

    Is this perhaps a question more suited for the FeedWordPress plugin?

    Thread Starter selectsplat

    (@selectsplat)

    So, I need both individual pages for each article in my blog, as well as linkbacks to the original source of the news atricle. Does that make sense?

    Thread Starter selectsplat

    (@selectsplat)

    Sure, and thanks for responding.

    Ok, I am getting a few news sites RSS feed, and importing their news articles into my wp blog using FeedWordPress.

    For each article I import, I want to dynamically create it’s own webpage within my site. For example, if you click on the title of the syndicated news article on the main page my blog, it will take you to another page within my blog, where that article is the only article in the page. But in this ‘individual’ page, there is also link that will take the reader to the original source of the article.

    Clear as mud, I know. Let me know if you need further clarification.

Viewing 7 replies - 1 through 7 (of 7 total)