treehouse : what would you like to learn today?
Web Design Web Development iOS Development

iinclude-page read on styling (Wordpress)

  • As some of you might know from previous questions, I'm working on my portfolio; yes i know it's taking a long time, I do have a full-time job and a gaming addiction to take care of... Anyway i'm newer to Wordpress, i wanted to include a little exerpt about myself on the homepage so i used the iinclude page plugin worked well exept i've had troubles getting the read on link to work properly. Where is it that i edit the <?php the_content('') ?> to change the text of that plugin? Or How?

    A look at the site is better then my ramblings:
    http://www.jeremycarlsten.com


    Edit: After reading through that i realize it was worded really badly, The question is when using the Improved include page plugin where is it that you change the text for the Read on >> link?
    Thanks in Advance,
    Jeremy Carlsten
  • I'm not sure about that plugin... but you can change the read more text a few ways. The easiest of which is:
    the_content(&quot;Read more, mo fo!&quot;); 



    read more here: http://codex.wordpress.org/Customizing_the_Read_More
  • I knew that wasn't it, I ended up contacting the guy who wrote the plugin, it's included in the php function like so

    <?php iinlude_page(about,'more=Read On...','displayStyle=DT_TEASER_MORE')>