My first blog post does not show up on the internet. (29 posts)

Topic tags: wordpress blog
  • I published my first post on my Wordpress blog on the 19th Sept but so far there is no sign of it.

    You can see it here http://www.cannonelectrical.com/blog/
    I was told it would take about a week to show up so I can only assume I have done something wrong.

    Any advise would be much appreciated.

  • The problem seems to be that the blog post appears on the /blog page, but not as its own post. That shouldn’t take a week, that should be instantaneous. Once you hit publish, it should be there with its own URL.

    If you have someone else posting the blog, they may take a week to put it up there, but it doesn’t take a week from the time you hit publish to the time it takes to get it to show up.

    This could be a problem with your theme or a problem with your blog platform as well. Check with whoever set up the blog to see what the problem may be.

  • Erik  @erikdeckers

    I set up the blog watching Wordpress tutorials. I did everything they said then pressed publish.

    Its the first post so should it not land on the front page. I did every thing that was asked of me on the tutorials.

    I usually watch a couple of tutorials, take notes so that nothing can go wrong.

    How can I get the blog post removed from the /blog page and as its own post.

    Thanks for coming back so quickly.

  • This is a template issue. The code in the blog template isn’t set up correctly. Hard to tell without seeing the code and your file setup.  Talk to your developer, they should be able to sort this out.

    Not sure what the miss-communication over a blog post not showing up for a week is all about… A blog post will publish on the date you tell it to publish. If you publish immediately it can bee seen immediately. Maybe they were talking about showing up in Google search results?

  • If you’re asking whether you’ll see the blog on the front page of WordPress.com, I don’t know that you can rely on that. It would seem that their front page is in constant flux because of all their blogs, if that was the case. But I’ve only ever seen one set show up per day.

    But if you’re asking whether it will show up on YOUR front page, that should also be instantaneous, as I mentioned in my last post.

    And as @juleswebb asked, if you’re talking about whether it shows up on the Google search results, that’s almost impossible to control, but one thing you can do to help it along is to +1 it on Google+.

  • Jules  @juleswebb

    When you say the developer do you mean the people at the Genesis Framework Lifestyle Theme or Wordpress.

    Yes that is correct I was told it would take about a week to show up in Google search result.

  • Erik  @erikdeckers

    Sorry this is my first experience with blogging. I did mean my front (home) page.

    I’m a bit confused now. When I pressed publish did my post land on my Home Page, and if it did is it supposed to be there.
    Looking at other peoples blog posts the newest post is at the top of the Home Page. It usually shows 2 sentences then READ MORE which you then click and go to a full size page – and this is what I am trying to do.
    Hope this is a bit clearer.

  • David,

    Yes it does show up on your front page, but ONLY on your front page. If I click the headline of the post, it should show up as its own individual page as well. That way, when you have 200 posts written, people don’t have to search for it. You can just get the URL to that post and email or tweet it to someone.

    So, that’s the big issue at present. Otherwise, yes, your post is on your front page.

  • Hi David

    It might help if you understand how everything works together.

    When you “pressed publish” that creates a new entry in your database (or edits an existing entry). Your database is where your entry information is stored. The templates are the files in your theme folder. Templates use code (html, css, php, and javascript) to instruct the browser (Internet Explorer, Mozilla Firefox, Google Chrome or Safari) on what information to present and what it should look like.

    The template information on single.php of your theme is not connecting correctly. (This file is what displays a single Post in full – e.g. http://www.cannonelectrical.com/blog/electric-space-heaters/

    This may be because there is an error within the code of that file. To test this theory change your theme to the default and see if the blog post loads. If the problem is the same it’s not likely a template code issue.

    Check to see if your Permalink Settings correct. (http://www.creativecitrus.com/wordpress-development/how-to-get-pretty-urls-in-wordpress)

    The next thing I would check is you htaccess file. This file is a child of the pubic_html folder (if you don’t’ see public_html look for a www folder). Since your wordpress blog is set up within your website (as opposed to wordpress being used for your entire website) I’m thinking that this is somehow part of the issue. If your Wordpress installation resides within a folder “blog” that is a direct child of public_html then look inside there for the htaccess file. If your hosting provider has good support you should try calling/chatting them. Most will help with htaccess file issues.

    If you find the .htaccess file and can open it up:
    There should be an IfModule mod_rewrite.c included. looks something like this:
    RewriteEngine OnRewriteBase /RewriteRule ^index.php$ – [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]

    In your main navigation you have “Home | Website | Information”
    Home should link to http://www.cannonelectrical.com
    “Website” should be changed to “Blog” with the URL http://www.cannonelectrical.com/blog/

  • Jules @juleswebb

    That’s a lot of very helpful information so thanks very much for that.

    After reading your post about the theme not connecting properly there is one thing I do remember. Before I pressed publish, the tutorial I was watching said to shorten the permalink to make it more SEO friendly. I shortened the last bit to .com/blog/electric-space-heaters/ as instructed.

    The tutorial was very well made and professional so I just followed their instructions. I’m just wondering now because its not connecting if that could be the problem.  

  •  I shortened the last bit to .com/blog/electric-space-heaters/ as instructed.

    Where did you do this? Take a screen shot and share it.

  • Jules  @juleswebb

    Just trying to work out how to do a screen shot, in the mean time -

    If you use Wordpress its – posts – add new.

    Then you have a picture of a Pin with Add New Post.

    Under that in the window is Enter Title Here, and below that is the large window where the main body of the post goes. When you have finished the title and put all the copy of the post in the main window a permalink of the post comes up between these 2 windows.

    This is where I shortened it as described above. I am sorting out the screen shot for you now.

  • Google “awesome screenshot” it’s a browser addon. Pretty sure they have it for both Chrome and Firefox. Not sure about IE.Go back and edit your blog post entry and edit the URL title so that it reads: my-post-title NOT blog/my-post-title

  • Jules @juleswebb

    http://awesomescreenshot.com/0a3kvzd52

    Hope this is OK if not let me know. Thanks. Dave

  • Hey David

    Thx for the screen shot.  The URL title looks fine. The way you worded it I had the impression that you added the url segment /blog/. Wordpress adds it in automatically and I thought it might be showing up twice. 

    In your bkend interface navigate to Settins > permalinks 
    and take a screen shot of that.

    Were you able to find your htaccess file? Who is your hosting provider?

  • Jules @juleswebb
    Glad you got the screen shot, that’s a first for me. I did not look for the htaccess file, I was going to email your detailed post above to the hosting provider, they know more than me.
    Below, are you asking me to send you another screen shot.
    In your bkend interface navigate to Settins > permalinks and take a screen shot of that.
    ThanksDave

  • Below, are you asking me to send you another screen shot.
    In your bkend interface navigate to Settins > permalinks and take a screen shot of that.

    YES

  • Jules  @juleswebb

    Sorry, I do appreciate what you are doing for me, hope I have the right page.

     http://awesomescreenshot.com/0e1ky3nd4

  • HI David

    Yes that is the correct page. And that setting looks good.

    We need to eliminate the possibility that the problem is with the code within the single.php template. It sounds like the theme you’re using is one you purchased. If so it’s probably good, but we need to be sure.

    Go to: Appearance > Themes

    I’m guessing you’ll see the current theme and the default wordpress theme. The code on the single.php file within the default theme will be accurate so a simple test will be to change your theme to the default and see if the blog post loads. If the problem is the same it’s not a template code issue. If http://www.cannonelectrical.com/blog/electric-space-heaters/ presents correctly then we know that the problem is within single.php.

  • Jules  @juleswebb

    Went to : Appearance > Themes and activated the Wordpress Twenty Ten Theme.
    I clicked “visit site” at the top of the page and the Twenty Ten Theme was there with the blog post on it. I went to our Cannon Electrical Supplies website and clicked on the “blog” tab and the blog opened. The blog post was there on the Twenty Ten Theme. When I clicked on the blog post heading (Choosing Electric Space Heaters For The Home) it went to a 404 error page.
    Everything looks pretty much the same as before.
    Regards Dave    

  • Hey David

    Ok so the next step is to find your htaccess file. Below is an image I’m hoping will help you locate it.  

  • David – have you tried getting help on this in the StudioPress forum?  That is the first place to ask.  If you bought the child theme and Genesis, then you’ll have access to that forum.

    Something is screwed on your site and without proper access to your site it is tough for anyone here to figure it out what might be wrong. 

  • @david-easter Hey David, just checking in on you. Were you able to locate the .htaccess file I spoke of in my post above?

  • Hi Jules  @juleswebb

    I’m still here, just been checking a few things out. I don’t know much about .htaccess files but – do you mean .htaccess files for our Website, Wordpress Blog, or Studiopress Lifestyle Theme.

    I have been told we do not have access to the .htaccess files for our Website but our host does. 

  • @david-easter it would be for the wordpress blog folder. 

    I have been told we do not have access to the .htaccess files for our Website but our host does. 

    Don’t you have the files and folders for your website on your local computer as well as your hosting provider?  You should still be able to login to the backend of your website’s hosting interface and have access to your folder and file structure. Who is your hosting provider?

    When you add or update files to your website don’t you use some sort of ftp program like filezilla?

  • Hi Jules  @juleswebb

    Good news. As you suggested in one of your posts above I emailed our hosting company about the .htaccess files.

    Simon Allen from  http://www.shopfitter.com/ called me to say that when Wordpress was downloaded the .htaccess was missing.

    Simon has done whatever you do and everything now seems to be OK. I put a link in so you can see http://www.cannonelectrical.com/blog/electric-space-heaters/#comments here.

    One thing I did notice, I put a rel=”author” link in the Wordpress Bio but it did not link for some reason. If you have any thoughts on that it would be helpful.

    Thanks – David

  • @david-easter that’s great news! Glad you were able to get things sorted out ;)

    RE:One thing I did notice, I put a rel=”author” link in the Wordpress Bio but it did not link for some reason. If you have any thoughts on that it would be helpful.


    rel=”author” is not causing the issue.
    I’m assuming that http://demo.studiopress.com/lifestyle/author/admin is the template you are using. If so I’d say the problem is NOT a template issue. It could be another .htaccess issue. It all depends on what rewrite rule was used.  

    It’s hard for me to guess from a distance, but here’s my take on the .htaccess file http://webbdemo.com/images/cannonelectrical_htaccess-notes.txtIf the assumptions I’m making are correct then the second example with the RewriteBase is set at /blog/ should make the http://www.cannonelectrical.com/blog/author/david/ url work. 

    Can you go back to Simon and ask him about this?

  • Hi Jules  @juleswebb
    I got the original piece of code from here.http://www.socialmediaexaminer.com/google-author-tags/

    Howie from the Blogging Club said it could be a typo or syntax issue and gave me a new piece of code. I put the code in the Bio and it worked.

    Thanks for you advice on this you have been very helpful.

    Regards – David

  • @david-easter glad you were able to get it sorted out ;)


Add your voice to the discussion

Existing members: . If you do not have a SME account, .

 
 
Check out the Social Media Marketing Podcast!

Networking Clubs Leaderboard

Avatar ImageE
Ann at  greenoakAnn
Avatar ImageChris
Kapil MudholkarKapil
Avatar ImageLydia
Avatar ImageJudith
Avatar ImageJameson
Avatar ImageRobin
KMediaIrelandKMediaIrel
Avatar ImageHarry
Learn more about the Networking Clubs

Recently Active Members

Anita Cooper
Profile picture of
Profile picture of
Profile picture of
Profile picture of
Mike Sagar
Profile picture of
Profile picture of
Profile picture of
Profile picture of
Profile picture of
Paul Burgess
Ann at  greenoak
Profile picture of
Kim