Search:
Search took 1.00 seconds.
-
@jomark, is there a Github ticket already created for this? If so, please send me the link so I can assign a dev.
-
Hi carpediemtim,
I have checked the Wordpress codex https://codex.wordpress.org/WordPress_Feeds and the rss link for all comments are (as quoted);
- Jomark
-
@carpe
this must be the link http://forums.appthemes.com/vantage-general-discussion/user-roles-46298/
-
Hi wz,
In my limited experience, it appears that when a listing expires, they can only renew the same plan they originally selected (I tested several listings personally and this is what happened on...
-
The listing expiration is based on the "post_date" and "post_date_gmt". Update both of these together with the "post_modified" and "post_modified_gmt".
-
A solution, far from perfect: go into phpmyadmin and export wp_posts table. Open with notepad ++ and do a search and replace from 1970 to 2013 and save. Then go back into database and drop old...
-
You will have to mod the theme for that, the file to add the code would be 'sidebar-dashboard.php'.
I moved your thread to General Discussion.
-
Open up widgets.php (it's in the 'includes' folder) and look for this code:
echo $before_widget;
echo html_link( $url, __( 'Add a business now', APP_TD ) );
echo $after_widget;
Just change...
-
wp-content\themes\vantage\archive-listing.php
EDIT THIS SECTION:
<div class="section-head">
<h1><?php _e( 'Business Listings', APP_TD ); ?></h1>
</div>