Thanks for replying…
So far I’ve read material on “the_excerpt()”..
the problem is that when I look at the source of this function, I don’t see where it assigns p, a, or span tags to the output.
However, I do see those tags in “the_content()”, which means I can alter it..just as the document you suggested I read states.
But, “the_excerpt()” is working perfectly fine with the exception of the “Continue read” issue…So this is my first time developing a site in WordPress and it’s really a matter of me not wanting to figure out “where” in the control panel I need to put things so I can effectively use “the_content()” instead of using “the_excerpt()”…
So..I’m thinking that there has to be a way to control the “Continue reading” text using “the_excerpt()”…
any more suggestions on that? or would you suggest me scrapping that and using “the_content()”?