it's kinda tricky to quickly find something about this.
Is there a way I can pre-configure my page settings related to my theme in WordPress?
I guess maybe through Functions.php something is possible but I didn't find anything.
Thanks in advance.
Related
could anyone please help me with Trego theme? I'm sorry if i ask damn questions, but i'm new to wp.
I'm supposed to write something like this:
http://newsmartwave.net/preview.html?trego_wp
I have a theme itself, I just need to make it look like this.
But im not sure,
for the home page, is it like a one page or there are several posts?
how did they make it?
and what plugin do they use for Portfolio section to make the photo bigger when a user clicks on it?
I would really appreciate any help!
Thank you!
About Trego Theme and recommend plugins you can view here - http://wordpressthemesamples.com/trego/
But if you are looking for information on the needed website, it is best to use a resource seomon.com
My product category urls currently look like: /product-category/category/category-name
Where the category-name is the only changing part. I would like to change /product-category/category to just /product-category, so my final url would look like: /product-category/category-name
Most of my google searches have yielded results relating to removing /product-category but I haven't found anyone talking about having this redundant extra /category in the url.
Any help is much appreciated.
You can solve this right in Wordpress. When you install woocommerce, a new setting shows up in you permalinks settings. In your wordpress dashboard, go to Settings > Permalinks. Then when you scroll down beneath your regular wordpress permalink settings you will see one for woocommerce. There you can choose what you want to actually display.
Hope this helps out.
Update after comment
Ah I see, I read to fast. I would think you would have to do a rewrite to the core wordpress function for categories. Probably a decent amount of work in creating your own plugin to do it. Looks like this plugin does a good job of it but I haven't used it. Let me know if it works.
http://wordpress.org/plugins/no-category-base-wpml/
Let me know if it works
Im wondering if someone could give me a bit of advice.
Im looking for a plugin that allows me to rename URL's of posts and pages on the actual page itself, so they can go from:
http://www.example.com/post-here/
to something like
http://www.example.com/my-name/my-lastname/post-here
if that makes sense, i want to be able to name these URL's anything i want from within the post/page page.
Cheers
In the admin, inside options click on permalink.
Then you're able to set URL'S, to make something like your example this try :
/%author%/%postname%/
You can read the documentation to see all options
I'm not sure I completely understand what you mean but why don't use the redirection plug-in?
I did a quick search but couldn't find the solution here, forgive me if this has been asked before.
I remember a way to add vars in a Wordpress post by adding something like [gallery=22] in the wysiwyg editor... anybody know where I can find the documentation on this?
Thanks.
That's the Shortcode API - http://codex.wordpress.org/Shortcode_API
I would like to get some ideas what's the best way to implement/integrate a Email Subscription Form for a wordpress theme i'm building. The form I'm referring is similar to this (www.babyyu.com) and (smashingmagazine.com).
Thanks!
Have you checked out some of the existing plugins at http://wordpress.org/extend/plugins/ ? There are quite a few available that do what you are looking for.
I asked the same question here:
Adding email subscription to Wordpress theme
Maybe between the two of us we'll be able to get a proper answer.
#jswat: Could you please elaborate on the appropriate plugins to download. Yes we know Wordpress has a lot of available plugins and we know the site to find them. But I believe a better answer would be to list the plugins that would accomplish this functionality.
Thanks