Search results

  1. Nat

    Amz purchases on $70-100 items showing up as 0.01???

    There isn't a MAP that I know of. This product is frequently out of stock. We're talking, one of the top items on Amz. Its not an unwanted item to get rid of, so that means maybe they're looking for reviews? Okay, maybe. But, listing at 50% off would probably wipe a private seller's inventory...
  2. Nat

    Mixing Wordpress with A Flat File CMS

    My bad, I was still making edits to the earlier post. There isn't any issue with making categories after /store/ besides creating longer URLs. I don't have enough experience with SEO know if its worth the extra effort to shorten a URL & remove a generic product keyword from the URL.
  3. Nat

    Mixing Wordpress with A Flat File CMS

    I've been testing it out by hand since although I might not know "best practices" I can trial and error myself into figuring out what wont work. Wordpress and Phile do not play nice when they're both at the root (even though Phile's folder structure has content is stored in /content/) and I'm...
  4. Nat

    Mixing Wordpress with A Flat File CMS

    I've got a (flat file) Twig template in Phile that I love for essentially "product listing." I really want to use this in a WP website for organizing products and logically separating very distinct parts of the site. The upside would be that I've already got the twig structure I like, I would...
  5. Nat

    Amz purchases on $70-100 items showing up as 0.01???

    That would have been visible to me though, right? I sifted through every 3rd party seller... they may have wanted review history, but there is absolutely no way it was about dispose unwanted items. In fact, selling this item at a lower then normal price isn't even a smart move... So, it must...
  6. Nat

    Amz purchases on $70-100 items showing up as 0.01???

    Just checked my Amz aff account.... The items circled are $70-100.... never seen this before. There is no way that is a coupon... What is this sorcery?
  7. Nat

    Sidebar VS No Sidebar

    This completely depends on the content, for me personally. If its words... the wider the page the less I like it. The longer the width of a sentence the more I lose track of where I am. I believe it might have been @turbin3 who posted how larger widths cause people to stop/quit reading sooner...
  8. Nat

    Problems with Wordpress

    When you publish or preview a page, are they showing up? Not sure about this one... This is because BuSoL 100%s all images to full width. Go into your child theme and add some CSS, top of my head... like the following img.lgimg{ width: auto; height: auto; padding-bottom: 15px...
  9. Nat

    Affiliate Links w/out Attributes (Technical Question)

    They are using skim links https://skimlinks.com/company/team If you're trying to copy, or add your aff ids in on load, you could look at https://github.com/marioestrada/scrooge-js I found that last month, but never tried it.
  10. Nat

    Personality Types Among Builders...

    I feel so validated for so many reasons right now.
  11. Nat

    Can You Post An Article Into Multiple Subreddits?

    Scan the subs you want to submit to. Sort posts and find ones from like a week ago. Click on the username and look at their post history. If you see duplicates all over the place, you're safe. You'd be surprised how much info you can learn about Reddit by browsing a blatant marketer's account...
  12. Nat

    Personality Types Among Builders...

    I've always been a skeptic about "tests," sometimes lumping it into the basket of fortune telling. However, I have genuinely been able to lean more about myself through these. They are particularly helpful in group settings / relationships / romantic relationships. I know in the past the army...
  13. Nat

    Personality Types Among Builders...

    I'm curious, how many BuSos have taken a Myers Briggs or similar personality test? I'm curious, and I can't help but think a lot of us must be fairly similar. I've taken it several times, always INTP. N and T are very strong, the I and P are both moderate. Here's a link if you've never taken...
  14. Nat

    Getting Amazon Deal Alerts

    Can anyone recommend a tool/service/way to get alerts every time a top item in a category goes on sale? I've google'd and found a few, but it doesn't look like any will send you alerts for any item in a category's top list unless you manually enter them all.
  15. Nat

    BuSo Lightning - Official Support Thread

    Whoops, my bad. I have a test site up with BuSo that I screw around with and I guess I must have changed the Wordpress thumbnail since it looked good on my end. One way to mess with this would be to go into your functions.php and add this set_post_thumbnail_size( 500, 300, true ); And change...
  16. Nat

    Will adding a "blog" page screw up my URL's?

    No, it won't. Its simply going to list all posts under /blog/, its not going to append that to the urls. Your urls will stay domain.com/category/post
  17. Nat

    Love and Money?

    Man, Love and Religion is what keeps fucking me over. Didn't wanna start a thread, just wanted to vent, this seemed like a good place. /end rant
  18. Nat

    BuSo Lightning - Official Support Thread

    @TacoCat Yeah, so, its essentially the same code that I posted above, you just have to edit index.php instead of single. <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php if ( has_post_thumbnail() ) { ?> <a href="<?php...
  19. Nat

    BuSo Lightning - Official Support Thread

    Go edit single.php from this: <div class="main-wrap"> <div class="post-wrap" id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <h1><?php the_title(); ?></h1> <p>Posted in...
  20. Nat

    We Built & Sold A Website For Over $690,000 in Under 2 Years. Ask Us Anything!

    Fuckkk sorry for sounding like a jackass, I gotta stop posting at 4am when I'm half asleep. The course itself looked WSOish and I figured the essence of it could probably be summed up in a few sentences. Unless it was some deep next level shit which is mostly what I was curious about. I set up...
Back