Avaz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink error in Uzbek localization@ulugov do I have to update uzbek translation manually to be able to test it?
Forum: Fixing WordPress
In reply to: Permalink error in Uzbek localization@ulugov sure, thanks
Forum: Fixing WordPress
In reply to: Unable to create initial siteWhat web server you are using?
Forum: Fixing WordPress
In reply to: Custom Tag TemplatesOkay, I just found Justin Tadlock’s article on custom taxonomies.
He wrote that it’s possible to create different taxonomies and group particular tags. Now I wonder if it’s possible to create a custom page template for each taxonomy/group and apply that template to every corresponding tags related to particual taxonomy/group?
Forum: Themes and Templates
In reply to: 2nd sidebar not picking up CSS can you help pleaseURL?
Forum: Fixing WordPress
In reply to: Pasting from Microsoft Word…Well, as far as I know, with 2.8 version auto-formatting option removed or something.
Forum: Fixing WordPress
In reply to: Can I do something like Digg with wordpress?WPITn2shape,
Can you tell us how did you create it in detail?
Appreciate it, thx.
Forum: Fixing WordPress
In reply to: Magazine Basic Theme – WHERE do you remove subscribe link??You should be able to remove it from your
header.phpfile.Forum: Fixing WordPress
In reply to: next/previous post for just ONE categoryOpen you
single.phpfile and place the following code(in my theme, after the<?php endif; ?>command):<?php if (in_category('id')) { ?> <div class="navigation"> <div class="alignleft"><?php previous_post_link('<span class="arr">←</span> %link') ?></div> <div class="alignright"><?php next_post_link('%link <span class="arr">→</span>') ?></div> </div> <?php } ?>Replace the “id” with the id of your category.
ps: In your front page, you already have NEXT link at the bottom.
Forum: Fixing WordPress
In reply to: Showing full posts on tag and category pagesEdit your
archive.phpfile. Find<?php the_excerpt() ?>and replace with<?php the_content() ?>Forum: Themes and Templates
In reply to: Magazine Basic 2.3.2You want to remove that navigation links or make them visible?
I’ve observed the theme demo, and I think you’re missing #navigation background image
login.png(link to that image: http://wordpressthemes.tinkerpriestmedia.com/wp-content/themes/magazine_basic/images/login.png)Try to upload this file and you should have a visible navigation links.
But if you want to remove them totally, edit your header.php and remove category listing.
Forum: Themes and Templates
In reply to: a:active not working, but a:hover isForum: Alpha/Beta/RC
In reply to: 2.7 beta – Fatal error: Call to a member function request() …It happened to me after updating one of my plugins and I thought the problem occured because of that plugin update and removed it. LOL.
MichaehlH, thx, now everything is fine.
Forum: Fixing WordPress
In reply to: How to move a blog to a new domain without moving filessmaboll,
I don’t want to move core files, I just want to change the domain name. That instruction on Codex doesn’t solve this problem.
Forum: Plugins
In reply to: How to create an Image slideshow within Post using image uploaderI’m looking for the same thing too… I hope someone will be able to write such plugin. Anyone?
I’ve asked about the same thing on this thread. I think these two threads can be merged into one.