Phpdesign.si
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Fixing WordPress
In reply to: Changing permalinks in WordPressIt wont let me login to admin :/
Forum: Fixing WordPress
In reply to: Changing permalinks in WordPressWordPress won’t let me login on my localhost..
Forum: Fixing WordPress
In reply to: How to : Dropdown list in options page<select name="theme_settings[something]"> <?php $categories= get_categories(); foreach ($categories as $category) { ?> <option <?php if ($options['something'] == $category->category_nicename ){ echo 'selected="selected"'; } ?>><?php echo htmlentities($category->category_nicename); ?></option> <?php } ?> </select>Forum: Fixing WordPress
In reply to: Use custom post type as taxonomy?Forum: Fixing WordPress
In reply to: BASIC QUESTIONActually, i need to change that in code. in my case i have two loops on first page. i want first loop to showall posts from given category and second to show only 5 posts per page.
thank you
Forum: Themes and Templates
In reply to: helpthanks =)
Forum: Fixing WordPress
In reply to: basic questionthank you very much!
Forum: Fixing WordPress
In reply to: Add User meta fields, which only admin can editthis is a lifesaver,
thank you very much
Viewing 8 replies - 1 through 8 (of 8 total)