ameral
Forum Replies Created
-
Forum: Plugins
In reply to: i want syntax highligheri already use this plugin
but how can i allow this to appear above editorview plain copy to clipboard print ?
or copy icon like many sites
Forum: Fixing WordPress
In reply to: want add slide show manually to my themebump
Forum: Fixing WordPress
In reply to: want add slide show manually to my themebump
Forum: Fixing WordPress
In reply to: want add slide show manually to my themebump
Forum: Fixing WordPress
In reply to: want add slide show manually to my themebump
Forum: Fixing WordPress
In reply to: how to add negative value for variable ?I have been done it by adding this code below beging of loop directly
<?php query_posts('showposts='.get_option('posts_per_page')); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> /* the below code will exclude directly without adding negative */ <?php if ( in_category(''.$variable.'') && !is_single() ) continue; ?>[Please post code snippets between backticks or use the code button.]
Forum: Fixing WordPress
In reply to: how to add negative value for variable ?i apply this and not work
<?php query_posts(‘category_name=-‘.$variable); ?>and the second u put not work also
Forum: Fixing WordPress
In reply to: how to add negative value for variable ?thx alot
but this $variable is category name from options page
is there any method to exclude it from second loop ?
Forum: Fixing WordPress
In reply to: how to display all categories in homepagewhy don’t you buy the theme?
i wanna learn wp tricks as i am designerthx alot for ur sharing , it is ok now
Forum: Themes and Templates
In reply to: Trying to code my own templatefirst you should know html/css if you don’t visit w3schools.com
then you should know also how to code from psd to html/css if u don’t visit http://vandelaydesign.com/blog/design-process/psd-to-html-resources/and finally u can convert ur html/css to dynamic template by following any of this tutorials http://css-tricks.com/video-screencasts/73-wordpress-theme/
Forum: Themes and Templates
In reply to: popular posts code and othersI don’t wanna use it in functions.php but wanna add it manually to php files and then enable or disable it from options page of theme .
Forum: Themes and Templates
In reply to: how to create options panel for themethx alot
i have been created it
Forum: Themes and Templates
In reply to: how to show admin bar in themeI have been find the solution here
http://voodoopress.com/2011/02/wordpress-3-1-admin-bar-upgrade-issues/