PDA

View Full Version : Upload Posts Step 2: Title


Jack
01-03-2010, 12:51 PM
When importing your data feed into WPReview, it says:
Step 2: Create your post template.

It has an area for Title and Content.

Is it possible to have each item's name as the title? I imported 70 products and they all have the same title.

Thanks Nick.

nickmattern
01-03-2010, 12:53 PM
When importing your data feed into WPReview, it says:
Step 2: Create your post template.

It has an area for Title and Content.

Is it possible to have each item's name as the title? I imported 70 products and they all have the same title.

Thanks Nick.

Use one of the fieldnames in the title.

Title: [item_name]

Desc:

Buy [item_name] for [price] through Thursday only.

Jack
01-03-2010, 01:19 PM
Use one of the fieldnames in the title.

Title: [item_name]

Desc:

Buy [item_name] for [price] through Thursday only.

That's what I figured Nick but all my posts ended up titled, [NAME]

nickmattern
01-03-2010, 01:20 PM
That's what I figured Nick but all my posts ended up titled, [NAME]

The fieldname is case sensitive.

So if it's [Name] in the CSV and you use [NAME], it won't match up. Make sure the template has the exact fieldname used.

Jack
01-03-2010, 01:28 PM
The fieldname is case sensitive.

So if it's [Name] in the CSV and you use [NAME], it won't match up. Make sure the template has the exact fieldname used.

Thanks Nick, I'll check that out. I appreciate your fast response.