Page 76 of 186 FirstFirst ... 2666747576777886126176 ... LastLast
Results 751 to 760 of 1859
  1. #751
    Join Date
    Jan 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    I would say that before messing with the .htaccess file that if eggdashure reviewed WOZ install instructions he will find he missed a step that this would resolve this issue... If I had to hazzard a guess I think that the WordPress setup portion of the WOZ instructions should be reviewed.
    Why the third person rhetoric? LOL I'm right here, I feel like I'm in the principal's office and your talking to my parents.

    To be honest I was working on the whole blog thing at 1AM and my brain was toast. I was just happy to see it loading on the page. I will play with the settings of Wordpress to finish up. Thank you though for taking the time to check on that for me.

    Now I need to spend some time researching Ajax.

    Thanks again.

  2. #752
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    814
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Hi All,

    rainthebat
    I do have a question, specifically what does BLOGNAMEHERE/ represent? Is it a path?
    What I'm doing here is retrieving the end of the url. Whatever is after .com/

    In my understanding if WOZ is installed correctly then the address would always be www.domain.com/blog

    So with
    PHP Code:
    require(DIR_WS_LANGUAGES 'english/YourTemp/wp_meta_tags.php'); 
    function 
    curPageURL() { 
     
    $pageURL $_SERVER["REQUEST_URI"];
     return 
    $pageURL;
      } 
        
    $wpPageBase curPageURL(); 
    I have the /blogAddress/whatever/ So now we can see the address that is being generated with the
    PHP Code:
    echo strtoupper($wpPageBase); 
    and even copy and paste if need be. This will print out somewhere in the header on the blogs page.

    From there you would create your meta defines in languages/english/yourtemp/wp_meta_tags.php with the specific /BLOGADDRESS/WHATEVER/. Then spell out your metas.

    I am using the strtoupper because we Like to Cap Every First Letter. That would make defining customs even tougher!

    I would be very interested to see someone take what I've done and feed it right from the DB using the Another Wordpress Meta Plugin. This lets you create custom meta info for posts, pages. . . from within the WP admin when creating such content.

    So that info all gets stored in the WP DB. I'm sure it wouldn't take much to get it really groovin'. I'm on my way out at the moment and then gettin busy with affiliates, but I think I might go DB with this next!

  3. #753
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by eggdashure View Post
    Why the third person rhetoric? LOL I'm right here, I feel like I'm in the principal's office and your talking to my parents.
    No 3rd person rhetoric at all.. I was simply addressing rainthebat's post regarding the fix he was suggesting to you. (because I did not think that editing the .htaccess file was the right approach) The 3rd person reference was necessary (IMO) for clarity..
    Last edited by DivaVocals; 10 Apr 2009 at 02:16 AM.

  4. #754
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    I loaded word press from my host via cpanel. I have been looking through large thread and can not located what to do next. It is not showing up in my admin tools layout boxes controller. I can access wp-admin. Just do not see on my site or zencart admin.

    Can someone show me where thread is or how?

    Thanks,
    Kim

  5. #755
    Join Date
    Feb 2009
    Posts
    33
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by DivaVocals View Post
    Then you might want to give following the instructions I posted a shot.. This way you can use the WOZ sideboxes only..

    Can you point in the direction of the WP plugin that syncs the users??
    Sorry, I missed this post. Here's the link to the WP plug-in that syncs users.
    zencart-and-wordpress-user-integration/

  6. #756
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    ok first a dumb question before i attempt to read through all of the fixes, install and configure woz...
    is the main reason for installing a blog inside zc to improve seo? if so, for those that have installed it and have it working, has it noticeably improved your se rankings???

    thanks.

  7. #757

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by gsdcypher View Post
    ok first a dumb question before i attempt to read through all of the fixes, install and configure woz...
    is the main reason for installing a blog inside zc to improve seo? if so, for those that have installed it and have it working, has it noticeably improved your se rankings???

    thanks.
    That is a really good question because seo is probably the reason that many people install the blog inside zc. Zen Cart has been great for search engines with me, and I had read so much about how great blogs are because the content is being updated regularly (theoretically) and the search engines just love fresh keyword rich content.

    So, overall I'm not sure that it necessarily improves anything on the seo unless it improves your ability to place content on your webpage (I find it a little easier to work with the wordpress admin then the zc admin).

    It can be a quite a time investment if you want heavey customization of the look.

  8. #758
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Wordpress On Zencart / Released

    thanks for the reply. that's what i was thinkin'...

    cheers!

  9. #759
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Wordpress On Zencart / Released

    Quote Originally Posted by rainthebat View Post
    That is a really good question because seo is probably the reason that many people install the blog inside zc. Zen Cart has been great for search engines with me, and I had read so much about how great blogs are because the content is being updated regularly (theoretically) and the search engines just love fresh keyword rich content.

    So, overall I'm not sure that it necessarily improves anything on the seo unless it improves your ability to place content on your webpage (I find it a little easier to work with the wordpress admin then the zc admin).

    It can be a quite a time investment if you want heavey customization of the look.
    Though I opted not to screw around using the embedding feature of this mod (I am using only this mods sideboxes), the main reason for using it was to give the client the ability to easily add article style content to her site without having to pay me to help her with this task.

    While EZ pages could do this, my client was having a difficult time grasping how to add content using EZ Pages, and then adding links to the EZ page in her sideboxes. I needed to give her an easier method for adding content. Plus a nice bonus is that WordPress has built in content archiving features which means my client doesn't have to keep coming to me to create content archives for her. Now she can add pages to her heart's content..

    The WOZ sideboxes make the blog content easily available from ZenCart and the regularly refreshed blog content probably has the added bonus of improving her SE rankings.. Though I'm not embedding the blog in ZenCart, I used WP links along with the WOZ sideboxes to tie the two together (very nicelyI'm sure her blog has driven traffic to her website.

  10. #760
    Join Date
    Jan 2007
    Posts
    3
    Plugin Contributions
    0

    help question Re: Wordpress On Zencart / Released

    Proper Sequence for installing WordPress 2.7 on Zencart 1.38a

    I just want to be sure I have the installation sequence correct, I read the post from about 40 on and realize there are 2 methods imbedded, and stand alone. From what I gather imbedded allows google sitemap to collect posts whereas stand alone (seperate directory) presents SEO challenges.

    For the purposes of this query though I just wan to be sure I install in proper order:

    • Install Wordpress 2.7 in root of store
    • Use existing database making sure to define unique table name extentions
    • Install the WOZ addon from addons
    • Install the Kiddo mod.
    • Tweak from there
    Is this correct?

    My goal is to then add RSS feeds to the site.

    Thanks ahead of time for your reply

    Chip,

 

 

Similar Threads

  1. EasyPopulate 4.0 Support Thread
    By chadderuski in forum Addon Admin Tools
    Replies: 3668
    Last Post: 7 Jun 2025, 11:33 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 109
    Last Post: 1 Dec 2024, 01:36 PM
  4. PurpleShades Support Thread
    By kobra in forum Addon Templates
    Replies: 122
    Last Post: 18 May 2011, 07:18 PM
  5. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR