Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8380609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:30:04+00:00 2026-06-09T16:30:04+00:00

I am working on My WordPress Blog. the_excerpt(); & <a href=<?php the_permalink(); ?>>Read more</a>

  • 0

I am working on My WordPress Blog.

    the_excerpt(); & 
<a href="<?php the_permalink(); ?>">Read more</a> 

If I give WordPress standard can add excerpt post like “Read More”.
My code looks like this:

<a href="<?php the_permalink() ?>
   "rel="bookmark" title="Read more on 
   <?php the_title_attribute(); ?>"><?php the_title(); ?></a>

My question is how can I add an icon to Read More? Is there is any plugin for that? Or can we manually add this? Please help me to find a solution for this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T16:30:05+00:00Added an answer on June 9, 2026 at 4:30 pm

    You would add a class to the link like so;

     <a class="readmore" href="<?php the_permalink() ?>" rel="bookmark" title="Read more on <?php the_title_attribute(); ?>"></a>
    

    And then you would use CSS to apply your icon to that class like so;

    a.readmore {
    width: 20px;
    height: 20px
    display: block;
    background: url(../images/myicon.png) no-repeat 0 0;
    }
    

    These are examples, you would change the url path to your images folder depending on where it was relative to your stylesheet and you would upload your icon.

    Hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a Wordpress blog where there is going to be an
I'm working on a Wordpress blog. I'm embedding a stylesheet as follows: <link rel=stylesheet
I am currently working on a Wordpress blog installation. Problem i am facing is
I'm working on a blog migration from a custom built blog to Wordpress. One
I'm working on a wordpress site, with a blog post that ends like: http://www.blog.com/?p=2
I am working on wordpress and I have to add a metabox in case
I'm working on a Wordpress plugin. I need to pass plugin directories (that can
I am currently working on my Wordpress blog, which is hosted on a VPS.NET
I am working on my Wordpress blog and its required to get the title
I created a wordpress blog. Its is working fine in local. When i copied

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.