• The default header text is “Read more,” I would love the option to change the header title. I don’t see it as an option. Is this possible in the plugin or do I have to modify the upprev.php file?

    If it’s not possible, this would be a deeply appreciated feature to add.
    Thanks. Great plugin.

    http://wordpress.org/extend/plugins/upprev/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Marcin Pietrzak

    (@iworks)

    The default header text is “Read more,” I would love the option to change the header title.

    Nice option. I have added it to developer version and You can test in if you download “trunk” version.

    BUT! Don’t change “Choose configuration mode” to “simple”, because You lost most configuration.

    Remember is developer version.

    How long before you release this feature in the normal version please?

    Thread Starter Fox

    (@pmfox)

    If you’re comfortable, you can edit the upprev.php file in the plugin.
    Line 391 contains the following code:
    $value .= __('Read more:', 'upprev' );

    Change the ‘Read more:’ to whatever you want it to say. For example, I changed it to:
    $value .= __('More For You To Read:', 'upprev' );

    Just remember to change it again if there’s a plugin update.

    However, I hope Marcin includes this soon. It’s a wonderful plugin and has helped increase page views.

    Yes thank you pmfox – good idea. I’ll do that. We all need increased page views. Don’t know id it will help anyone, but I restyled mine to stand out a bit more.

    In the CSS I replaced some of what was there with this :

    #upprev_box{ border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    border: 1px solid #666666; background-color:#D6F1FA !important;}
    #upprev_box h6 { color:#D02293 !important; }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: upPrev] Can we change header text?’ is closed to new replies.