klevismiho
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: NEVER use notepad to edit php filesdax702 is right. I have similar problems with that, and I think too that the problem is in notepad++. Got myself mad a couple of times, the php was perfect, still there were displaying errors.
For example I did a clean code, then after downloading with ftp (filezilla) the code looked like this:<?php /* theme options */ global $option_header_logo;global $option_home_banner;global $option_home_banner_y;global $option_header_text;global $option_main_header_text_color; ?>
I am not sure if that’s a notepad++ problem or not.
Forum: Networking WordPress
In reply to: Update logo on all sitesOr better to say it, can I use a plugin in the Network Admin?
Forum: Themes and Templates
In reply to: Archive links not workingYou should create an archive.php page.
I noticed this problem too, would be perfect if this option would be on the backend. However you can change the size of the thumbnail (img tag) with css, just did it, works perfectly. Make sure that “Video width and height in normal mode” is set to the biggest.
Forum: Plugins
In reply to: [WP-EMail] [Plugin: WP-EMail] 2.52 worked, but 2.60 does not for meSubharanjan thank you very much, your solution to solve “Failed To Verify Referrer” worked for me.
Forum: Fixing WordPress
In reply to: Display second post (order by date)Yes exactly, thank you.
Forum: Fixing WordPress
In reply to: Help for website structureThank you.
Forum: Fixing WordPress
In reply to: Help for website structureNo I don’t mean how the site will look.
What I mean is for example, is it good to create a blank page just so I can select the page template?Forum: Fixing WordPress
In reply to: Help for website structureWhat is the best solution for a structure like this?
I will also have other top-level pages which will display a list from another custom post type.Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] making wordpress secure for facebook iframeleefsr, my “Secure Canvas URL” is
https://secure816.websitewelcome.com/~klevisi/test/ .It opens on the browser, however when I put this in “Secure Canvas URL” and open the facebook app URL, it displays a not found error:
The requested URL /~klevisi/test/ was not found on this server.Any ideas?
Forum: Fixing WordPress
In reply to: What argument to use in query_posts to get posts with given letter?As I said, your solution looks better, mine is just a workaround.
Forum: Fixing WordPress
In reply to: What argument to use in query_posts to get posts with given letter?I tried it keesiemeijer, doesn’t work, but don’t worry because I’m using the other solution.
Thank you for your support.
Forum: Fixing WordPress
In reply to: What argument to use in query_posts to get posts with given letter?Yes, I think so too. I’m using the twentyten theme by the way.
Forum: Fixing WordPress
In reply to: What argument to use in query_posts to get posts with given letter?Thank you alchymyth, but the solution posted there didn’t work.
keesiemeijer here is the print_r: https://pastebin.com/VvAdyVHs
Forum: Fixing WordPress
In reply to: What argument to use in query_posts to get posts with given letter?I’ve found a solution: https://pastebin.com/DXduNtKk
I know that your solution is better than this, but what can I do ??