Merge branch 'master' of https://github.com/cidwa/wp-portal-editorial
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# wp-portal-editorial
|
||||
# wp-portal-editorial
|
||||
|
||||
##Eventos
|
||||
### Para la implementación del post se pueden generar con [Generate WP](https://generatewp.com/post-type/)
|
||||
@@ -6,7 +6,7 @@ Que debe estar dentro de functions.php. Esto es muy útil al momento de crear ev
|
||||
|
||||
##Leer Más
|
||||
###Para crear un enlace "Seguir leyendo" es necesario el uso de otro post
|
||||
se puede usar la funcion "the_content()" de WP para "leer mas"
|
||||
se puede usar la funcion ["the_content()"](https://developer.wordpress.org/reference/functions/the_content/#source-code) de WP para "leer mas"
|
||||
```php
|
||||
function the_content ( string $more_link_text = null, bool $strip_teaser = false ){
|
||||
...
|
||||
@@ -24,6 +24,5 @@ $strip_teaser
|
||||
|
||||
(bool) (Optional) El valor inicial es falso
|
||||
|
||||
Valor inicial: falso
|
||||
|
||||
Valor inicial: falso.
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
loola
|
||||
Reference in New Issue
Block a user