Pre-install Wordpress Plugins [closed] - wordpress

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I'm currently learning more about Wordpress, there's just one thing I wished to know that I couldn't seem to find anything about elsewhere. Let's say I have multiple clients who all want Wordpress installations. Is it possible to automatically install (pre-install) plugins alongside the initial WP install? The reason I'm asking this is because it would be much easier than manually installing them AFTER the WP install, considering I'll be doing this on over 100 of my clients websites.
I've looked into it and noticed something where a theme will automatically install plugins alongside it, I'm sure this could be a work-around too if my initial idea couldn't be done.
Anyone know anything/any method for this?
Thanks

I believe this is what you're looking for: http://tgmpluginactivation.com/
TGM Plugin Activation is a PHP library that allows you to easily
require or recommend plugins for your WordPress themes (and plugins).
It allows your users to install and even automatically activate
plugins in singular or bulk fashion using native WordPress classes,
functions and interfaces. You can reference pre-packaged plugins,
plugins from the WordPress Plugin Repository or even plugins hosted
elsewhere on the internet.

good question. the easiest way to achieve this is to download the plugins to your computer, and add it to the websites through FTP all at once. If you want more info, I would be more than happy provide a detailed instruction=)
The reason some themes allow you to pre-install plugins is, because they are built from scratch. Wordpress has already been built and coded to do certain things, so if you want Wordpress to grab certain plugins when installed. You would have to download Wordpress 3.6 and manually code it to do this function.
I hope this answers your question, I am really sorry if it doesn't.

Related

Learning WordPress theme development [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I am learning WordPress theme development. I need your clarification on when to use third party plugin or build my own plugin or just develop around WordPress core functions without plugins.
Secondly, if I edit or give style third-party plugins what happens if the css classes changes after the author does an updates.
Refer the Theme Development for learning WordPress Theme Development.
Refer the Plugin Development for learning Plugin development.
You can create your own plugin and use third party plugin as you wish or as per your requirement. For fulfill your requirement you can also modify some plugin's default functionality.
If you want to use Third-party plugins then make plugins directory in your theme folder and create file which you want to edit. i.e, If you want to edit akismet plugin then make akismet folder in plugins folder in your activate theme folder and copy file which you want to edit. Make changes in this files.
Secondly, if I style third-party plugins what happens if the css classes changes after the author does an updates.
Not really enough information to give a full answer, but I'll try:
Re: when to use third party plugin - this is completely your judgement, as plugins can serve a very simple purpose (in which case, adding this functionality yourself is probably OK), to being complex (such as e-commerce, forms etc). Consider that developing the plugin is the first step; you also have to maintain it on an ongoing basis to keep up with WordPress core updates.
Re: if I edit or give style third-party plugins what happens if the css classes changes after the author does an updates - This will shape your decision from the previous question. Anything could change when using a plugin; but as you use some, you'll learn which plugins you can trust to not make drastic changes.
Generally, I'll only use a plugin if:
It is established, with a good star rating on GitHub or the WP plugin repo
It has a development team around it, and they are making money from a premium version of the plugin or a complementary plugin or service
It is updated frequently ('frequently' could be as often as once a month for large plugins, or once every 6 months for small)
There is a development community surrounding it
The plugin changelogs are thorough, and explain what's been updated in detail - this type of communication shows respect for the development community
I hope this helps.

WordPress installed Manually in subdirectory then mapped to using addon domain [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
New here...
I manually installed WordPress in a subdirectory of my hosting, and built a website prototype. The folks I created the prototype for, decided to go with it, so I then created an add on domain pointing to the subdirectory, and had their DNS mapped to my add on domain name.
Everything works, except, only the main page shows in the menubar as the domain name. All others (and all links) show as my original domain / subdirectory.
Is there anyway I can get things synced up so that everything is under the add on domain name?
You will need to update the all the links within the database. I suggest using a tool to do this as a lot of the database entries are serialized so you can't do a simple find and replace.
First backup your database.
After that use this tool
You will want to do search for olddomain.com/directory and replace it with newdomain.com
While it is great that the (clever) hack you did has mostly worked, you might want to do things differently taking into account the long-term stability and reliability of the site. (This might seem like a spot of bother, but like I just said, it should not only take care of your current problem but also ensure long-term stability of the site.)
Here is how I would do this:
In the first instance, do not map the add-on domain to the subdirectory of the other domain, but create a regular directory for it (if you have cPanel, that would be the default path when adding a domain).
Next, install the following plugin at the staging/demo site:
https://wordpress.org/plugins/duplicator/
Next, generate a Duplicator package (via the plug-in's menu on wp-admin dashboad).
Once the package is generated, download the two package files (installer.php and the archive/zip file) to your PC. Next, upload these two files to the live domain where you wish to create the site. Next, open the following link in your browser:
http://{your_domain}/installer.php
and follow on-screen instructions. Your site should get created and everything should work fine. (This is a WordPress site migration plugin/method that I've been using for a long time, for all sorts of use cases - including the one of yours - with great results).

How to make Wordpress websites from scratch [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I am currently learning front end web development. So far I am pretty familiar with HTML and CSS. I can make a website with (hours of)tinkering. I am going to learn some more advanced css and Javascript along the way. I have a website I am building from notepad and my question is: How do I upload a custom website to wordpress? I mean like is there a way to upload the files instead of using wordpress system.
EDIT: I was notified that this may have not made perfect sense. I apologize. I am working on a website as practice. It is being built in notepad and I was just wondering if there is any possibility of publishing it to the internet. Is there some sort of hosting service available for that kind of thing?
"Building a website with notepad" and building a website with Wordpress are TWO DIAMETRICALLY OPPOSED approaches.
SUGGESTION:
If you want to learn wordpress, then install wordpress, work through a couple of tutorials, and play with a couple of different plugins and different templates. Focus on "Wordpress", not HTML or any underlying technologies.
NOTE:
You really don't have to know ANY HTML or ANY Javascript to effectively use Wordpress.
But if you DO get serious about "what's under the covers" with Wordpress ... then you'll likely be getting your hands dirty with PHP and with mySQL, too.
https://wordpress.org/support/topic/uploading-theme-7
There's a lot of work involved with creating a WordPress theme from scratch, however. You should consult the official WordPress documentation. https://codex.wordpress.org/

Using Nulled Wordpress Themes, Does it reduce " Loading Speed" or " Security" Of the Website? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last year.
Improve this question
I am using a nulled wordpress theme named "Toranj".
The Security of the site and the loading speed of it is so important to me.
however, i heared that, using nulled theme, will cause some problems such as reduction in loading speed and the security!
is it right?
and if its right, how to solve it?
thanks.
A nulled theme is a pirated theme oftenly filled with backdoor and etc.
Solved by BUYING and paying the people who made the theme.
Note that even when you buy wordpress/plugins you have to do a review of the code to know if it is really have serious performance issues or security issues..
Nulled is a term referred to removing license check from a software. Here , we are talking about themes and plugins , that is php scripts.Nulled Theme is the premium theme which is modified in such a way so that it cannot check whether the license is genuine or not , or it may be modified in such a way that when it check its license , it will always return true , so the theme license is genuine and users can use it premium features. Same concept is applied to Nulled Plugin.
Using Nulled Theme can cause you many problems like
Slow down website speed
Can Make Your Site Load Other's Ads
Can Remove You From Site's Administrator !
So don't use nulled scripts or nulled theme/plugin
Source : Why To Not Use Nulled Scripts

wordpress or codeigniter [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I know my question isn't about programming problem, I just need a suggestion to get started on right direction but I'm guessing this non-question post is going to be close :( there should be two types of post, "ask question" and "ask suggestion" :D
I'm a beginner in PHP and currently getting my hands dirty on PHP OOP, made a little framework.
I'm planning to learn codeigniter and wordpress, Kindly suggest me which thing should I start first with?
can I do full projects with wordpress like college/university CMS? Shopping cart? etc custom forms with dynamic fields/data?
Can I use codeigniter scripts in wordpress custom page?
First off I don't know codeigniter.
But of course it is possible to use codeigniter scripts in your wordpress plugins and theme's.
This plugin should do that: http://wordpress.org/extend/plugins/wp-code-igniter/
Do beware that Wordpress had a lot of build in functions for developers.
Try not to duplicate functions. Like the database connection use wpdb and others.
Read the codex, start with building your own theme before moving into you own plugin
And if you start building then codeignitor should be usefull, everything(like 95%) you need to do in a theme should be possible with build in wordpress functions.
i would suggest you learn codeigniter instead. here is a tutorial series that will get you going. Codeigniter from Scratch
I also suggest to starts with ci, as in ci you can builtup customization easily. While wp you have lots of limitation for customize project, and querying. WP is good for cms only, and in CI you are free to built costumize as well as cms project also.

Resources