ssdesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to make Shortcodes execute inside Excerptany way out of this problem??
Forum: Fixing WordPress
In reply to: using shortcode in excerptsame problem. Does not work for me either, I am using 3.1.1
Forum: Fixing WordPress
In reply to: Seperate theme for Web and MobileThanks, will look into thoose.
So far, the best I have seen in WPTouch.
But I am missing the “theme”ing or styling part there.Also I would prefer to be able to design the mobile theme extensively like a notmal web theme…
Forum: Themes and Templates
In reply to: new template – Stylesheet is missingDid you download this theme?
http://themes.wordpress.net/columns/2-columns/4332/procut-1/Forum: Themes and Templates
In reply to: “Squared” theme releasedThanks
Forum: Fixing WordPress
In reply to: How to identify views.Great, this worked.
Thanks
Forum: Plugins
In reply to: Executing more then one SQL from plugin functionThanks for your feedback.
I tried it, oven then, only one table is getting created, the first one.
Is there any error in this code?
$sqltwo = "CREATE TABLE" . $table_new . " ( 'rel_id' bigint(20) NOT NULL auto_increment, 'post_id' bigint(20) NOT NULL default '0', 'category_id' bigint(20) NOT NULL default '0', PRIMARY KEY ('rel_id'), KEY 'post_id' ('post_id','category_id') );";Forum: Fixing WordPress
In reply to: How to identify views.wow, thanks a lot for this pointer.
This would definitely help me in what I want to achieve 🙂
I would be soon releasing this template as open-source.
Forum: Fixing WordPress
In reply to: SQL Errorwhich plugins were installed?
Forum: Fixing WordPress
In reply to: How to identify views.hi, anybody has any suggestions for this issue?
Still trying to find my way around it.
thanks.
Forum: Fixing WordPress
In reply to: Formatting issueHi,
I corrected the errors and now you can see that now there are NO validation errors.Still the ordered list is not showing correctly on the main page 🙁
Any idea why?
Forum: Requests and Feedback
In reply to: Flash Frontend for WordPressHi,
This project is now on sourceforge:
http://sourceforge.net/projects/flash-blogYou can also checkout the project annoucement on my lbog:
http://www.ssdesigninteractive.com/ssdesignForum: Requests and Feedback
In reply to: custom XML outputRSS feeds can populate the first view, but as you navigate, I need to generate custom XML for each view. Thats why I used this approach.
You are right about functions.php, I just put then in a plugin file, but yes that could have been in functions.php as well.
And infact I am using the same approach as you specified and I have created a custom theme that outputs only XML.
Thanks for your comments 🙂
Forum: Requests and Feedback
In reply to: custom XML outputHi,
My Flash-Wordpress project is now in a stable state.http://www.ssdesigninteractive.com/ssdesign/?p=97
Sourceforge link:
http://sourceforge.net/projects/flash-blogLet me know if you happen to test it.
Forum: Fixing WordPress
In reply to: How can I modify the output as below:Any suggestions from anyone on how i can try to achieve this?
Thanks