Support » Fixing WordPress » Problem editing web pages

  • Hi All

    I am a newbie to all this stuff so some terms used don’t mean much!

    I am trying to edit web pages with no success.
    I am trying to achieve several things
    Some pages have ezine articles that only appear in part or just the title and they may have a word count over 700
    How can I adjust or change the page so that the complete article appears?

    I am also trying to ad simple affiliate links to pages but they also do not appear. Can I assume this is lack of page space?

    On the home page only 5 or so appear when there should be 20 or 30 assume lack of space again.

    I have problems also adding individual links for products to amazon.
    I can show the links when justified to the left margin but when they are centre justified they disappear. They may still remain in html but do not appear visually. “I Think”

    Thanks in advance

    Casper

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter casperam2010

    (@casperam2010)

    I realize that a lot of new people are using wordpress lately myself included but is word press up to the task after viewing the posts in the last 12 hrs how many problems people have. I am quite astounded

    Casperam

    How can I adjust or change the page so that the complete article appears?

    Your theme may be using <?php the_excerpt();?> instead of <?php the_content;?> in its template files. Simply edit the relevant template files and replace <?php the_excerpt();?> with <?php the_content;?>.

    Can I assume this is lack of page space?

    No, It depends how & where you are adding these links to your theme files.

    On the home page only 5 or so appear when there should be 20 or 30 assume lack of space again.

    Your theme may be using a custom query in its index.php template file that limits the posts on the front page.

    They may still remain in html but do not appear visually.

    Sounds like a CSS issue – your theme again.

    is word press up to the task

    Yes. With the right theme and proper management.

    after viewing the posts in the last 12 hrs how many problems people have. I am quite astounded

    Compare that to over 23 million downloads.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem editing web pages’ is closed to new replies.