alekso
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change permissionplease help
Forum: Fixing WordPress
In reply to: need some seo tips..any help is usefulHave you seen your competition? How many results google find when you search your keywords? It is posible to have much competition and the other wbesites are older, better, more netlinks, etc.
Forum: Fixing WordPress
In reply to: Can images be linked?Yes, when you upload it you have the option where you can set the link you want.
Forum: Fixing WordPress
In reply to: Trouble Restoring WordPressTry to get help from your host admins. They know how to restore your backup, especially because i am sure they have some recently backups
Forum: Your WordPress
In reply to: Blogger’s blog for self promotion || Free blog advertisementWhen you will have a 100 posts with 100 blogs, how will it be? You think somebody will go to page 99 to see what blogs are on the internet?
Forum: Your WordPress
In reply to: I’m Very Happy – hope you like it.You have no idear how easy it is to do anything you want. And thanks to this forums, you get all the help you need.
Forum: Plugins
In reply to: I need help to set page numbers!yes, i was refering to that …. nothing there ganglieri. Only in browse.php i have found this. See the source of my blog.
this is what i have in archive.php and index.php -> <?php include (TEMPLATEPATH . ‘/browse.php’); ?>. it takes from browse.php. What should i change there to work the plugin?
Forum: Fixing WordPress
In reply to: please a little help!i have found this in index.php <?php include (TEMPLATEPATH . ‘/browse.php’); ?>
same thing in archive.php and search.php.Usage
Replace the the ‘nextpostslink()’ and ‘previouspostslink()’ with the code below in your theme (archive.php, index.php or search.php).
<?php if(function_exists(‘wp_page_numbers’)) { wp_page_numbers(); } ?>
This is what the plugin usage says.
Tell me what to change it that code for WP – Page Number plugin to workForum: Fixing WordPress
In reply to: please a little help!Because only there i have found this next, previous … etc. Nothing in archive, index or other places
Forum: Fixing WordPress
In reply to: please a little help!<?php if (is_single()) : ?>
<div class=”browse”><?php previous_post_link(‘« %link’) ?> <?php next_post_link(‘ %link »’) ?></div>
<?php else : ?>
<div class=”browse”><?php posts_nav_link() ?></div>
<?php endif; ?>
This is my code at browse.php. What should i change with what? I have tryied all the posibilities and it doesn`t work
Forum: Fixing WordPress
In reply to: please a little help!I have did all it says in help of this plugin but nothing works
Forum: Fixing WordPress
In reply to: please a little help!How do i use this plugin? I have installed it and activate it. Nothing is changed!
Forum: Fixing WordPress
In reply to: Edit iconThe edit icon apears only when you are loged in into your wordpress admin. When you will logout, the icon will go way… with the wind!
Forum: Fixing WordPress
In reply to: trackback_rdf is it necessary ?no! only if you don`t want it!