Viewing 9 replies - 1 through 9 (of 9 total)
  • moshu

    (@moshu)

    in a text editor 🙂
    (ask a more specific question)

    Lorelle

    (@lorelle)

    There are many ways of editing template files. One is by using the Built-In Editor in WordPress, another is by using any old text editing program and opening the file up and doing your editing there….or are you talking about individual Pages, not posts?

    To edit an individual Page, from the Admin Screen > Manage > Pages and then click on the page you want to edit and there it is.

    For more information on editing pages, check out the article on the WordPress Codex documentation site at http://codex.wordpress.org/Pages to get tons of information on how these work.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    For a list of “approved” text editors, see this: http://codex.wordpress.org/Glossary#Text_editor

    Thread Starter djenyns

    (@djenyns)

    I want my side bar to be the same on all pages it is not:

    On http://www.systemtradingblog.com

    My pages and links all show up:
    Pages
    Trading Resources Link Partners
    Can you tell me about Davids FREE System Trading eZines or Newsletters
    My System Trading Blog and RSS FEED that Answers the Question What is RSS
    David answers your Metastock Coding Questions for FREE
    Why Do You Want to Become a Online Trader
    What is a Trading Plan and Why You Need One
    Tips to Finding Other Peoples Simple Trading Plans
    The Secret Method to Selecting a Winning Trading System
    The Secret Art of Backtesting
    Psychology How to Reduce Negative Thoughts Relating to Trading
    Losses, not Profits, will Stop You from Trading in the Market
    Investors What Separates the Good Traders from the Bad Traders
    How to Choose the BEST Charting Software
    Discover the Biggest Trading and Investing Online Mistake

    ON THE PAGE ITSELF IT DOES NOT.

    How do I fix this?

    SEE:
    http://www.systemtradingblog.com/?page_id=30

    It just says:
    Pages with no links.

    Thread Starter djenyns

    (@djenyns)

    This is the code that I use to display my pages on my blog.

    <?php wp_list_pages(‘sort_order=DESC&sort_column=time_created&exclude=40,43,44,45,59&created&title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>

    how can I fix this so that it show up on my pages as well.

    SHOWS UP:
    http://www.systemtradingblog.com

    DOES NOT SHOW UP:
    http://www.systemtradingblog.com/?page_id=30

    moshu

    (@moshu)

    Are the Pages using a different sidebar.php? Or, is there anything in your sidebar.php saying that “if is page… do not do something”?

    Thread Starter djenyns

    (@djenyns)

    I am not sure. When you write a page is it not suppose to use the same side bar? or does it use a different one.

    TechGnome

    (@techgnome)

    For a list of “approved” text editors, see this:macmanx

    “Approved” is such a strong word, especialy since it says nothing about approved on that page (and yes, I do realize that’s proly why it’s in quotes)…. Maybe “recommended” or “user-approved” or “user-tested” would be a better choice of words.

    Tg

    Thread Starter djenyns

    (@djenyns)

    I don’t need a text editor:

    I want my side bar to be the same on all pages it is not:
    http://wordpress.org/support/topic.php?id=31194#post-176203

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘How do you edit your page template?’ is closed to new replies.