• Resolved TesterGP

    (@testergp)


    Hi,

    The short description is not displayed in the excerpt (category pages). This is due to my custom theme in which the code to display the short description is fungames_get_excerpt(100); What is the call or shortcode to add in the category page (that displays 30 games per page) to have the shortdescription for iOS apps displayed?

    http://wordpress.org/extend/plugins/app-store-assistant/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter TesterGP

    (@testergp)

    Just tried following code but it didn’t work

    <?php if(function_exists(appStore_excerpt_filter(appShortDescription))){
    			 echo appStore_excerpt_filter(appShortDescription);
    		} ?>

    Thread Starter TesterGP

    (@testergp)

    Problem solved.

    <?php if(function_exists(appStore_excerpt_filter)){
    					echo appStore_excerpt_filter($appShortDescription);

    Plugin Author SEALsystems

    (@sealsystems)

    Where did you place this line of code?

    Thread Starter TesterGP

    (@testergp)

    In the category page of my theme. It is called archive.php and I place it after get_excerpt(100);

    Plugin Author SEALsystems

    (@sealsystems)

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Short description not displayed in excerpt’ is closed to new replies.