Search:
Search took 1.00 seconds.
-
Hi,
I guess you have wrongly posted this here. I don't see any connection between my plugin and your issue
-
-
Can you please try re installing once again. All my users didn't have any issue like that till now.
You can see the plugin up n running here http://ourcalicut.com/ and http://alldubaioffers.com/
...
-
Hi,
It is possible to do that but a major change. I need to find some time for it and I will update you.
Regards,
Omar.
-
Hi,
I too had the same problem. Mine was a multi site installation, I hope yours too will be.
For multi site there is an option to set Attachment types, I added doc docx xls and xlsx there. Its...
-
Found a solution, please try this and update. Its working fine for me.
Add this custom function to your theme-functions.php file. This function returns the category heirarchy.
function...
-
Found a solution, please try this and update. Its working fine for me.
Add this custom function to your theme-functions.php file. This function returns the category heirarchy.
function...
-
To remove ads which are marked as SOLD
In the code in first page
Replace
$args = array( 'numberposts' => 3, 'orderby' => 'rand', 'post_type' => APP_POST_TYPE, APP_TAX_CAT => $newslug,...
-
OK, I found out myself.
To remove the Blog from Footer
In admin -> Settings-> general -> Exclude pages -> Add Blog page( Blog id 9)
Another method,
in footer.php
edit the below line. I...