Nikhil Vimal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Making a Sub Domain look different using WordPress/BlueHostHi!
You can try out a default features (that requires some setup) to create a WordPress multisite if you plan to have multiple subdomains. This way, you can manage them all in your dashboard, and yes, you can set which themes and plugins are installed for each subdomain. http://codex.wordpress.org/Create_A_Network
If you have one subdomain, you could do multisite, but that may be overkill, you can also simply creating a subdomain with bluehost (https://my.bluehost.com/cgi/help/274) and set up a completely separate instance of WordPress with your configurations and changes.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Frontier template – taxonomyHowdy,
This blog post (if you scroll down): http://pods.io/tutorials/creating-pods-plugins/using-pods-display/, does explain taxonomy templates in a nutshell, but not sure that’s what you’re totally looking for, so I would consider at this point creating WordPress templates instead.
Howdy,
You can try ordering them in a different way by adding an extra parameter to orderby=”price.meta_value” so it looks like this:
orderby=”price.meta_value DESC”, which would mean the values are descending. Not sure if this helps, but it’s a start if you are aiming to restructure the result.
Forum: Meetups
In reply to: Any around Hartford,CTHowdy,
There is an active WordPress meetup in Hartford, check it out here: http://www.meetup.com/WordPressHartford/
Howdy,
This forum post may be similar to your problem, check out the code provided and see if that may help. http://pods.io/forums/topic/saving-data-in-to-pod-fields-programatically/
Thanks!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Make field "Read Only" in Admin UIHowdy!
I have currently opened an issue for this. Hopefully it will be fixed and integrated soon!
Howdy!
For this, you may need to dig a bit into WordPress Page Templates, Just keep that in mind!
Here are some good starting points for successfully being able to display a custom image URL:
http://pods.io/forums/topic/displaying-extended-taxonomy-custom-fields/
http://pods.io/docs/code/field-functions/pods-image-url/
Hopefully I’ve understood your question correctly and helped!
Forum: Everything else WordPress
In reply to: Would you recommend WP to a designer/blogger?First off, Welcome!
WordPress has a lot of options, for some projects and clients, it works, others may not like it. If you want to do design stuff with WordPress, why not try checking out a few of the many WordPress themes: https://wordpress.org/themes/
If you want to try WordPress without the hassle of a webhost, you can check out WordPress.com as well.
Also, check out this page to learn more about WordPress: https://wordpress.org/about/
Thanks for considering WordPress!
Forum: Fixing WordPress
In reply to: wp 4.1 Any default Anti Spam?Howdy,
By default, there isn’t anything to help out too much with anti-spam. If you would like to add some anti-spam configuration in WordPress, you could install this handy plugin.
https://wordpress.org/plugins/captcha-bank/
Hope that helps!
Forum: Networking WordPress
In reply to: Setting up a WP multisitehttp://codex.wordpress.org/Create_A_Network
This tutorial should be of assistance 🙂
Forum: Hacks
In reply to: 1&1 Hosting Account HackedFirst off, I would delete all your plugins and keep the ones you really need. You may have found a bad plugin. Use the plugins you really only need and if you want free plugins, only download them from WordPress.org and not a sketchy website.
Forum: Networking WordPress
In reply to: Custom website signup form on frontpageHmm, so you did create a page template correct? I’m testing this and everything is working correctly. Remember to set that page template to the homepage too.
Forum: Networking WordPress
In reply to: Custom website signup form on frontpageIt gets a bit complex, but what you can do is create a WordPress Page template: http://codex.wordpress.org/Page_Templates.
In the PHP code, after you create all the other basic stuff, you can use this page template as the homepage.
After all that is done, you can take this code here: https://github.com/strangerstudios/paid-memberships-pro/blob/dev/pages/checkout.php.
Paste this somewhere in your page template’s PHP. But remember to pay close attention to the page templates article. if you are new to PHP.
Forum: Networking WordPress
In reply to: Changing the Super User Admin email address.So do you want to be kept as a super admin as well?
Forum: Networking WordPress
In reply to: Custom website signup form on frontpageAlright, first off, you are comfortable with digging into code?