Ctrl-C
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posting and Linking 2 Custom Fields in Template – Please HelpUse get_post_meta function, some examples could be seen there too.
Forum: Fixing WordPress
In reply to: How to change search results based in content and not just titles?Post code of your
search.php
file on pastebin.com or similar site. Query itself doesn’t affect content/title output, it basically “filters” all posts.Forum: Fixing WordPress
In reply to: Login at WP-admin not possible in Chrome anymoreTry clearing your cache (both site’s and Chrome ones) and Chrome cookies?
Forum: Hacks
In reply to: Use get_option to retrieve date formatUse PHP function date, i.e.
<?php echo date($stripslashes($header_caption)); ?>
Forum: Fixing WordPress
In reply to: Remove sidebar to create more spaceYou need to edit your theme’s stylesheet (usually it’s style.css file located in theme directory) so that your block would be wider. I can’t tell you exact solution, because I don’t know what theme you are using as well as what sidebar you talking about.
Forum: Plugins
In reply to: [WP-Galleriffic] [Plugin: WP-Galleriffic] Default CSS FixSadly, I didn’t test it in any browsers except for Opera 11.61.
You could improve your plugin by improving my changes and enabling ‘official’ style by default.Forum: Fixing WordPress
In reply to: Side bar for each different pageYou could have a look at this plugin.
Forum: Fixing WordPress
In reply to: Admin not reachable on 25 different WP installs at different hostsDo you have database backups? You could try importing them to site.
Forum: Fixing WordPress
In reply to: как настроить граватар?Можно зарегистрироваться здесь:
https://ru.gravatar.com/site/signup/Без аккаунта WordPress.com
To English users: this user was trying to register at gravatar.com via WordPress.com account but it didn’t work
Forum: Fixing WordPress
In reply to: 404 not found :(Set a static front page at
Settings → Reading
Forum: Fixing WordPress
In reply to: Cannot login to admin on my siteSome plugin could mess the things up. Try renaming your plugins folder to plugins2 and login into dashboard. If this helps, then rename plugins2 directory back to plugins and try renaming folders with different plugins. That way you will find the corrupted one.
Forum: Fixing WordPress
In reply to: Cannot login to admin on my siteYour admin dashboard is located at https://www.organisemyhouse.com/wp-admin, not blog/wp-admin page.
Forum: Your WordPress
In reply to: new gaming network siteLooks too simple (or dull) for the guest (non-registered user).
Header image overlays background (by the way, you better make bg image smaller in size so that it would load faster). Footer text is non-readable.
Forum: Installing WordPress
In reply to: WP in subdirectory gives page not found errorYou need to place all your files into subdirectory (even
index.php
and.htaccess
).Forum: Installing WordPress
In reply to: Unable to create directory, a local drive is showingSomething with your permissions, check them.
Local drive is connected with your hosting. What’s your host? My sites were never hosted at Windows servers so I don’t know whether this path is OK or not.