threestyler
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Pages Navigation barIn your header.php look for:
<ul class='bheader'>
and add:
<?php wp_list_pages('title_li=' ); ?>
Before the closing
</ul>
tag.Forum: Requests and Feedback
In reply to: embedded wordpressForum: Themes and Templates
In reply to: I messed up my commentsDoes this happen to your users aswell or just you? You might want to consider deleting your cookies/cache/temp internet files and seeing if that resolves it.
Forum: Themes and Templates
In reply to: How to move sidebar?You will need to modify the style.css to position it where you want it.
Forum: Themes and Templates
In reply to: Get Link for 2.5.1That code works fine outside of the sidebar for me using 2.5.1 and 2.6-bleeding2
Forum: Fixing WordPress
In reply to: How can I insert custom tags into WordPress Editor?If your comfortable with creating plugins then you could create your own tags using the hooks otherwise you might want to try the AddQuicktag plugin.
Forum: Installing WordPress
In reply to: A different sort of WP in its own directory questionif they type or click a link to arrive at yourdomain.com, they will get the conventional website that is already there?
That’s right, it won’t affect the root. ??
Forum: Installing WordPress
In reply to: A different sort of WP in its own directory questionIf I install WordPress to a sub folder of the root directory like this: Root>blogname and then set the blog address within WordPress to that folder, will people going to: mydomain.com>blogname get taken to the blog and bypass the main site installed in the root directory? This is what I want.
If you install your blog at /root/blog/
and someone types in yourdomain.com/blog/ they will arrive at your blog.
If you change the blog address from within WordPress to anywhere other than where your blog is installed. When you try and view the blog at yourdomain.com/blog it will redirect you to the modified address and you won’t be able to access your blog again without modifying the htaccess or a table in the database.
Forum: Plugins
In reply to: Recent Comments with AvatarsGravatar functionality is built into WordPress 2.5 . It’s fairly easy to implement you just need to add:
<?php echo get_avatar($author_email, $size, $default_avatar ); ?>
Inside the
foreach
loop in comments.phpMore details in the codex
Forum: Plugins
In reply to: Next-Previous Page?Have you tried using the <!–nextpage–> tag?
Forum: Your WordPress
In reply to: ITS FINALLY HERE..NEW BLOG!!…i need feedback please :)Nice and simple theme. You might want to consider using the read more function to cut off some of the images on the index. On a 4mb connection it took 37 seconds for the index to completely load.
Could be conflicting with another plugin, try disabling all your plugins and just activating the contact form to see if that works. Then one by one reactivate the others until you work out witch plugin is causing a conflict.
Forum: Installing WordPress
In reply to: Blank page instead of my home pageI expereinced the same issue on a blog recently, I was using the subversion. After updating my subversion and navigating to https://www.domainname.com/blog/wp-admin/upgrade.php to upgrade the database that fixed me issue.
Forum: Requests and Feedback
In reply to: Jumping and disappearing widgetsI have the the same expereince on several WordPress installs. When trying to change the order of Widgets they appear at the top of the screen.
Forum: Your WordPress
In reply to: lesterchan.net Version 3.0Looks great Lester, it’s alot easier to navigate aswell and I love the new layout of your plugins page. ??