Any Wordpress Experts Here?

8 replies
  • WEB DESIGN
  • |
I need to do a very quick fix to a WP theme for a website I own. I know the fix will literally take a few seconds for an expert to find. I just can't seem to figure it out myself although I do have experience with Wordpress.

Here's the issue:

The home-page displays content from other pages automatically. But, instead of showing a limited amount of text (i.e. 100 characters) it shows the entire page of text itself. I'm sure there is a way to cut it off to only show a limited amount of the text instead of all of it.

Anyone want to help? Please PM me or post below.

(I develop new WP sites all the time. Could be a potential gig in it for helping out for a few minutes. And, good karma
#experts #wordpress
  • Profile picture of the author yourop
    hey Scott

    maybe I can help
    pm me with more details
    {{ DiscussionBoard.errors[7092278].message }}
  • Profile picture of the author Chris Cartmill
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[7092321].message }}
    • Profile picture of the author yourop
      yourownp is my skype

      I am too young to send PMs
      {{ DiscussionBoard.errors[7092334].message }}
  • Profile picture of the author kazim
    Ya you can contact me,
    I'm here, send me pm
    {{ DiscussionBoard.errors[7092387].message }}
    • Profile picture of the author INeedNinjas
      Hey Scott,

      I think what you are after is excerpts on the homepage.

      2 ways to do it.

      1. Install a plugin like advanced excerpts (free)
      2. Edit your index.php file of your theme and change <?php the_content(); ?> to <?php the_excerpt(); ?>

      More info at the wordpress codex:
      I cant post links so just google "wordpress the excerpt" its usually the first link.
      Signature

      Web Design - Marketing - App Development
      www.ineedninjas.com

      {{ DiscussionBoard.errors[7094000].message }}
      • Profile picture of the author samward
        Hi..
        Looking for a wordpress expert then just give a look at the following site for the best wordpress developers.

        openwavecomp.com.my/wordpress_website_development.html
        {{ DiscussionBoard.errors[7096074].message }}
  • Profile picture of the author chretit
    Hey, Scott! Hope you got it sorted. INeedNinjas mentioned a workable solution.

    I'm probably forgetting something but didn't there used to be a way in WordPress to limit the post when it's displayed on a home page by inserting <!--more--> at a point where you want the excerpt to end?

    Or is that not the default functionality and you need to change/install something else?

    Apologies if I misunderstood and completely off the mark!

    PS. I guess you need an automated way of doing excerpts with lots of pages so this is not going to work. INeedNinjas gave a good pointer.
    {{ DiscussionBoard.errors[7096198].message }}
  • Profile picture of the author Bryan Zazz
    I believe I did something similar as to what you say, but not in a WP site, but plain HTML one.
    Doesn't really matter though, because they all render HTML and CSS files.
    So my solution was to use a DIV inside another DIV,

    <div style="overflow-x:scroll; overflow-y:hidden; height:100px; width:470px; text-align:left;" >
    <div style="overflow:hidden; height: 90px; width:1450px; text-align:left;" >
    <img src="http://www.warriorforum.com/website-design/website-design/...>
    <img src="...>
    <img src="http://www.warriorforum.com/website-design/website-design/...>
    <img src="...>
    <img src="http://www.warriorforum.com/website-design/website-design/...>
    <img src="...>
    <img src="http://www.warriorforum.com/website-design/website-design/...>
    <img src="...>
    <img src="http://www.warriorforum.com/website-design/website-design/...>
    <img src="...>
    </div>
    </div>
    so in this example, I can scroll the inner contents, which is something you want to achieve, but with text. so your solution may be to play with the overflow attribute.
    good luck,
    bryan


    PS. you could, of course, also simply cut your first 100 characters in javascript
    with the substring method - see here for how that works (dunno if you can do this in WP though)
    substring
    {{ DiscussionBoard.errors[7099639].message }}
  • Profile picture of the author Istvan Horvath
    That "ninjaboy" above have solved it - it is the only correct answer. No need for more repeating the same... you were warned!
    Signature

    {{ DiscussionBoard.errors[7099982].message }}

Trending Topics