Tangler Discussion Forums

Discuss

Topics

Click a Topicto start discussing

    Hi Dan,

    I noticed that on your demo site, there is a place for "Visit The Site", how do we get that installed in the script?

    Appreciate your answer.


    Thanks


    Roy

    2008-11-13 07:21:15.0

    Look in your post page (Wordpress dashboard / Write / Post)

    And scroll down, its under CATAGORIES

    WPRS: Visit Site URL

     

    2008-11-13 16:36:23.0

    Hi Lee,

    On http://www.awardwinninghosts.com/

    Every topics being reviewed has a place "Visit Host" or under each topic, it says "Visit This Web Host".

     
    I clicked to CATAGORIES, but I dont see that option. Is it something I did wrong?


    Thanks.

    2008-11-13 16:46:08.0

    Which theme are you using urhk

    2008-11-13 16:58:12.0

    Hi Lee,

    Same theme as Awardwinninghosts.com (the bonus one)

    Thanks

    Roy

    2008-11-14 07:36:49.0

    you don't click to categories - Lee said to look under the categories settings in the post, when you are writing or editing a post. there is a field there where you enter the url which is what is used for "visit the site". Also you can change the text for "visit the site" to whatever you want by editing the theme files.

    2008-11-14 08:50:30.0

    sorry instant... call me stupid or blind, but under the categories setting in the post, which is scrolling down there:

    + Categories

    + Add New Category

    Add New Category

    Parent category:

    Parent category

    Uncategorized


     But I don't see there is a field there. where I may enter the url which is whta is used for "visit the site". Please help. Thanks

    RoyEmbarassed

    2008-11-14 09:10:53.0

    Assuming you have the plugin installed, you should see this when writing/editing a post:

    WPRS: Visit Site URL

    Set URL for "Visit Site" Link:

    === try again (pasting from wp is messy with this support system  ===

    WPRS: Visit Site URL
    Set URL for "Visit Site" Link:

    2008-11-14 09:27:14.0

    oh... I did not have that plugin in previously... now I know. Thanks Instant.

    2008-11-14 09:36:48.0

    One last question, how do I change the wordings? if I am not promoting a "web host"? Thanks!

    2008-11-14 09:47:24.0

    go through every file in the theme folder you're using and look for the text to change. I don't know the exact ones maybe Dan or someone can comment.

    2008-11-14 10:21:35.0

    Okay, thanks... anyone or maybe Dan, can you comment?

    Thanks Instant

    2008-11-14 10:22:45.0

    For the index of the blog, index.php. For the individual post pages, single.php.

    2008-11-15 23:59:49.0

    Hi, I have the wp-review site plugin installed and am using the same theme as the award winning host site but the option that you mention to Visit the Site does not appear in my post section, and not under categories. Is there another plugin that must be installed for this?

    2008-11-19 07:09:13.0

    You don't see the box on the post write screen, or you don't see the link on the page? No link shows up until you specify the URL it should point to in your WP admin.

    2008-11-20 08:46:39.0

    I am having the exact same problem as vanicama123 - I see no such option in my control panel under the Write Option

    2008-11-25 10:54:39.0

    Curious how I would go about adding a rel="nofollow" to the Visit the site buttons.

    2008-11-30 01:01:06.0

    open reviewsite.php and at about line 505 find

    if (count($result) > 0 && $result[0]->url != "http://") {
       echo '<a href="' . $result[0]->url . '">' . $text . '</a>';
       $url = $result[0]->url;

     

    replace with

    if (count($result) > 0 && $result[0]->url != "http://") {
       echo '<a href="' . $result[0]->url . '" rel="nofollow">' . $text . '</a>';
       $url = $result[0]->url;

     

    save and you are done

    http://www.advertise-marketing.com

    2008-11-30 08:49:30.0
To send a message, Join Now (it's quick and free) or Sign In
Edit Topic
Delete Topic
Are you sure you want to delete the topic