Change "Continue" Box to Inline "—Click Here to Continue—"

Posted in: Newspaper
Post count: 11

Recently deployed Newspaper on my site, which was previously used the Thesis 1 theme.

Right now I am keeping the blog format and am transitioning to a magazine style format over the next month or two.

My blog posts make use more of the “more” feature in WP which under thesis would give an inline “[[Click to Continue]]” text.

How can I modify the theme to place something like this back onto my page rather than the “Continue” box for the time being?

Thanks!

  • This topic was modified 11 years by A388.
Post count: 6600

Hi,

Depending on which module you want to change this you can edit this files: http://screencast.com/t/7ONIXqB4EcM and change “Continue” text into what you want, like this: http://screencast.com/t/J7TzgtXJM7
Result: http://screencast.com/t/20m9hs8Lz

Thanks

Post count: 11

Lucian,

Sorry I should have been more clear. I mean, I don’t want a box, I just want it to add “Click here to Continue” in a text tag at the end of the excerpt.

http://oi58.tinypic.com/105biol.jpg

Is how I had the layout in Thesis and what I am trying to achieve now.

  • This reply was modified 11 years by A388.
  • This reply was modified 11 years by A388.
Post count: 6600

Hi,

You can do this: http://screencast.com/t/Uxh2JkKq
Add this line:

<a href="<?php echo $this->href;?>"><?php echo __td('[click to continue...]', TD_THEME_NAME);?></a>

Result: http://screencast.com/t/DEP3AY2y0

Thanks

Post count: 11

Thanks again Lucian!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.