• I only want a couple of lines of the descriptions of my services showing on the front page. However as it is right now, the full descriptions of each service are showing. Is there any way to limit the length of the excerpt showing on the front page?

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter gmisses

    (@gmisses)

    I’m still getting the same thing at the top of my site… I don’t understand.

    Thread Starter gmisses

    (@gmisses)

    Now it says:

    //Unregister the Product widget and register it from the child theme function moesia_child_widgets() { unregister_widget( ‘Moesia_Products’ ); register_widget( ‘Moesia_Products_New’ ); } add_action( ‘widgets_init’, ‘moesia_child_widgets’, 99 ); //Load the new widget require get_stylesheet_directory() . “/widgets/fp-products-new.php”;
    Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/jesgom6/thetipsybrushchicago.com/wp-content/themes/Moesia-CHILD/functions.php:8) in /home/jesgom6/thetipsybrushchicago.com/wp-content/plugins/ninja-forms/ninja-forms.php on line 653

    Warning: Cannot modify header information – headers already sent by (output started at /home/jesgom6/thetipsybrushchicago.com/wp-content/themes/Moesia-CHILD/functions.php:8) in /home/jesgom6/thetipsybrushchicago.com/wp-admin/post.php on line 235

    Warning: Cannot modify header information – headers already sent by (output started at /home/jesgom6/thetipsybrushchicago.com/wp-content/themes/Moesia-CHILD/functions.php:8) in /home/jesgom6/thetipsybrushchicago.com/wp-includes/pluggable.php on line 1196

    Oh what a mess, I made mistake, sorry.

    You came with this:

    unregister_widget( 'Moesia_Services' );
    register_widget( 'Moesia_Products' );

    And I misleaded you (Moesia_Products does not exist):

    unregister_widget( 'Moesia_Products' );
    register_widget( 'Moesia_Products_New' );

    Bad, bad me ??

    I made changes for you for your child theme folder, here.

    Just check my functions.php before you overwrite yours in case you maybe placed something more into it.

    I tested it, it is working.

    Thread Starter gmisses

    (@gmisses)

    I tried to add your files to my child theme and it broke my child theme ??

    As I said, I tested it, I can create screencast for you. If your page is live I can take a look if you can send my admin credentials to my email. I don’t remember that anyone have so many issues when creating child theme.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Services excerpts on front page’ is closed to new replies.