graab
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Installing WordPresshttps://premium.wpmudev.org/blog/setting-up-xampp/
Best local Combo imo.
Forum: Fixing WordPress
In reply to: Publishing posts to more than one pageHi cj,
Imo, you should create categories (in articles) you can create as much as you want, including the Book Reviews ones.Then you display your Books(articles) by filtering the categories they belong to.
😉
Forum: Fixing WordPress
In reply to: Creating a dealers pluginHi Dima,
I’m not a pro coder, but this is how i use to work when i create my plugins in WP:
– Dealers can be found using search engine ? > Custom post
– Huge amount of dealers / data > Database
– Few dealers / data > WP optionsIn your case, ill do it with options probably. All depends on the amout of dealers you will create.
bye
😉
Forum: Fixing WordPress
In reply to: Intro page in front of wordpress websiteHi Papigiulio,
You cant rename the index of your WordPress website, or most precisely you can’t do it that way.
You should look for a plugin to add a splash page:https://wordpress.org/plugins/awesplash/
You can find more on the plugins section.😉
Forum: Fixing WordPress
In reply to: Can I have two posts pages?Hi bmisland,
I think the best solution for you is to find a theme with 2 Columns, you can change the CSS to make them horizontal or anything else then.https://wordpress.org/themes/tags/two-columns/
😉