paulbbird
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Standard loop oly returning one pageHi Josh and Media X
Thanks for your support – really appreciated.
(Plus I now know about backticks – soz)It’s really the first Standard loop which is confusing me – as I can only get it to return 1 page
The custom loop works ok where I am using the WP_query approach. (I was trying for a list of pages rather than posts)
Its the arguments bit that is confusing me, even though the article has helped. Can you give me a pointer to where arguments should be set for the get_posts/have_posts approach?
Thanks again
PaulForum: Everything else WordPress
In reply to: Learning environment for PHP Functions and LoopKeesiemeijer
Thanks for all your help. You have really tried to point me in the right direction which is appreciated
Thanks
PaulForum: Everything else WordPress
In reply to: Learning environment for PHP Functions and LoopHi Keesiemeijer
Really appreciate your help and links so far.
Here is an example of the things that are confusing me. I can understand the code OK, but where to run it?
Heres the example from the book:
To return a list of all registered post types in WordPress, you’ll use the get_post_types() function. <? php get_post_types( $ args, $ output, $ operator ); ?>Williams, Brad; Damstra, David; Stern, Hal (2012-12-17). Professional WordPress: Design and Development (Kindle Locations 3437-3439). Wrox. Kindle Edition.
Paul
Forum: Everything else WordPress
In reply to: Learning environment for PHP Functions and LoopHello guys
Thanks for the feedback which I really appreciate.
The theme I am using for my learning experience is a premium theme (the same I am using on my live site)
I am mainly trying to learn how to display my content in different ways and so loop and functions are my current focus (rather than theme development itself)
One example of the stuff that confuses me is this. One book I am reading (Professional WP Plugin development by Brad Williams) says stuff like this:
Check out which custom plugins are registered in your WP site by running this: CODE SNIPPET
I understand the code snippet fine – but where do I run it in order to get the output? Should I be in some sort of console mode?
Thanks P
Forum: Fixing WordPress
In reply to: How to view ALL my post HTMLThanks K.
Forum: Fixing WordPress
In reply to: How to view ALL my post HTMLThanks K.
Forum: Fixing WordPress
In reply to: How to view ALL my post HTMLHi Krishna
Really appreciate your response. I am learning all the time!
I swapped the theme back to 2012 and the validation errors are not repeated.
I guess what you are teaching me is that these kinds of HTML tags are generated dynamically by the theme and so there isn’t a way to edit them – the theme code would need to be amended.
Just a final question: When you are buying a premium theme is there a way to frame the question about validation errors that will get you some kind of reassurance before you buy?
Thanks
PForum: Fixing WordPress
In reply to: Feedburner retrospective correctionHi Esmi
Thanks so far.
Have disabled Feedburner plug-in.
URL is https://backupblog.co.uk/feed/Hope this helps
Paul