• Hello,

    I’m trying to add my amazon astore to the attitude template, but don’t seem to be doing something right. My blog is http://www.thehippiebookworm.com.

    I tried doing this already:

    Created a blank template page that eliminated side panels, comments, etc.
    Published page: http://www.thehippiebookworm.com/?page_id=764
    Copied the source into a notepad software and changed the “content” areas to my inframe given to me by amazon.
    Added the code:

    <?php
    /*
    Template Name: My aStore
    */
    
    above where my template page begins:
    
    <!DOCTYPE html>
    <html lang="en-US">
    <head>
    
    		<meta charset="UTF-8" />
    	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    	<title>
    		Bookstore | Bookworm The Hippie	</title>
    	<link rel="profile" href="http://gmpg.org/xfn/11" />
    	<link rel="pingback" href="http://www.thehippiebookworm.com/xmlrpc.php" />
    <link rel="alternate" type="application/rss+xml" title="Bookworm The Hippie » Feed" href="http://www.thehippiebookworm.com/?feed=rss2" />
    <link rel="alternate" type="application/rss+xml" title="Bookworm The Hippie » Comments Feed" href="http://www.thehippiebookworm.com/?feed=comments-rss2" />....

    Saved as a .php file with the name “page-template-astore2” and uploaded to my template files from my host folder manager.
    When I use the astore2 template and update the page I created, I get a blank page and no page source is viewable when I click page source.

    I’m using the Attitude WordPress template. I’m not sure if that matters or not.

    Help! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘astore in the Attitude template’ is closed to new replies.