wordpress plugin with external links - php

I'm trying to create a wp plugin but wordpress.org will not publish it for me as long as it contains external links. I have the plugin pulling some info from my website's db and there isn't other way to do it. As far as I know. I was wondering if there is a way to do it somehow?
i.e the plugin pulls links from my db and displays them on the plugin user's site.

Related

How to Create load more pagination for my wordpress theme without a plugin

I am developing a wordpress theme for the first time. I have done pretty much everything I need to do except the pagination.
I know that by default, wordpress will load 10 pages on homepage. I did my research on how to create load more button for wordpress themes and all I am seeing involves downloading a plugin called "Ajax" from the wordpress store.
But that means there won't be any pagination if the user doesn't download the plugin.
In other words, all I'm saying is that I want to create a theme with a load more pagination baked into it.
Can anyone help me out with this.
Thanks.

wordpress plugin development issue : Generate php pages

Does anybody know how to generate pages in wordpress, with php code as a content using a plugin?
For example the; the plugin will create landing pages, without the use of wordpress pages or custom posts. Just in the backend settings, it can add/modify/delete pages.
Thanks,

Website cached in Google with page category - Wordpress .

Our Website url structure is something like this :- www.example.com/website/xyz.htm
Our Website cached in Google something like this :- www.example.com/page/1 to www.example.com/page/32 but when i open this url, it's pointing me to the home page. We have used Wordpress CMS.
We have not created these things in our website. We do not understand, how it happened.
Thanks
Rob
I thought you might have used a plugin for getting WP SEF url for your WP pages to appear as HTML pages. Use some other latest , compatible and popular plugin to convert WP pages as HTML pages.
Google sometimes does not understand your site perfectly at all time due to the modification you done in your site.
So create an account in google analytics and verify it with your site then remove all listed pages and rebuild it once again by submitting new sitemap
Use Wordpress Yoast SEO Plugin. This will give you the functionality to remove the caching in Google Search.
After disabled the /page/option, you need to resubmit the sitemap xml in Google Search Console.

Export custom created admin page wordpress

All right so i have created a page in the wordpress admin called Theme Options.When i export my files the links of these pages are not exported.I want the links that i have included in this page to be also exported using the export plugin.
How can this be done ?
Here is a screenshot:
Are those links stored/retrieved as wordpress options? If so, then just migrating the files will not migrate the database as well.
Regarding Options: http://codex.wordpress.org/Option_Reference
If you aren't storing them there you can just hard code them into the form.

how to pull posts from wordpress to other non-wordpress site on different hosting?

How can I pull the posts of one blogger(written on his wordpress blog) to my site without installing the wordpress on my site? What are requirements and limitations of doing that?
There are a couple ways to use wordpress as a CMS only, without actually using it as your site or to expose content for use on another site.
RSS feeds as noted in another answer is good for read-only access to posts. To interact with content you'll need another solution.
You can enable XML-RPC in wordpress and use a library like php xmlrpc to connect and pull post data. However, XML-RPC is limited out of the box and mostly geared towards publishing to wordpress, not pulling out stuff.
The most flexible solutions is a REST plugin for wordpress that expose your posts via restful API. Check out:
http://wordpress.org/extend/plugins/json-api/
One limitation is you'll obvioiusly not have some of the wordpress-as-a-website-building-tool plugin functionality available on the non-wordpress site.
If it's WordPress you could just use the RSS Feed to syndicate content to your site?
To grab the content you want - http://codex.wordpress.org/WordPress_Feeds
I believe that the plugin Wp RSS Multi importer should do the trick. It pulls out RSS feeds from the blog you want to syndicate into your own blog. You can get the plugin here http://wordpress.org/plugins/wp-rss-multi-importer/. The problem could be if what you want is not a feed. I for example want content that looks like this http://bake.co.ke/pg/recent+blog+posts. I don't want to syndicate feeds but the real content from another website.

Categories