gholemu
Forum Replies Created
-
Tough chances to get an answer for this since I don’t even know how to put it right. Oh well…
Forum: Plugins
In reply to: [Mobile Domain] [Plugin: Mobile Domain] 403Oh, I’ve managed to fix this within Cpanel, it was that document root problem.
Thanks anyway!
Just in case there’s another thick head like me out there:
If your WP installation is in public_html, the root directoryGo to Cpanel – Subdomains
In your Document Root section you’ll see the path to your subdomain (e.g. public_html/m)
Delete the “m” so that the path points to Document Root (e.g. public_html/)Forum: Fixing WordPress
In reply to: How to add current "Year" in post titleHere’s what I have now:
<title><?php if (is_home()) : ?><?php bloginfo('name'); ?> - <?php bloginfo('description'); ?> <?php else : ?> <?php wp_title('', 'false'); ?> - <strong><?php the_time('Y'); ?></strong> <?php endif; ?></title>
The title of the post appears on the browser, but the year doesn’t.
I’ve emphasised the year part.
Forum: Fixing WordPress
In reply to: How to add current "Year" in post titleThis is the link (google shortened so it’s not indexed by search engines) https://goo.gl/BppYE
I want the year to appear in the browser title, either in WP/theme directly, either in AIOSP.
Forum: Fixing WordPress
In reply to: How to add current "Year" in post titleThanks for your answer.
I’ve tried the snippet above, it doesn’t work, not sure why. I managed to have the year shown in the post title (Post title Year), but not in the browser.
And yes, if I can’t have it shown on WP, without AIOSP, then it would be nice to have it in AIOSP.
I’m not sure I’m explaining myself clear enough since I’m not a programmer.
Forum: Fixing WordPress
In reply to: How to add current "Year" in post titleOk, figured that out, it’s working now. But All in One SEO “covers” it in the <title> tag. How can I make it work there aswell?
Forum: Fixing WordPress
In reply to: Website just showing code – cannot login to webpage.It looks like you have a base64 encoding there. Could it be that you have a hacked/tricky theme installed?
Forum: Fixing WordPress
In reply to: Where is this link located on my site?@chrissmit can you please copy-paste your footer.php content here (if it’s not a prob for you or a matter of security)
Forum: Fixing WordPress
In reply to: I got proble while I was updating plugins.Try manually downloading all the plugins you have in wp-content/plugins/ and overwrite them with the new versions via FTP (it’s, basically, what the link from @esmi sais).
Check this thread aswell.
Forum: Fixing WordPress
In reply to: Active widgets empty in admin areaOk, I’ve found the problem: Subscribe2 plugin, a modified line. Got rid of it and now works properly.
Forum: Fixing WordPress
In reply to: Active widgets empty in admin areaAnybody, please?
I’ve even updated to WP 3.2 – nothin’s changed.
Forum: Fixing WordPress
In reply to: Facebook "like" button not workingBut nope, it’s still not working.
Forum: Fixing WordPress
In reply to: Facebook "like" button not workingFound this, maybe is of any help: https://developers.facebook.com/blog/post/390/
Forum: Plugins
In reply to: [Like] All the likes disappearedHey, I’ve found this about LIKE buttons stop working: https://developers.facebook.com/blog/post/390/
Don’t know though if this is causing the problem.
Forum: Plugins
In reply to: [Like] All the likes disappearedI have it aswell! It started two days ago…