Mr. Alexander
Forum Replies Created
-
Forum: Plugins
In reply to: Deprecated hooksHello,
Any guidance in this topic is highly appreciated as I am sure we are not the only ones that ran into this problem.
Forum: Fixing WordPress
In reply to: How to add search filter by custom values?Hello,
I am trying to do a similar task but using the
LIKEterm instead of an exact match on the meta_value.How should I go about that ?
Thank you for your help.
Forum: Fixing WordPress
In reply to: Prevent WP from adding a slash at the end of the urlForum: Fixing WordPress
In reply to: Prevent WP from adding a slash at the end of the urlAny help would be highly appreciated and I am trying to sense that it is a simple .htaccess modification.
Thank you,
Alexander
Forum: Plugins
In reply to: Upload File from Post Meta BoxOne thing I noticed, when I add the form tag to the post meta box it gets eliminated, because it gets overwritten by the parent block, which doesn’t accept file uploads.
Alexander
Forum: Fixing WordPress
In reply to: How to enable search for pages as well??Hello,
Did you seem to figure out the solution to this ?
Alexander
Forum: Fixing WordPress
In reply to: Search.php – to search pages too…?Hello,
How should we go about searching both the posts and pages ?
It says that by default WP does that, newer than 2.5, but it doesn’t seem to work for us.
Are you able to help ?
Alexander
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Pagi Navi not workingHello,
I have tried this method and it still doesnt work…
I am using it on a category page that has about 100 posts so i know pagination is suppose to work.
What are the requirements to have PageNavi work ?
Thank you for your help and time,
Alexander
Forum: Plugins
In reply to: [Plugin: WP-PageNavi] Page 1 of 0 (error)Hello,
I am having the same issue, are you able to let me know if you received a reply to this thread ?
Alexander
Forum: Fixing WordPress
In reply to: Exclude About Page From Search ResultsHello,
I see that you have posted this 4 months ago, have you found a solution to this ?
Alexander
Forum: Fixing WordPress
In reply to: Theme Options Reset When Moving to Different DirectoryJust to add these are the steps we take when transferring database:
Using PHP My Admin:
(1) Export Old Database
(2) Using Text editor, replace old url to new url
(3) Import Database to the same locationAlexander
Toronto Web Design ExpertsForum: Plugins
In reply to: [Plugin: WP-PageNavi] – Pagination doesn’t work when . .for your info, i am not using query_posts but get_posts.
If i should switch to query_posts and read the other thread please let me know.
Alexander
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery]: Cant Upload Large ImagesHello,
I have found the solution to this problem:
It actually has to do with the PHP configuration, my MAX_UPLOAD_FILESIZE was 4M… so trying to upload larger files gets rejected.
Hope someone will find this useful.
Mr. Alexander
Forum: Themes and Templates
In reply to: Enablign WordPress Functionality from a separate theme fileGreetings Denise,
I actually found the solution to this and all you have to do is include the following the file:
<?php require_once(‘../../../wp-config.php’); ?>
Where wp-config.php is inside your root WP folder and your file is inside your current theme folder.
This will enable you to use all the WP functionality inside this page.
Hope it helps,
Mr. Alexander
Forum: Themes and Templates
In reply to: Enablign WordPress Functionality from a separate theme fileTo Clarify my question,
What file do I need to include in order to have this capability ?
Mr. Alexander