Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 17 of 17
Search took 0.12 seconds.
Search: Posts Made By: Marketing Profits Software
Forum: Programming 7th November 2010, 06:22 PM
Replies: 9
Views: 650
Re: Changing a script - permanent redirection question

Why would there be a war? That would only be true if I needed to stroke a self-deluded ego. The one example, provided by the OP, used alphanumeric characters and a hyphen. So, it was assumed the...
Forum: Programming 6th November 2010, 10:25 PM
Replies: 9
Views: 650
Re: Changing a script - permanent redirection question

Yes, I did leave a number of allowed characters out of the regex because the OP didn't require it (based on the provided example). Wildcards can be dangerous. While it may not make a difference to...
Forum: Programming 8th October 2010, 02:50 PM
Replies: 9
Views: 650
Re: Changing a script - permanent redirection question

Put the following into your website's root .htaccess file:

RewriteEngine on
RewriteBase /
RewriteRule ^example-1/([0-9A-Za-z\-]+).htm$ example-2/$1 [R=301,L,QSA]
Forum: Programming 7th October 2010, 06:51 PM
Replies: 6
Views: 1,108
Re: Error when trying to log in to the admin area my WP site

Here are three things you can try:

1. Edit your php.ini file with the following code (create a php.ini file and upload it to your web hosting account's root directory if it doesn't exist --...
Forum: Main Internet Marketing Discussion Forum 10th July 2010, 03:23 PM
Replies: 77
Views: 4,392
Re: A Warrior Forum member's little boy has passed away....please read!

My deepest condolences to Melissa and her family. They are in my prayers.
Forum: Website Design 9th July 2010, 01:20 PM
Replies: 4
Views: 485
Re: 2 css issues

The problem is that much of your CSS relies on absolute positioning (position:absolute) instead of floating divs (float:left/right). With floating divs, you can nest divs within divs, so it expands...
Forum: Programming 8th July 2010, 10:06 PM
Replies: 8
Views: 1,137
Forum: Website Design 8th July 2010, 02:21 PM
Replies: 16
Views: 505
Re: Can you add Posts to a wordpress page?

While I can only guess how the theme's code is set up, you could exclude the posts from the home page like this...

<?php if(!is_home()){?>
<?php query_posts($query_string=''); ?>
<?php if...
Forum: Main Internet Marketing Discussion Forum 5th July 2010, 10:47 PM
Replies: 3
Views: 459
Re: wordpress theme help....

Rebecca,

Please, backup your header.php and style.css files before you try this update.

1. Remove the following code from your header.php file:

<div id="searchc"><?php include(TEMPLATEPATH ....
Forum: Main Internet Marketing Discussion Forum 5th July 2010, 10:13 PM
Replies: 1
Views: 426
Re: User accountss in WordPress

Select the "Author" user type if you want people to write, manage, and publish their posts. Otherwise, if you only want people to write and manage their own posts but not publish them, select...
Forum: Programming 3rd July 2010, 09:24 AM
Replies: 3
Views: 548
Re: SQL sytax error - on what?

Change your field name and code from "long" to something else (like "longitude").

// HERE IS THE SQL STRING THAT I GET AN ERROR ON
= "SELECT * FROM locations WHERE latpos = ".." AND longpos =...
Forum: Programming 1st July 2010, 10:16 AM
Replies: 8
Views: 790
Re: Exclude hyperlinks depending on which page is loaded on WordPress...

If I understand you correctly, here's the code that displays the link on all pages except for the one:

<?php if(!is_page('Your Page')){?>
<a href="http://www.yourdomain.com">Link</a>
<?php }?>
Forum: Main Internet Marketing Discussion Forum 24th June 2010, 01:24 PM
Replies: 17
Views: 643
Re: wordpress theme modifications

To change the background color of the body:

/* Begin Typography & Colors */
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;...
Forum: Main Internet Marketing Discussion Forum 24th June 2010, 12:51 AM
Replies: 6
Views: 807
Re: Any tutorials on WordPress Theme Development?

While I don't know how proficient you are in PHP and Wordpress, there is no better tutorial than to analyze the source code of other WP frameworks.

Here are a few to get you started:

Atahualpa...
Forum: Programming 20th June 2010, 09:38 PM
Replies: 5
Views: 580
Re: Is this the meta tag I should be using to keep Google from indexing sensitve pages

Yes, use the following code to prevent all robots from indexing your page:

<meta name="robots" content="noindex" />

And use this code to only prevent Google:

<meta name="googlebot"...
Forum: Main Internet Marketing Discussion Forum 2nd June 2010, 02:37 PM
Replies: 18
Views: 903
Re: Getting clicks but no conversions - help!

Christine,

You need to make them an offer they can't refuse. When someone clicks your Adwords ad and visits your site, what would compel them to whip out their credit cards and buy NOW?

What...
Forum: Main Internet Marketing Discussion Forum 30th May 2010, 03:08 PM
Replies: 11
Views: 763
Re: Wordpress Hacking?

First and foremost, to protect your Wordpress sites, you need to guard against "inside" threats...

1. Every person who logs into your web hosting account or Wordpress Administrative Dashboard...
Showing results 1 to 17 of 17

 
Forum Jump


All times are GMT -6. The time now is 10:57 AM.