topvip
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Forum: Fixing WordPress
In reply to: multiple errors updating page after upgrading to 2.8well, i am experiencing the same problem, my site is http://www.eyeglasses123.net/
Forum: Fixing WordPress
In reply to: show all post from a to z?would you please tell me the detailed code?
Forum: Themes and Templates
In reply to: How to control the post title length?how to use
<?php
$mytitle = get_the_title();
if ( strlen($mytitle) >30 )
$mytitle = substr($mytitle,0,30);
echo $mytitle;
?>Forum: Themes and Templates
In reply to: How to control the post title length?that is impossible.
Forum: Plugins
In reply to: How to get certain words from post as description?meta tags.
Forum: Plugins
In reply to: how to display “static? pages ?My English is not so good to read the above website, would you please tell how to do step by step?
Forum: Plugins
In reply to: how to display “static? pages ?i still dont know how to do them. would you please tell me the details on how to do?
thanks in advance.
Forum: Fixing WordPress
In reply to: Staticize Reloadedhow to installe & set-up?
Forum: Plugins
In reply to: Can not show static pageI have post already,it is still can not creat static page.
Viewing 9 replies - 1 through 9 (of 9 total)