Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter Brandon

    (@seofeed)

    I should be beaten for this one. Wow. Here’s the solution. The answer was header instead of wp_redirect.

    function adwords_redirect($query) {
    if ($query->is_page(832)) {
    
    	$aux = new GA_Parse($_COOKIE);
    
    	if($aux->campaign_source == "google" && $aux->campaign_medium == "cpc") {
    
    		    header("Location: https://domain.com/pricing");
       			exit;
    	}
    }
    }
    
    add_action('pre_get_posts', 'adwords_redirect');
    Thread Starter Brandon

    (@seofeed)

    Thanks for the suggestions Curtiss! Our all users screen would be a mess with that solution but it sounds very feasible and almost ideal. Wish there was an easy way to track what users another user created. That would allow us not to have infinite roles. This is a tricky setup.

    Thread Starter Brandon

    (@seofeed)

    We have them login to the site to ensure the software isn’t passed around. That way, we can check their user account for validity and proper credentials.

    Creating multi-users wouldn’t make sense in the software in our case. Seeming pretty obvious it’s going to be a matter of creating a new capability and going from there.

    Thread Starter Brandon

    (@seofeed)

    Unfortunately, we have updated them several times using different formats. I’m starting to think it is a plugin conflict, but the htaccess is totally clean:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Thread Starter Brandon

    (@seofeed)

    Thanks!

    It lists the comments out if you visit the page. Mine is setup the same way. I don’t know of a plugin that will list them in the actual post without visiting the page.

    I’m not sure I know what you mean by “list out comments.” When comments are added they are automatically “listed out.” Please explain a little better and I’ll try to help you.

    I think you’re referring to the “trackbacks” from my own stories posted at various sites. The only comment plugin I use is the “Subscribe To Comments” plugin. The rest of it is standard WordPress.

    The automatic trackbacks are only generated by certain sites that you submit your stories too. The sites are MarkTd, PlugIM and BlogMemes.

    These are the only sites I have found that automatically ping back your blog after submitting a story to them. It is almost instantaneous. You just have to approve the comments.

    Hope that helps -:)

    Brandon

    Forum: Plugins
    In reply to: What plugin do you want?
    Thread Starter Brandon

    (@seofeed)

    I just wanted to a topic with fresh ideas and generate a good thread.

    Forum: Plugins
    In reply to: What plugin do you want?
    Thread Starter Brandon

    (@seofeed)

    I’m genuinely looking for plugin ideas and have not posted a website like the thread you pointed me too. I’m just looking for new ideas.

    Thread Starter Brandon

    (@seofeed)

    I’m sorry I wasn’t clear. I meant registering domains like wordpresstutorials.com and poweryourwordpress.com. Any thoughts on that?

    Thread Starter Brandon

    (@seofeed)

    I have an idea for a plugin that would be targeted to marketers and I haven’t seen anything else out there like it. I just wanted to make sure I didn’t step on any toes by charging for it.

    I’ve seen plenty of WordPress packages that people charge for, and I’ve also seen plenty of domains with “wordpress” in the domain.

    The funny thing about it is that WordPress states using their name in a domain is a violation of their copyright.

    Any thoughts?

Viewing 12 replies - 1 through 12 (of 12 total)