bandicootmarketing
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments are out of order??I’ve encountered this issue on one of my posts and I think I discovered the cause.
The problem is that I have been responding to certain comments through the admin and some of these comments are already threaded under other comments. It was all my fault.
I had to go into the database and just remove the
comment_parent
value from my comments that were causing the problem and everything went back into place.Hope that helps.
Forum: Themes and Templates
In reply to: Questions about Magazine – Basic themeHey lobo777,
You can change the nav menu by going into header.php and looking at line #80. Just change the word ‘Home’ to whatever you want.
To create another button just copy line #80 and paste it below. Then change the href, which is the link to where you want the button to take you, and then replace ‘Home’ with whatever you want.
Your avatar controls are in the admin section under Settings => Discussion. This will only affect new comments though, unless you just choose to not display avatars.
Forum: Themes and Templates
In reply to: Questions about Magazine – Basic themeHey Snuva,
Just add this:
<?php the_time('l, F jS, Y') ?>
wherever you want the date to appear. Make sure it is within the look, though.Forum: Themes and Templates
In reply to: Questions about Magazine – Basic themeHey aurelieauger,
You can change the » by going into the
functions.php
file and looking for thetheme_excerpt
function at around line #612. Change the » code to whatever you like.Forum: Fixing WordPress
In reply to: Change the order of categoriesI use My Category Order. You might need to change the code for
wp_list_categories
in theheader.php
file to get it to work right though. It should say in thereadme.txt
file.Forum: Fixing WordPress
In reply to: 2nd SidebarYou need to go to the options page which is located in your admin menu. Look for Magazine Basic. Go to the Layout page and you will have the option to add a second sidebar.
Forum: Fixing WordPress
In reply to: Header/titles-how to changeThe top row is a list of your categories. After you add a category, you need to make sure it contains a post or it will not be displayed in your menu.
Forum: Plugins
In reply to: Where to enter Google Analytics code?No problem. Good luck.
Forum: Fixing WordPress
In reply to: Check if a user has a previously approved commentYeah. I guess it just goes through the database and looks for a matching email but I was hoping that there might be a more efficient way that they have figured out. If you have thousands of comments and have to pull down every email to find a match it seems like it could get pretty demanding for your server.
Forum: Plugins
In reply to: How to add more rows in Magazine BasicHey mikimixx,
The new version of the theme give you an option in the admin section to choose how many post you want to display on the main page.
Go to Magazine Basic => Layout => Number of Posts.
If you pick a number higher than 6 the extra posts will display in the three column layout similar to the lowest row.
Forum: Plugins
In reply to: Where to enter Google Analytics code?Hey ricknlida,
There is no end.php file, but there is a footer.php file. You can add your Google Analytics code right before the closing body tag in that file.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] No “<!– super cache –>” at the bottom of my pagesHey mrpindle,
Thanks a lot. Gonna take a look and see if I can figure it out with your suggestions.
Take care.
Forum: Plugins
In reply to: wrong RSS linkIt is actually comment #237. But the issue has been fixed with the latest version of the Magazine Basic theme.
Forum: Themes and Templates
In reply to: Magazine Basic displays incorreclty using IEHey all,
I have tested the latest version of Magazine Basic in Firefox 3.0, IE6 and IE7. It is now 100% xHTML valid and should work cross browsers.
Forum: Themes and Templates
In reply to: Questions about Magazine – Basic themeHey oross,
There is a solution for displaying the full content instead of just the excerpt at https://bavotasan.com/wordpress/free-wordpress-themes/magazine-basic-free-wordpress-theme/
Look for comment #202, #244 and #464.