Search:
Search took 1.00 seconds.
-
Do you want to have URLs and emails inside your postings to be clickable?
No problem, here we go:
Open your wp-content/themes/classipress/functions.php (or the one in your childtheme) and add...
-
setup so "anyone can register" in your WP admin?
-
wp-content\themes\vantage\archive-listing.php
EDIT THIS SECTION:
<div class="section-head">
<h1><?php _e( 'Business Listings', APP_TD ); ?></h1>
</div>
-
Classipress doesn't have any settings or options to accomplish this, but I'm sure you could customize your sites code in order to achieve this. It's recommended to use a child theme for any...
-
Hey btechnol,
In Vantage we have gone back to the basics on the header logo. Instead of adding it in a General Settings panel, we are using the Custom Header feature of Wordpress.
In the...
-
Is there any simple way to list catorgories?
I would of thought this theme would of come pre charged with them ?
-
Add the below code to the CSS class that the google ad sense is using:
padding: 10px;
-
Here is an update to the popular WP Favorite Posts Plugin originally by Huseyin Berberoglu. I've updated the style sheets and made it plug and play friendly with Classipress.
Here is a sample...
-
I use Mingle forum.
http://wordpress.org/extend/plugins/mingle-forum
Setup video here...
http://www.youtube.com/watch?v=t66BST_kU6g
-
Disables automatic updating geolocation in ClassiPress theme, and insert new box with map in admin to manually place marker.
Plugin url: http://wordpress.org/extend/plugins/appmaps/
2285
-
Find the .php file usually located in "wp-content/themes/classipress/includes/forms/step1.php"
Edit it, find this line and edit as you need to:
-
Hello, this is my latest work. It is a work in progress, still Beta but I'm getting close to stable release.
MXClass
What do you think? any more ideas?
-
Hi barukar,
I took your advice and have now installed and "configured" the Yoast SEO plugin. Thank you for your recommendation and I shall be sure to deliver you an update as to how it performs -...
-
Currently I use this plugin "Wordpress SEO", in my opinion this is the best SEO plugin.
-
You checked the "Allow HTML for YES" in admin ClassiPress? If checked allowing just check for "NO" and see if the problem is resolved.
-
yes, i disabled jet pack and now what I originally described is happening...i get 4 ad blocks with only "advertise here 125x125" in the boxes.
this is the code in the widget...
-
Add this code to bottom of style.css
.tabcontrol {
margin:0 0 20px;
display:none;
}
-
Check out this plugin
Category and Page Icons - http://wordpress.org/extend/plugins/cat ... age-icons/
Haven't tested yet, I'm resolving some problems with my host right now.
-
The height of the featured box can be adjusted per your liking, but here is the combined code that BlueCafe and myself were able to modify:
Edit /styles/master.css:
Step 1: Line 154
...
-
Hi Pete, thanks again for your tips. They helped me a lot. I slightly modified your code since I want the images keep their original proportions (no stretching if they are not squares).
This is...
-
Here's the code for all that is interested in enlarging their "Featured" ads. I'm not a CSS expert (more of a designer), and figured this out by trial and error. I'm sure David or one of the more...