scottybowl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All posts/pages deleted, and can't add any new ones?What was the database issue?
Forum: Networking WordPress
In reply to: Menu items disaapearing regularly.It seems that a lot of people are having this problem (me included) after searching the forums here. Has anyone actually figured out the cause/fix for this yet?
Forum: Plugins
In reply to: [Plugin: wp-o-matic] Menu items being deletedI’m having the same problem – it occurs when a plugin creates a post or I manually create a post. The weird thing is that it only deletes menu items from one of my menus (I’ve got three) and it doesn’t remove all of them, only the ones after the third menu item.
Very odd and very frustrating trying to debug it.
Forum: Fixing WordPress
In reply to: How to export entire wordpress site from local machine to onlineis there an easier way to do this for day to day updates to a site? I don’t want to test new code/changes on the live website for obvious reasons?
Forum: Fixing WordPress
In reply to: Assigning css values to individual navigation itemsJust found this plugin: https://www.ads-software.com/extend/plugins/classy-wp-list-pages/ – simple and will hopefully do what I need
Forum: Fixing WordPress
In reply to: Assigning css values to individual navigation itemsI’ve installed the plugin but the interface is very clunky and confusing (and I can’t seem to find where to set the CSS settings) – if it’s going to allow me to change the CSS settings I suppose I’ll stick with it. Do you know how I can set the CSS with this plugin?
Forum: Fixing WordPress
In reply to: Assigning css values to individual navigation itemsThanks for the suggestion, but it seems a bit of a difficult way to do it (hand coding 50+ navigation items just so one can have a different background color)
Or am I missing something…
Forum: Fixing WordPress
In reply to: WordPress not saving…I’m having the same issue – sometimes it saves an edit to a page and others it doesn’t. I’ve had to spend a lot of time rewriting content – it seems that it reverts to an autosave or previous draft instead of saving the updates
Forum: Fixing WordPress
In reply to: Page links without a listnevermind – had a look at the function and you can just do get_pages()
Forum: Fixing WordPress
In reply to: Page links without a listThanks, any ideas on how can I get a list of all pages including the root with that?
Forum: Fixing WordPress
In reply to: Page links without a listDoes this only work in sidebar.php?
I’m trying to generate an XML sitemap (I don’t want to use bloated plugins) and I can’t seem to find a way to output the pages so I can do my own formatting on them