Wordpress Page Titles

14 replies
Hi Warriors,

I am using the Wordpress Pages widget to show my pages at the right side of my site. However, these pages displays the post title instead of the page title. Can I change it to make it show the page title instead?
#page #titles #wordpress
  • Profile picture of the author sparrow
    Have you modified your settings for posting

    I don't use pages much but wordpress has support request for this at

    Pages Widget « Support — WordPress.com

    good luck

    Ed

    Originally Posted by Farouseh View Post

    Hi Warriors,

    I am using the Wordpress Pages widget to show my pages at the right side of my site. However, these pages displays the post title instead of the page title. Can I change it to make it show the page title instead?
    {{ DiscussionBoard.errors[3167381].message }}
  • Profile picture of the author Mike Baker
    Check to see what your permalinks are set on. Settings->Permalinks.
    Signature

    {{ DiscussionBoard.errors[3167617].message }}
    • Profile picture of the author Farouseh
      Originally Posted by mikescos View Post

      Check to see what your permalinks are set on. Settings->Permalinks.
      My permalinks are set on /%postname%/. I need that for SEO purposes, however I have somewhat long post titles that I do not want to show on the home page. Is there any solution for that.?
      Signature

      Have a look at how you can optimize the use of your muscle supplements ==>

      Muscle Supplement Blog

      {{ DiscussionBoard.errors[3167688].message }}
    • Profile picture of the author quick_silver
      Originally Posted by mikescos View Post

      Check to see what your permalinks are set on. Settings->Permalinks.
      Bingo! That's what you want.
      Signature

      Get web hosting for $79 per year from a well-respected company based in Omaha, Nebraska. https://www.websnoogie.com

      {{ DiscussionBoard.errors[3167814].message }}
  • Profile picture of the author Mike Baker
    Yeah that's good. Personally I don't understand why Wordpress isn't set to that by default.

    What theme are you using?

    I'm not sure what you mean about not wanting the post titles to show on the home page.
    Signature

    {{ DiscussionBoard.errors[3167717].message }}
    • Profile picture of the author Farouseh
      Originally Posted by mikescos View Post

      Yeah that's good. Personally I don't understand why Wordpress isn't set to that by default.

      What theme are you using?

      I'm not sure what you mean about not wanting the post titles to show on the home page.
      The theme that I am using is sport-black-10. What I mean is that when I created content on that page the title was "What Is the Best Bodybuilding Diet", whereas the page title was "Bodybuilding Diet".

      On the Home page it is showing the first title, which is too long. I need it to show what i designed as the page title, i.e. Bodybuilding Diet. I hope that was clear.
      Signature

      Have a look at how you can optimize the use of your muscle supplements ==>

      Muscle Supplement Blog

      {{ DiscussionBoard.errors[3172831].message }}
  • Profile picture of the author Andy Rockwell
    Depending on your theme and layout you might try making your own menu in Appearance > Menu
    {{ DiscussionBoard.errors[3167818].message }}
  • Profile picture of the author Mike Baker
    I must be a bit slow today.

    Can you give me the url to your site?
    Signature

    {{ DiscussionBoard.errors[3172845].message }}
  • Profile picture of the author Patrick
    How did you change the page title to Bodybuilding Diet ? You can change the page titles by going into the edit page screen, and changing the permalink in there, which is just below the main title edit section.
    {{ DiscussionBoard.errors[3172921].message }}
    • Profile picture of the author Farouseh
      Originally Posted by schwarzes View Post

      How did you change the page title to Bodybuilding Diet ? You can change the page titles by going into the edit page screen, and changing the permalink in there, which is just below the main title edit section.
      I need to keep permalink as /%postname%/ for SEO purposes. I entered the title under Headspace - Page Title
      Signature

      Have a look at how you can optimize the use of your muscle supplements ==>

      Muscle Supplement Blog

      {{ DiscussionBoard.errors[3173148].message }}
  • Profile picture of the author King Shiloh
    Banned
    What you have to do is to customize your permalink by checking the "Custom" radio button in your homepage post. Then just insert "/" in the custom field.
    {{ DiscussionBoard.errors[3172996].message }}
    • Profile picture of the author Farouseh
      Originally Posted by King Shiloh View Post

      What you have to do is to customize your permalink by checking the "Custom" radio button in your homepage post. Then just insert "/" in the custom field.
      As i mentioned in a previous reply, I need to keep my permalink as /%postname%/ for SEO purposes.
      Signature

      Have a look at how you can optimize the use of your muscle supplements ==>

      Muscle Supplement Blog

      {{ DiscussionBoard.errors[3173157].message }}
  • Profile picture of the author karenhudson
    The following code will display "Page title for blog homepage" on your homepage (change to whatever suits your homepage), and the post title followed by "|" and the blog name (like "Wordpress SEO | fiLi's tech").
    <title>
    <?php if (is_home()) {
    print "Page title for blog homepage";
    } else {
    wp_title(' ');
    print " | " bloginfo('name');
    } ?>
    </title>
    {{ DiscussionBoard.errors[3201950].message }}

Trending Topics