I have to implement search option/tool in my website. Search tool should search contents only from my website like some category name or file name. I'm developing website in PHP. I have also referred this link too. But I want some templates or
some demo like video lecture or blog which describes that how to develop.
In that link, there is option to describe all the data. But how? And I also want to develop in core PHP.
If anyone know answer then please explain or suggest me link from where I can understand from beginning. Thank You.
Related
I am having problem with searching business directory for my wordpress. I am currently using https://businessdirectoryplugin.com/ for the business directory.
And there is this search link:
http://harta.net/developer-property-listing/
For example, if I type-in the word "Adenland", nothing comes up (and somehow it goes to advance search). It should be able to search the word i type in.
How can I solve this ?
below is a screenshot on how I enable the search. But somehow search is not working, is there something I should do ?
I think you should use any other plugin as most of the plugins available. The most recent one I used is https://fulltextsearch.org/. I hope it solves your problem.
I have a Google Sheets spreadsheet containing a list of links and resources pertaining to a particular topic. I want to create a WordPress page where I ask the user a branching series of questions (i.e. "which topics are you interested in?") And depending on the answers to those questions, display only the links that are relevant to them.
I am a newbie when it comes to WordPress but I do have experience in programming (mostly in Python).
How could I go about doing something like this?
You should inmerse a bit on wordpress development as programmer, i will explain a fast progress for learn it.. read this https://codex.wordpress.org/Theme_Development and this https://codex.wordpress.org/Hardening_WordPress too.
Then when you check some videos for how to create your own template..
Do a CPT [ Custom Post Type ] who's called links of topic or something like, then you can create an "Archive-Topic-Links" (Very important for a wordpress developer [ https://developer.wordpress.org/files/2014/10/wp-hierarchy.png ] which files can you create before or after one) who gonna iterate over all of them.. look at this.. [ https://generatewp.com/post-type/ ] and try to learn about how to use a CMB2 for create inputs in your cpt is it a free version of ACF.
With this you will have a 50% of your proyect then should be learn how to categorize and much more... but when you reach this 50%.. the other will be easy.
Ah, try to don't use much plugins make your code.. and other tip wordpress isn't very friendly for multilanguage
I hope this improve to you, mate and other to start the wordpress development.
If you want to integrate PHP with google spreadsheet, I will use the google api https://developers.google.com/sheets/api/quickstart/php, in this way you can read all rows and integrate with php wordpress
I have a free wordpress blog which automatically tweets my new article through my twitter account which I have no idea how wordpress does it. I want to do the same thing on Joomla 3.2.3 platform.
What I want to do is when I add a new article into a specific category, I want Joomla to tweet the article's url automatically.
What I have tried is to search for a couple of components doing this. But I am stucked at API/Key-API/Secret validation. The component (AutoTweetNG) needs tweeter API to have read and write level. So I have many web sites to apply this application. In order to have read and write rights twitter asks me to enter mobile phone number in the profile page.
I have decided to make this by hard coding. Is there any oppurtunity to achieve this? It looks it is gonna be a little robot things, and twitter does not let me.
At least it would be great if thic could be done using PHP only.
Try this,
You can achieve it using two things in Joomla, One is create a twitter Oauth APP also create a content plugin for auto tweet.
First you have to create an app with twitter just follow the link.
Then Create a Joomla content plugin with onContentAfterSave event.
Then Once you create an article it will automatically tweets.
Hope its helps..
I just recently started working with a Magento site, and so far I'm really not liking it. I need to remove a couple links from the main navigation, but I can't seem to find the option for it. I've googled it numerous times, and all I see are examples for coding the navigation. My question is, can you edit the site navigation like you can with say wordpress? Seeing how it's a cms I'd imagine the user should be able to make changes to the navigation using some type of interface, and without having to pull the files from the server and edit them.
Also just out of curiosity, for anyone experienced with Magento would you say it's a good choice for a cms? I've heard of it before, but haven't seen many sites that use it.
No!, so you have three options here.
Learn how to extend the navigation with the 100's of tutorials out there, it is really not that hard, assuming you have a theme you just have to edit app/design/frontend/[theme]/default/template/page/html/topmenu.phtml
Get an extension to do it for you.
Hire a developer to do it for you, we create a static block with installer for the html which make it slightly more user friendly to update in the future.
Stackoverflow is a bad place to ask questions like this, it is aimed at programmers and doing such a procedure is rudimentary stuff, I really hope you are a client trying to be cheap rather than someone who claims they can run this site.
Edit: The cms features are ok but you need to be able to code to set them all up so the end user can make the changes with WYSIWYG.
If you don't want to code for navigation then you can do below things
1) Create category and then Display Settings=>Display Mode=>static block only and Display Settings=>CMS Block=>static block name. In static block u can include in page url or custom page
2)You need to hire developer
If you're using Magento and have an integrated WordPress blog, it's possible to design a completely custom menu in the WordPress Admin using the menu builder. You have complete control over what menu items you want and the hierarchy of each item.
To get this to work, you need to integrate your WordPress blog using WordPress Integration in full integration mode. Your Magento template also has to be using the default Topmenu block.
Heres what I am trying to to:
I want to create a site which allows me to syndicate news from all over the web. I want this to be able to be categorized and possibly tagged.
The process:
I find an article I like, go to my CMS, and add it to my site. To do this I simply want to add a title of an article, a small description, and possibly and image. Then, categorize it, add some tags to it.. and submit it. Now it would appear on my site.
What do you recommend as the CMS of choice? I am thinking wordpress may do the trick?
Any suggestions?
My choice would CMS-Made Simple .
Yes, wordpress would be the way to go. You can type the articles and categorize/tag them. You can also install plugins which will read through RSS feeds you add to create links to other sources of new automatically.
The plgun in question is : FeedWordpress