ryscript
Forum Replies Created
-
Wooo, no worries, will try the new update now, Thanks
Forum: Fixing WordPress
In reply to: adding border to post imagesJust make sure that the container before the <img> is “.wp-caption” class. something like this
<div class="wp-caption"> <img /> //image under wp-caption class container </div>You can use Firebug or similar
Hope that helpsForum: Fixing WordPress
In reply to: link to specific blog categoryHi @mrerikmt of course it shows page not found since you’re using “Post Name” in your Permalinks but in your code e.g.
<a href="index.php?cat=14">Category Title</a>what you’re using here is the default permalink.
Try changing the ff. to
<a href="domain.com/category/category-title">Category Title</a>something like that
Hope that helps.
[ Please stop putting on that signature, it will be removed everytime. ]Forum: Fixing WordPress
In reply to: How to have posts show on different pagesHi @log0008, there are many ways to achieve your goals, by installing Plugins, Custom Template Pages, Custom code or shortcode.
I have written a post for this and this might help in your problem, I’m using shortcode and it’s pretty easy have a look at Display Post on Specific Category Only
Hope that helps.
Forum: Fixing WordPress
In reply to: Unable to loginHi @meltonia, that is something in your code, please check the ff. in your functions.php, index.php or in wp-config.php
WHITE_SPACE <?php
?> and WHITE_SPACE
– make sure that there’s no white spaces before and after opening tag of your PHP code or make sure all are has the closing tag.Hope that helps.
@shan16, do you install other plugin, theme or any extensions before the sitemap goes wrong? if so, try the ff.
1. Change theme to default theme
2. Deactivate all plugin and enable one by one, to see which one is conflicting.
3. If the two above not working it has something with the XML sitemap error, try other XML sitemap generator plugin, there are lot in wordpress.org plugin repository.Hope that helps
Forum: Localhost Installs
In reply to: Unfinished Installation in step 2That only means that it is not successfully installed the wordpress in localhost here are the steps to install wordpress.
1. Create database and users
2. Run installation and use the information you’ve created in step 1.
3. Create configuration file(wp-config.php) actually it’s automatically created on installation.Hope that helps.
[Sig moderated]Forum: Localhost Installs
In reply to: WordPress 3.3, update_user_meta and wp_users/wp_usermeta issueHi @ace90 there are lot possible solution in your problem and we didn’t know which file you’ve updated or edited but this is just a case.
Check your wp-config.php, just make sure there are no space at the beginning “<?php” and end of the file “?>”, no quote.
or check your index.php and header.php.
hope that helps,
Forum: Fixing WordPress
In reply to: how to change page titleHi @moonvader yes you can but you need to do it in header.php file of your theme to change the <title></title> tag display, but if you really want to edit page/post title, this plugin might help you “Platinum SEO Pack”(I’m not the developer of the plugin) just share it with you.
Forum: Fixing WordPress
In reply to: redirect all wordpress pages with ending forward slash .htaccessHi @kaspr yeah there is by using permalinks, change your permalinks to Custom Structure and paste /%postname%/
Hope that helps.
Forum: Installing WordPress
In reply to: updating to 3.3.1Permission denied, its a permission problem I think.
Forum: Fixing WordPress
In reply to: wp-includes\pluggable.php on line 866Try to check the .htaccess file in your root theme, and remove everything that is not included in wordpress.
is there any function or shortcode I can use to display related products in any area I want? also it seems the page display in single page not working? so we need to set to display to all to work.
Forum: Localhost Installs
In reply to: WordPress 3.3, update_user_meta and wp_users/wp_usermeta issuesame problem here, any one got a great solution for this?
Forum: Plugins
In reply to: News feed plugin@clockendview if you need news feed plugin, I can create one for you, just let me know if you still need it.