azn_romeo_4u
Forum Replies Created
-
Forum: Plugins
In reply to: [Permalink Manager Lite] Adding .html to the URL for woocommerceThx worked perfectly. Bought your pro version too a week or so ago. Keep up the good work.
Forum: Plugins
In reply to: [Permalink Manager Lite] Adding .html to the URL for woocommerceWhere do you paste the snippet?
Forum: Plugins
In reply to: [WooCommerce] Redirect all product pages to .html?I have another CMS that adds .html to the end of all their URL’s. It just uses .htacess to do it. It’s simlar to how wordpress does them. Under Permalinks > common settings > custom structure, I just use
/%year%/%monthnum%/%day%/%postname%.html
And the wordpress easily adds a .html at the end of the URL. But when I try to do the same thing under “Product permalinks”, it doens’t work. Adds a forward Slash.
Forum: Fixing WordPress
In reply to: How to I change the default avatar size for comments?Alright found it on a 4 year old post. In your theme folder open up functions.php. And search for
echo get_avatar
The full line should look like this…
echo get_avatar( $comment, 44 );
Change the number to whatever you want.
Forum: Fixing WordPress
In reply to: How to I change the default avatar size for comments?For people who leave comments, that have nothing to do with gravatar, how do I resize those images? Or is every comment that wordpress use have to be done with gravatar?
Sorry. So confusing, for such a simple thing. There’s also no get_avatar in my comments.php under the themes twetnyevleven folder.
Forum: Everything else WordPress
In reply to: Could wordpress CMS do something like this site?Cubecolour, I appreciate your help, but it doesn’t appear to be you are even trying to look at the site yourself. If you looked at the site for 5 minutes you would know exactly what that site is about.
And yes I do understand that I will need a custom plugin, as I have narrowed it down to something similar to Custom fields, or more fields.
I’m testing it out right now.
Forum: Everything else WordPress
In reply to: Could wordpress CMS do something like this site?I really don’t know the functionality of the site. But here is what I can tell.
1) Tool tip that calls data from somewhere
2) Ajax search
3) Mostly a database of information
4) Similar to wowhead, aionarmory, and other armory sites for mmorpgs.I’m guessing it’s using something equivalent to taxonomies to group categories. Custom fields, and more fields plugin probably.
Obviously it’s not using wordpress. I”m wondering if something like that site I listed could be accomplished using wordpress.
Can someone show me a similar site that uses wordpress that uses it as a CMS with structured data like the above.