latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Problem with S2clean

Home Forums Community Forum Problem with S2clean

Tagged: 

This topic contains 3 replies, has 3 voices. Last updated by  Jose Antonio Garmon 4 years, 9 months ago.

Topic Author Topic
Posted: Friday Mar 30th, 2012 at 1:51 am #9560

With S2clean theme my title posts have a limit of 21 characters more or less when they are listing. How can I change this?

Thank you.

List Of Topic Replies

Viewing 3 replies - 1 through 3 (of 3 total)
Author Replies
Author Replies
Posted: Friday Mar 30th, 2012 at 9:43 pm #9622

Hi José.

I emailed Jason this question, he should see it soon. Thanks for your patience. :)

Posted: Saturday Mar 31st, 2012 at 12:50 pm #9667
Staff Member

Hi there. Thanks for the heads up on this thread.

If you’d like to customize the cut-offs (i.e. title lengths), you may create this directory and file:
/wp-content/mu-plugins/theme-hacks.php

( these are MUST USE plugins, see: http://codex.wordpress.org/Must_Use_Plugins )

You can change these to numeric values,
indicating the max number of characters to display in various areas of your theme.

<?php
add_action("ws_theme__after_loaded", "my_custom_title_lengths");
function my_custom_title_lengths()
	{
		$GLOBALS&#91;"WS_THEME__"&#93;&#91;"c"&#93;&#91;"max_title_length"&#93;&#91;"index"&#93; = false;
		$GLOBALS&#91;"WS_THEME__"&#93;&#91;"c"&#93;&#91;"max_title_length"&#93;&#91;"index_post"&#93; = 25;
		$GLOBALS&#91;"WS_THEME__"&#93;&#91;"c"&#93;&#91;"max_title_length"&#93;&#91;"page"&#93; = false;
		$GLOBALS&#91;"WS_THEME__"&#93;&#91;"c"&#93;&#91;"max_title_length"&#93;&#91;"fullpage"&#93; = false;
		$GLOBALS&#91;"WS_THEME__"&#93;&#91;"c"&#93;&#91;"max_title_length"&#93;&#91;"single"&#93; = false;
		$GLOBALS&#91;"WS_THEME__"&#93;&#91;"c"&#93;&#91;"max_title_length"&#93;&#91;"fullsingle"&#93; = false;
	}
?>
Posted: Monday Apr 2nd, 2012 at 2:37 am #9739

Thank you. I’ll try it.

Viewing 3 replies - 1 through 3 (of 3 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.